| 1 | # Agent 0 Profile DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the main user-facing Agent Zero profile metadata. |
| 6 | - Keep the primary assistant profile discoverable and distinct from subordinate specialist profiles. |
| 7 | |
| 8 | ## Ownership |
| 9 | |
| 10 | - `agent.yaml` owns the profile title, description, and delegation context. |
| 11 | - Prompt behavior is inherited from the default profile unless a local prompt override is added. |
| 12 | |
| 13 | ## Local Contracts |
| 14 | |
| 15 | - Keep `Agent 0` suitable as the direct conversation agent for the system. |
| 16 | - Do not add narrow specialist behavior that belongs in `developer/`, `researcher/`, `hacker/`, or a custom user profile. |
| 17 | - Do not store user-specific preferences, provider settings, or secrets in this profile. |
| 18 | |
| 19 | ## Work Guidance |
| 20 | |
| 21 | - Keep metadata concise because it appears in profile selection and delegation contexts. |
| 22 | - Coordinate substantial behavior changes with default prompts and WebUI profile selection. |
| 23 | |
| 24 | ## Verification |
| 25 | |
| 26 | - Manually inspect `agent.yaml` for valid YAML after edits. |
| 27 | - Run profile-loading tests when changing schema or discovery behavior. |
| 28 | |
| 29 | ## Child DOX Index |
| 30 | |
| 31 | No child DOX files. |