cli-v3.0.3
DavidHDev/react-bitscli-v3.0.3Jun 17, 2026by pbakaus
AI Summary
This update improves the integrity of skill management by ensuring script-only fixes are detected during updates and that version reporting is consistent across different installation methods.
Key Highlights
- Script-only skill fixes are now detected by `impeccable update` by comparing the complete bundled skill tree.
- The `impeccable install` command refreshes stale skill files instead of stopping at 'already installed'.
- Codex builds now include version frontmatter for consistent version reporting.
New Features
- Enhanced update logic for bundled scripts
- Consistent version reporting in Codex installs
Full Release Notes
- **Existing installs now pick up script-only skill fixes.** `impeccable update` compares the complete bundled skill tree instead of just `SKILL.md`, so fixes in bundled scripts are detected. Running `impeccable install` on an already-installed project also refreshes stale skill files instead of stopping at "already installed." - **Codex installs report the skill version.** The `.agents` and `.codex` builds now include the same `version` frontmatter as the other harnesses, so check/update output can show the installed skill version consistently.