Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 23:25
· 63 commits to master since this release

Added

  • hooks/ — harness-level --no-verify blockers — close the documented
    bypass of the commit gate at the layer where agents run:
    • block-no-verify.sh — git alias wrapper rejecting git commit --no-verify / -n.
    • block-no-verify-hook.sh + claude-code-settings.json — Claude Code
      PreToolUse hook blocking the command (exit 2, reason shown to the
      model).
    • block-no-verify-hook.sh + vscode-agent-hooks.json — VS Code agent
      hook with the same guard, self-filtering on tool_name (VS Code does
      not apply matchers).
  • CI — the hook syntax check now covers every hook script
    (git-commitmsg-hook.sh and hooks/*.sh).
  • LICENSE — copyright holder set.
  • check_errors.py --lessons — distills recurring CAUSE keywords
    from the error log into a LESSONS LEARNED section (preview by default;
    --apply writes it into rules.txt). The agent's memory now
    compounds on its own.