chore: replace python -m agents.validator with hawk in all agent mode instructions

This commit is contained in:
2026-06-14 00:36:10 +00:00
parent 64c8c967e5
commit 1076696dec
85 changed files with 682 additions and 5442 deletions
+1 -8
View File
@@ -30,7 +30,7 @@ Each subagent operates in one of two modes, chosen by how it is invoked.
- **Report** (default): record findings only, change nothing.
- **Fix**: apply a minimal root-cause fix per the doctrine, then run the project
validator (`python -m agents.validator .`) and confirm the build still imports.
validator (`hawk .`) and confirm the build still imports.
A subagent never runs the test suite and never performs a git write.
@@ -47,11 +47,4 @@ on its `description`:
Each subagent's `model` is set to `inherit`, so it runs on the model the session is
using. To run the whole fleet at once, use the
[`/maintenance` command or the `/fleet` workflow](/docs/claude-workflows.html).
## The off-limits directory
Every subagent is instructed never to read, scan, or modify the `agents/` directory.
That directory holds the Python fleet's own source, which intentionally contains the
patterns the reviewers hunt for as detection data. A finding inside `agents/` is
never real, so it is excluded from every search.
</div>