Releases: softcane/ccverdict
Releases · softcane/ccverdict
v0.4.2
v0.4.1
Release v0.4.1
Changes:
- Add no-argument welcome tour and bb-cc-lite demo walkthrough.
- Add interactive install mode prompt and post-install banner for observe, coach, and guard modes.
- Add contextual audit lessons and repo-profile context for instruction reporting.
- Update personal baseline messages and align package lockfile root version.
Verification:
- npm run prepublishOnly passed.
- npm pack produced bb-cc-lite-0.4.1.tgz.
- Packed CLI reports bb-cc-lite 0.4.1 and bb-cc-lite demo runs.
v0.4.0
bb-cc-lite v0.4.0
This release turns bb-cc-lite into the shipped behavioral gauge.
Highlights:
- Replaces the advisor-style statusline with a green/blue/red/gray gauge.
- Adds the three-section
auditcommand: current session, recent patterns, and instruction report. - Consolidates the statusline onto one gauge engine and removes newly stored advisor fields.
- Shows basename hints for repeated reads and unchecked edits without storing full paths.
- Highlights
ctxat 80-91% without changing the dot; keeps 92%+ as red. - Excludes user permission denials from retry and failure counts.
- Keeps
why,improve,learn, andunlearnas one-line deprecation pointers. - Refreshes the README and statusline demo GIF for the release.
Validation:
- Local
npm audit signaturespassed. - Local
npm run prepublishOnlypassed. - GitHub CI passed on Node 20 and Node 22 for commit
c7c1d91.
v0.1.15
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Release v0.1.14.
Changes:
- Make deep advisory audit the default for
bb-cc-lite audit. - Keep the older retrospective audit available as
bb-cc-lite audit --basic. - Update README and CLI help for the new default.
Verification:
- npm run prepublishOnly
- npm audit signatures
- npm pack tarball smoke with
bb-cc-lite --help
v0.1.13
Patch release for the new session-shape signals and documentation updates.
Changes:
- Add redundant unchanged full-file Read detection.
- Add large tool-result input-token jump warnings.
- Add prompt-cache efficiency regression warnings.
- Add compaction goal-preservation fallback behavior.
- Update README language and examples for the new signals.
Validation:
- npm run prepublishOnly
- npm audit signatures
- npm pack plus npx packaged CLI smoke test
v0.1.12
Changes
- Add
bb-cc-lite auditfor install-free retrospective Claude Code transcript scans. - Make audit output honest by reporting repeated retries and only showing measured cost/time when transcript metadata exists.
- Add boxed and colored audit output for terminal use.
- Reposition the README around Claude Code behavioral health monitoring.
Validation
- GitHub CI passed on Node 20.x and 22.x.
- Local
npm audit signaturespassed. - Local
npm run prepublishOnlypassed. - Local packaged CLI smoke passed.
v0.1.11
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's new
- Adds the busy/no observed progress detector.
- Adds cost and time budget warnings.
- Adds project-specific baselines as a support layer for safer warnings.
- Keeps learned data local and aggregate-only, with hashed project keys.
- Adds stronger baseline replay, privacy, package, and real Claude Code QA coverage.
Validation
- npm run prepublishOnly
- npm pack
- npx --yes --package bb-cc-lite --help
- npm publish --dry-run --access public
- npm audit --omit=dev
- npm audit signatures