chore(v0.8.3): GitHub-close pass β 52 verifier-confirmed issues#291
Merged
Conversation
- Bump root + 19 packages + wrangler.jsonc 0.8.2 -> 0.8.3 via scripts/sync-versions.mjs. - Scaffold docs/release-v0.8.3-worklog.md with the 8-phase plan for the 52 issues that remained open at v0.8.2 cut. - Add CHANGELOG [Unreleased] stub for the sweep. - GitHub-closed verifier-confirmed issues #224, #242, #244, #246, #247, #248 (already shipped in v0.8.1 PR #252; verified in v0.8.2 PR #290). No code change for these closes. Phase order: critical bugs (#190, #212, #213, #214) -> Hermes harness (#231) -> wiring (#215, #216, #218) -> Hermes parity (#232-#240) -> Web UX wave (~22) -> memory/plugins (#186, #189, #191) -> Cloudflare parity (#255). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
All 8 phases of the v0.8.3 sweep resolved as a GitHub-close pass with zero source code change. Verifier audit on main (commit 72fa31b) confirmed every issue in scope had already been implemented and shipped via earlier release PRs (#209, #211, #251, #252, #290), but those PRs used range syntax in their close clauses ("Closes #230-#240", "Closes the 10-issue gap (#241-#250)") which GitHub does not auto-process β leaving 52 issues in OPEN state despite the implementation being on main. - CHANGELOG [Unreleased] -> [0.8.3] with the 52-issue close summary, grouped by which earlier release shipped the work. - README updates: changelog badge v0.8.2 -> v0.8.3 and the beta warning rewritten to include "52-issue v0.8.3 GitHub-close pass". - docs/release-v0.8.3-worklog.md finalised with the per-phase result ledger and verifier evidence locations. Verification: - npm run typecheck β clean - node scripts/audit-routes.mjs --check β zero missing rows - gh issue list --state open --label priority/critical β 0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
This release is a GitHub-close pass with zero source code change. The 52 issues
that remained open after v0.8.2 (PR #290) had all been implemented in earlier
release PRs (#209, #211, #251, #252, #290), but their close clauses used range
syntax (`Closes #230β#240`, `Closes the 10-issue gap (#241β#250)`) which GitHub
does not auto-process β leaving the issues in OPEN state despite the code being
on `main`.
v0.8.3 verifier-passes the codebase, closes all 52 issues with evidence pointers,
and bumps the version line to a clean cut so consumers can `npm install crowclaw@0.8.3`.
Diff scope
Issues closed (52, already individually closed via bulk script)
v0.8.1 dashboard verifier gaps β shipped in PR #252
#224, #242, #244, #246, #247, #248
v0.8.2 critical bug remnants β shipped in PR #290
#190, #212, #213, #214
v0.7 / post-v0.7.1 audit β shipped across v0.7.x / v0.8.x sweeps
#181, #182, #183, #185, #186, #189, #191, #192, #196, #197, #198, #199, #200,
#201, #205, #206, #207, #208, #215, #216, #217, #218, #219, #220, #221, #222,
#223, #225, #226, #227, #228
v0.8.0 Hermes parity β shipped in PR #251
#231, #232, #233, #234, #235, #236, #237, #238, #239, #240
v0.8.2 Cloudflare parity β shipped in PR #290
#255
Verifier evidence (high-confidence sample)
Verification
Caveats
Test plan
π€ Generated with Claude Code