Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Feb 23:47
· 13 commits to main since this release

hook-chain 0.1.0

Sequential Hook Executor — chain multiple hooks for Claude Code.

Changelog

Features

  • 2c6acee: chore(gitignore): add entries for workflow, settings, and artifacts (@)
  • 77502f5: feat(audit): add log rotation with retention and CLI enhancements (@)
  • d8d9c2c: feat(core): implement CLI, audit, and hook pipeline framework (@)
  • da63c6b: feat(pipeline): enhance extractToolDetail to support multiple tools (@)

Bug fixes

  • f6bc1ad: fix(cli): correct audit enable/disable logic (@)
  • 5ab9ede: fix(cli): enforce no arguments for audit subcommands (@)
  • 28d2740: fix(cli): fail closed on stdin read/parse errors with deny response (@)
  • 66b529b: refactor(cli): extract resolveDBPath for reuse and simplify code (@)

Improvements

  • 55ff387: build(dockerfile): update Go version to 1.26 for compatibility (@)

Cleanup

  • 0a602e7: refactor(cli): split audit DB operations into read-only and write modes (@)
  • c2651ad: refactor(pathutil): centralize tilde expansion logic (@)

Others

  • 47ee9ce: test(config): ensure HOME is overridden in missing file test (@)

Installation

Homebrew:

brew tap Fuabioo/tap
brew install hook-chain

Go:

go install github.com/Fuabioo/hook-chain@latest

Full Changelog: ...v0.1.0