Skip to main content
The hooks key controls which hook features are active. Each toggle defaults to true — set it to false to disable a hook without uninstalling it.

Properties

hooks.plan_review
boolean
default:"true"
When true, the plan review hook opens a browser UI for reviewing AI plans before they execute. Set to false to skip the review and auto-approve all plans.

Examples

Disable plan review

{
  "$schema": "https://raw.githubusercontent.com/joggrdocs/home/refs/heads/main/schema.json",
  "hooks": {
    "plan_review": false
  }
}