Files
claude-foundations/hooks
Paul O'Reilly 7838db4f26 feat(hooks): allow projects to opt out of require-plan-file check
Add a sentinel-file escape hatch: if `.claude/skip-plan-file-check`
exists in the project's cwd, the ExitPlanMode hook exits 0 without
demanding a local *-PLAN.md file.

Needed by projects (e.g. agent-runtimes) that manage plans via an
external system (work-items CP) rather than local repo files.
2026-07-12 11:40:07 +12:00
..