chore(cli): release @ivanmkc/termchart 0.6.0#211
Open
ivanmkc wants to merge 1 commit into
Open
Conversation
Bump CLI to 0.6.0 (published to npm). Covers features merged since 0.5.0: reusable diagram templates (#179), severity-tiered geometry lint + --strict (#164), agent↔human console two-way read-awareness (#125), inbox --follow (#135). Syncs the hardcoded VERSION in cli.ts with package.json so `termchart --version` reports 0.6.0.
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.
Bumps the CLI to 0.6.0 to match what's now published on npm (
@ivanmkc/termchart@0.6.0, shasum529b89c).The CLI was stuck at
0.5.0(already on npm) while several feature commits landed on master:--strict(feat(viewer/cli): severity-tiered geometry lint + structured push response + --strict #164)--followresilient streaming (feat(cli): inbox --follow — resilient streaming listener (C2) #135)Changes (3 files, version-only):
packages/cli/package.json: 0.5.0 → 0.6.0packages/cli/src/cli.ts: hardcodedVERSIONsynced (was reporting 0.5.0 via--version)package-lock.json: workspace version lineAlready published to npm (verified:
npm view @ivanmkc/termchart version→ 0.6.0). This PR just lands the bump on master so the repo matches the registry.