Skip to content

v4.0.1

Choose a tag to compare

@citadelgrad citadelgrad released this 30 May 06:05
· 17 commits to main since this release
v4.0.1
6950f5a

Fixes

init skill: pre-commit hook merging

After pre-commit install, the generated hook uses exec to hand off to Python — which replaces the shell process entirely. Any integration blocks that follow (beads, UBS) are silently dropped.

The skill now detects when a .legacy hook exists after install and instructs the agent to merge it: replace exec with plain calls, track exit codes with _exit, append the integration blocks, and exit with the accumulated code.