docs(release): correct v1.0.37 notes scope - #495
Merged
Conversation
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
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.
Why
The
graphagent-v1.0.37stable 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 actualgraphagent-v1.0.36...graphagent-v1.0.37range 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
.github/releases/v1.0.37.md: full feature inventory (feat(dag): refresh nodes after topology replans #469/feat(dag): project-wide discovery fallback for /dag inspector #435/feat: engine-level guardrail for silent long-running shell commands #433), engineering entries (chore: refresh SpecGit delivery harness #488 harness, fix(sdk): eliminate OpenAPI cleanup race during generation #475 SDK race, test(core): stabilize dirty worktree removal on macOS #474/fix(test): make HttpAPI CI composite exit on macOS #472 hardening, docs: remove legacy Claude and OpenSpec repository artifacts #477 docs, policy realign), Test Summary re-cited at CI @ 818f47d (PR chore(release): sync dev to main for v1.0.37 #492 full gates), Verification evidence from the dev.3 acceptance (release run 33568595659) and config-repo repair Dev to Stable #22/功能:(release) release 包内置 ripgrep + 提供内网部署文档 #23.AGENTS.md: specgit-accept.yml now described accurately (globalnpm install -g specgit@^0.5.0; workspace-local installs die on the buncatalog:protocol).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).graphagent-v1.0.37release body is re-rendered from the corrected file.Closes #493
Closes #494