Skip to content

v0.9.2

Choose a tag to compare

@boucle-app boucle-app released this 29 Mar 01:52

What's new in v0.9.2

In-place file editing bypass detection (bash-guard)

#40408 revealed that perl -i -pe completely bypasses all Write/Edit hook protections. bash-guard now blocks perl -i, ruby -i, sed -i, and ed commands that modify files directly.

Glob wildcard injection warning (safety-check)

#40344 showed that permission allowlist rules containing glob wildcards (*, ?, [) can match unintended commands. safety-check now warns about this.

Recommended installer preset

bash install.sh recommended installs the essential safety hooks (file-guard, git-safe, bash-guard, branch-guard) in one command.

PowerShell installer

Windows-native installer (install.ps1) for PS1 hooks. No bash, jq, or WSL required.

hookSpecificOutput fix

Warn-level hook output now uses hookSpecificOutput to avoid being silently dropped (#40380).

72 known platform limitations documented

The enforce-hooks README now catalogs 72 known Claude Code platform limitations that affect hook-based enforcement, up from 53 in v0.9.1.


Install:

curl -fsSL https://raw.githubusercontent.com/Bande-a-Bonnot/Boucle-framework/main/tools/install.sh | bash -s -- recommended

Full changelog: v0.9.1...v0.9.2

Full Changelog: v0.9.1...v0.9.2