2 Commits

Author SHA1 Message Date
Stefano Baghino b162a7a83a agents: scope git hygiene hook to git add commands
The `PreToolUse:Bash` hook invoked `enforce-git-hygiene.sh` on every Bash tool call, even though the script only blocks `git add . / -A / --all`. Add `"if": "Bash(git add *)"` so the script only runs when the command actually contains `git add`.
2026-05-21 10:29:54 +02:00
David Karlsson 2c4facb6d0 feat: rewrite skills/agent docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-31 15:20:07 +02:00