Skip to content

docs(release): correct v1.0.37 notes scope - #495

Merged
LeXwDeX merged 3 commits into
mainfrom
docs/493-correct-v1-0
Sep 2, 2026
Merged

docs(release): correct v1.0.37 notes scope#495
LeXwDeX merged 3 commits into
mainfrom
docs/493-correct-v1-0

Conversation

@LeXwDeX

@LeXwDeX LeXwDeX commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Why

The graphagent-v1.0.37 stable release shipped with series notes authored for an earlier, narrower draft of the train: the body covered only #469 (graphRev) and claimed it was the sole feature surface, while the actual graphagent-v1.0.36...graphagent-v1.0.37 range also carries #435 (project-level /dag inspector discovery), #433 (warn-only shell silence guard), the #488 harness refresh, and the #475/#474/#472/#477 fixes. The Test Summary cited CI @ 29e876a instead of the released 818f47d. Separately, AGENTS.md's CI section contradicted specgit-accept.yml's real specgit install form.

What changed

Evidence

  • bun run ./packages/opencode/script/release-notes.ts --notes-dir .github/releases --version 1.0.37 --channel main --branch main --tag graphagent-v1.0.37 --previous-tag graphagent-v1.0.36 --repo LeXwDeX/OpenCode-GraphAgent --out ... renders clean (placeholders + invariants intact).
  • Docs-only diff; the PR gates (Typecheck / Unit / E2E / SpecGit Acceptance) are the release-relevant verification.
  • After merge, the published graphagent-v1.0.37 release body is re-rendered from the corrected file.

Closes #493
Closes #494

The stable series notes described an earlier draft of the train: they
covered only #469 (graphRev) and claimed it was the sole feature surface,
while the shipped range also carries #435 (project-level /dag inspector
discovery) and #433 (warn-only shell silence guard), the #488 harness
refresh, and the #475/#474/#472 stability fixes. The test summary cited
CI @ 29e876a instead of the released 818f47d.

Closes #493
The CI 配置 section claimed specgit-accept.yml installs pinned
specgit@1.0.1; the workflow actually installs globally via
npm install -g specgit@^0.5.0 (workspace-local installs die on the bun
catalog: protocol).

Closes #494
@LeXwDeX
LeXwDeX marked this pull request as ready for review September 1, 2026 23:50
@LeXwDeX
LeXwDeX merged commit db7ab18 into main Sep 2, 2026
9 checks passed
@LeXwDeX
LeXwDeX deleted the docs/493-correct-v1-0 branch September 2, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: fix specgit accept CLI version drift in AGENTS.md docs: correct v1.0.37 release notes scope

1 participant