release: v0.30.2 — Pi CLI resolution + dashboard observability fixes - #600
Merged
Conversation
Move the four shipped fixes from [Unreleased] into a dated
[0.30.2] section with full per-issue entries:
Fixed:
- Pi CLI resolution (#598, #519)
- Dashboard merge-snapshot collision (#509)
- Dashboard history-flicker debounce (#507)
- Wave-merge counter denominator (#562)
Internal:
- Administrative closeouts for #557, #538, #539, #540, #519
Insert fresh empty [Unreleased] placeholder above the dated section
per the keep-a-changelog convention.
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 four shipped bug fixes since v0.30.1.
Patch justification (semver)
All four entries are bug fixes — no breaking changes, no new features, no schema changes. Patch bump (
0.30.1 → 0.30.2) is the appropriate semver level.Issues closed in this release
(N/3)overflow past wave 3Administrative closeouts for already-shipped fixes (no code change, just cleaned up the issue tracker): #557, #538, #539, #540 — all four had landed in earlier releases (v0.28.5 / v0.29.0) but were never closed.
Highlights
Cannot find Pi CLI entrypoint. The fix trustsprocess.argv[1]as the authoritative source (which it is — when Taskplane runs as a Pi extension, the parent process IS Pi), plus two NVM env-var fallbacks as defense in depth.Validation
Run on the merge commit (
21a5094b):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, after this PR merges I'll push the
v0.30.2tag from local. The.github/workflows/release.ymlworkflow handles:npm publish --provenance(Trusted Publishing via OIDC)Expected total time after tag push: ~30–60 seconds.