docs: changelog and blog post for v0.9.1 - #3438
Merged
Merged
Conversation
nicoloboschi
force-pushed
the
docs-changelog-0.9.1
branch
4 times, most recently
from
August 14, 2026 08:13
0c5f82e to
1a6690b
Compare
… summaries Two fixes to the core changelog generator: - Drop any commit that touches hindsight-integrations/ (not just commits that touch *only* that path), so integration/plugin PRs that also touch shared docs/CI/scripts stop leaking into the core changelog. Guard the core-changelog LLM prompt with an explicit skip rule too (not applied to an integration's own changelog). - Escape < and > in summary prose so an HTML/JSX-like token (e.g. <think>) is rendered as text instead of failing MDX compilation of the changelog page.
nicoloboschi
force-pushed
the
docs-changelog-0.9.1
branch
from
August 14, 2026 09:13
1a6690b to
cfb7aca
Compare
nicoloboschi
marked this pull request as ready for review
August 14, 2026 09:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog and release blog post for v0.9.1.
Important
Draft — the
v0.9.1tag has not been cut yet. This PR only prepares the docs. Run./scripts/release.sh 0.9.1off a cleanmainto actually cut/publish the release; the release-tag links in the changelog become valid once that runs. This branch was cut off the currentorigin/main(ec4b68ebf).What's here
hindsight-docs/src/pages/changelog/index.md— generated 0.9.1 changelog entry (generate-changelog, gpt-5.2), coveringv0.9.0..mainexcluding integrations.hindsight-docs/blog/2026-08-12-version-0-9-1.md— hand-written release blog post (core engine/API/ops only; no integrations). Prettier-clean.skills/hindsight-docs/references/changelog/index.md— regenerated docs-skill changelog mirror.Blog highlights