project_boundary
Set a token-capped boundary for plan, read, edit, build, test, and commit requests. It protects prompt and thinking data, while only explicit mode or a staged tree triggers automatic code signals.
Instructions
Return one token-capped request boundary for plan/read/edit/build/test/commit. It never captures prompt or thinking, never stores a user profile, and treats cwd, repository and manifest alone as unknown. Explicit mode wins; only a non-empty staged tree is an automatic code signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | auto | |
| phase | No | plan | |
| operation | No | ||
| project_root | No | Optional path; examined only for a staged-tree signal in auto mode. |