release: v0.30.4 — supervisor stale-ctx hardening + docs sweeps - #607
Merged
Conversation
Move the supervisor stale-ctx fix and the two docs sweeps from
[Unreleased] into a dated [0.30.4] section:
Fixed:
- Supervisor heartbeat timer crashed pi with stale extension ctx (#597)
Docs:
- Pi GitHub URL sweep + install tutorial PATH co-location (#604)
- @mariozechner/* stale-references follow-up sweep (#605)
Insert fresh empty [Unreleased] placeholder per keep-a-changelog
convention.
HenryLach
enabled auto-merge
June 19, 2026 20:59
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.
Patch release wrapping one high-severity bug fix and two coordinated documentation sweeps since v0.30.3.
Patch justification (semver)
No public API or behavior changes beyond the bug remediation. Patch bump (
0.30.3 → 0.30.4) is the appropriate semver level.Issues / PRs included
@mariozechner/*stale-references follow-up sweepHighlights
presentBatchSummarythat was missed). Final PR addresses both the direct timer call sites AND the indirect path, with 9 regression tests including a mutation-verified behavioral test.Validation
Run on the merge commit (
54ddf91a):npm run typechecknpm run lintnpm run format:checkcd extensions && npm run test:fastnode bin/taskplane.mjs helpnode bin/taskplane.mjs doctornpm pack --dry-runAfter merge
Per the release workflow, I'll push the
v0.30.4tag from local after this PR merges. The.github/workflows/release.ymlworkflow handles tag validation, test re-run,npm publish --provenancevia Trusted Publishing, and the GitHub release with notes extracted from CHANGELOG.Expected total time after tag push: ~30–60 seconds.