chore: replace python -m agents.validator with hawk in all agent mode instructions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user