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
-15
View File
@@ -14,7 +14,6 @@ SECTION_SERVICES = "Services"
SECTION_ARCH = "Architecture"
SECTION_TESTING = "Testing"
SECTION_PROD = "Production"
SECTION_MAINTENANCE = "Maintenance agents"
SECTION_CLAUDE = "Claude Code"
AUDIENCE_START = "Start here"
@@ -33,7 +32,6 @@ AUDIENCES = [
SECTION_DEVII,
SECTION_BOTS,
SECTION_TESTING,
SECTION_MAINTENANCE,
SECTION_CLAUDE,
],
),
@@ -80,19 +78,6 @@ DOCS_PAGES = [
"kind": "prose",
"section": SECTION_TOOLS,
},
# Maintenance agents - the self-maintaining quality fleet (public)
{
"slug": "maintenance-agents",
"title": "Maintenance agents",
"kind": "prose",
"section": SECTION_MAINTENANCE,
},
{
"slug": "maintenance-usage",
"title": "Running the agents",
"kind": "prose",
"section": SECTION_MAINTENANCE,
},
# Claude Code - the native subagent, command, and workflow setup under .claude/
{
"slug": "claude",