Parent PRD
#34
What to build
Two CLI commands for managing static agents:
wildgecu agent list — Scans agents/ and prints each agent's name, configured model, and whether it has a SOUL.
wildgecu agent remove <name> — Deletes the named agent's directory after user confirmation.
Acceptance criteria
Blocked by
User stories addressed
- User story 2 (list agents)
- User story 3 (remove agent)
Parent PRD
#34
What to build
Two CLI commands for managing static agents:
wildgecu agent list— Scansagents/and prints each agent's name, configured model, and whether it has a SOUL.wildgecu agent remove <name>— Deletes the named agent's directory after user confirmation.Acceptance criteria
wildgecu agent listshows all agents with name and modelwildgecu agent listhandles empty agents directory gracefullywildgecu agent remove <name>deletes the agent directorywildgecu agent removeasks for confirmation before deletingwildgecu agent removeerrors if agent doesn't existBlocked by
User stories addressed