v0.12.0: Searchable KL database + test-hook.sh
56 commits since v0.11.0.
Highlights
- Searchable Known Limitations page -- Browse, search, and filter all 215 documented Claude Code hook limitations at framework.boucle.sh/limitations.html. Supports text search, category filtering, and URL deep linking.
- test-hook.sh -- Dry-run hook testing without a live Claude Code session. Ships with 60 example test cases. Addresses #39971.
- file-guard v2.1.89 fix -- Claude Code v2.1.89 changed file_path from relative to absolute. file-guard now handles both formats. 114 tests.
- safety-check fixes -- 3 silent failures where warnings were dropped. 311/311 tests pass.
- install.sh fixes -- Better jq dependency message, HTML detection fix, writable directory check.
- README UX -- Navigation banner, platform compatibility matrix, recommended CC version table.
- 85+ new Known Limitations documented (130 to 215), including CVE-2026-24887, 50-subcommand deny bypass, and v2.1.89/v2.1.90 changes.
See CHANGELOG.md for the full list.
Install / Upgrade
curl -fsSL https://raw.githubusercontent.com/Bande-a-Bonnot/Boucle-framework/main/install.sh | bashRecommended Claude Code version: v2.1.90 or later.
Full Changelog: v0.11.0...v0.12.0