release: v0.30.3 — version banner fix + doctor duplication check + install docs - #603
Merged
Conversation
Move the three improvements from [Unreleased] into a dated [0.30.3]
section:
Fixed:
- taskplane --version 'vundefined' placeholder (#601)
Enhanced:
- taskplane doctor duplicate-install detection with platform-aware
remediation (#601, #602)
Docs:
- README install section + install tutorial Pi 0.75.0 PATH guidance
(#601)
Insert fresh empty [Unreleased] placeholder per 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 three observability/polish improvements since v0.30.2.
Patch justification (semver)
All three entries are non-breaking improvements:
taskplane --versionplaceholder cosmetic bug — display-only.taskplane doctorgains a new advisory check; existing checks unchanged.No code changes affect
/orchor/taskexecution. Patch bump (0.30.2 → 0.30.3) is the appropriate semver level.Issues / PRs included
No issues are 'closed by' this release directly — both PRs were operator-experience polish in response to today's workflow discoveries around Pi 0.75.0's install-location change.
Highlights
pi updatereporting success while the system-wide CLI stays stale.taskplane --versionno longer shows "(vundefined, initialized unknown)" for repos where.pi/taskplane.jsonexists for non-init purposes (e.g. taskplane's own source repo).pi update) and away fromnpm install -g taskplane(which creates the duplication state in the first place).Validation
Run on
54009550(the version-bump commit):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.3tag from local. 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.