| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-12 | 1.1 kB | |
| v0.6.7 source code.tar.gz | 2026-04-12 | 287.3 kB | |
| v0.6.7 source code.zip | 2026-04-12 | 325.1 kB | |
| Totals: 3 Items | 613.5 kB | 1 | |
0.6.7 - 2026-04-12
Highlights
- fix native hook repo/worktree metadata so worktree prompt-submitted events route with canonical main-repo names instead of branch/worktree leaf names
- reconcile prompt-submit marker handling between generated native hooks and
clawhip deliver, storing prompt-submit state at the effective worktree root - align Codex hook installation with the official OpenAI contract by supporting both
~/.codex/hooks.jsonand<repo>/.codex/hooks.jsonwhile keeping the clawhip bridge in~/.clawhip - keep Claude Code provider-native hook installation global-only, with updated operator docs and regression coverage
- add regression suites for worktree metadata emission, Codex project/global hook detection, prompt-deliver marker reconciliation, and install-scope rejection
Upgrade notes
- crate version is now
0.6.7 - rerun
clawhip hooks install --provider codex --scope global --force(or--scope projectper-repo) andclawhip hooks install --provider claude-code --scope global --forceto refresh existing hook files - existing route/config schema remains compatible; no migration required