You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Derives the CLI version from the package manifest, adds built and packed-install regression coverage, and documents the single-source release behavior (3 files, +50/-1).
Checks run: GitHub CI Repository hygiene — COMPLETED/SUCCESS; worker verification recorded npm ci --ignore-scripts --no-audit --no-fund, failing-first focused coverage, npm run release:check (45/45 tests, typecheck, build, smoke, package smoke, release workflow check), a disposable npm version patch --no-git-tag-version full release check, and git diff --check. Full live diff, mergeability, branch protection, Roger Chappel author/committer identities, and head SHA re-verified immediately before merge.
Rebased/CI-repaired: no.
Verified head SHA: 2fd2a658dbd213e3d3ff751e38087174937c8753.
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
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
scriptaudit --versionfrom the package manifest at runtimeCommits
1a59b8etest: require manifest-derived CLI versionsbd817ddfix: read CLI version from package manifest2fd2a65docs: define single-source version verificationVerification
npm ci --ignore-scripts --no-audit --no-fundnpm run build && node --test tests/version.test.mjs(fixture expected 9.8.7, CLI returned stale 0.1.0)npm run release:check(45/45 tests, typecheck, build, smoke, package smoke, release workflow check)npm version patch --no-git-tag-versionthennpm run release:check; built CLI and manifest both reported 0.1.1git diff --check origin/main...HEADOpen PRs #8 and #9 only update GitHub Actions and do not overlap. All commit authors and committers are Roger Chappel miscanalysis@gmail.com.