Hook
Runs when you submit a prompt, before the agent sees it, executing groundtruth.mjs via node with --intent. From akahkhanna/groundtruth.
Groundtruth — a Claude Code plugin that audits whether an agent actually did what it was asked; catches the false 'Done' on Stop (missed subtasks, stubs, false 'tests pass', overridden rules).
Hook
Runs when you submit a prompt, before the agent sees it, executing groundtruth.mjs via node with --intent. From akahkhanna/groundtruth.
Hook
Runs when a session starts, executing groundtruth.mjs via node with --session-start. From akahkhanna/groundtruth.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and Bash tool calls, executing groundtruth.mjs via node with --watch-rules and --stamp (2 commands). From akahkhanna/groundtruth.
Hook
Runs when a subagent finishes, executing groundtruth.mjs via node. From akahkhanna/groundtruth.
Hook
Runs when the agent finishes a response, executing groundtruth.mjs via node. From akahkhanna/groundtruth.