klasp 0.2.2

Block AI coding agents on the same quality gates your humans hit. See https://github.com/klasp-dev/klasp
1
2
3
4
5
6
7
8
9
10
11
{
  "hook_event_name": "PreToolUse",
  "tool_name": "Bash",
  "tool_input": {
    "command": "git commit -m test",
    "description": "Commit the staged changes."
  },
  "session_id": "klasp-fixture-session",
  "transcript_path": "/tmp/klasp-fixture/transcript.jsonl",
  "cwd": "/tmp/klasp-fixture/repo"
}