refactor(agents): remove document-writer agent in favor of writing category

- Delete document-writer.ts agent file
- Remove from types, schema, utils, index exports
- Remove tool restrictions entry
- Remove migration mappings
- Update atlas.ts to use category="writing" instead of agent="document-writer"
- Update init-deep command template
- Update all documentation (AGENTS.md, README.*, docs/)
- Regenerate schema.json

document-writer functionality is now handled via delegate_task with
category="writing" which uses the writing category's model config.
This commit is contained in:
justsisyphus
2026-01-20 16:52:31 +09:00
parent c46d57f3aa
commit f1887327ee
11 changed files with 59 additions and 428 deletions

View File

@@ -136,8 +136,6 @@ The `opencode-antigravity-auth` plugin uses different model names than the built
```json
{
"agents": {
"frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" },
"document-writer": { "model": "google/antigravity-gemini-3-flash" },
"multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }
}
}