Overview
Update README to reflect the new hook-based architecture.
Depends On
Acceptance Criteria
New Installation Section
// ~/.claude/settings.json
{
"hooks": {
"PreToolUse": [{
"matcher": "Bash",
"hooks": [{
"type": "command",
"command": "npx patchpilot",
"timeout": 10
}]
}]
}
}
Priority: P2
Overview
Update README to reflect the new hook-based architecture.
Depends On
Acceptance Criteria
New Installation Section
Priority: P2