AGENTS.md · diff
git:20260508.660fe6a to git:20260510.0ca56bb
18 added, 9 removed. Audit A to A.
- # Agent Commands
+ ## BEGIN AgentFactory Agents
- - `af prime` — Re-inject identity and formula step context
- - `af done` — Close current step and advance
- - `af mail send <to> -s <subject> -m <message>` — Send a message
- - `af mail inbox` — List unread messages
- - `af mail read <id>` — Read a message
- - `af mail check` — Check for new mail
- - `af mail reply <id> -m <message>` — Reply to a message
- - `af root` — Print factory root path
+ Dispatch work to a specialist agent:
+ ```
+ af sling --agent <name> "task description"
+ ```
+
+ | Agent | Type | Description |
+ |-------|------|-------------|
+ | `design` | autonomous | Structured design exploration via parallel specialized analysts. |
+ | `design-v3` | autonomous | Structured design exploration with constraint verification, dependency mapping, and cross-dimension conflict detection for ag... |
+ | `factoryworker` | autonomous | Full agent work lifecycle from assignment through PR submission. |
+ | `gherkin-breakdown` | autonomous | Create Gherkin scenarios from an English requirements document through iterative drafting, review, and validation until the f... |
+ | `investigate` | autonomous | Investigate a codebase question or bug with structured analysis |
+ | `manager` | interactive | Interactive agent for human-supervised work |
+ | `mergepatrol` | autonomous | PR merge processor patrol loop. |
+ | `supervisor` | autonomous | Autonomous agent for independent task execution |
+ ## END AgentFactory Agents
+