@@ -120,15 +120,15 @@ This is an **international open-source project**. To ensure accessibility and ma
120120
121121## OVERVIEW
122122
123- OpenCode plugin: multi-model agent orchestration (Claude Opus 4.5, GPT-5.2, Gemini 3 Flash). 34 lifecycle hooks, 20+ tools (LSP, AST-Grep, delegation), 11 specialized agents, full Claude Code compatibility. "oh-my-zsh" for OpenCode.
123+ OpenCode plugin: multi-model agent orchestration (Claude Opus 4.5, GPT-5.2, Gemini 3 Flash). 41 lifecycle hooks, 20+ tools (LSP, AST-Grep, delegation), 11 specialized agents, full Claude Code compatibility. "oh-my-zsh" for OpenCode.
124124
125125## STRUCTURE
126126
127127```
128128oh-my-opencode/
129129├── src/
130130│ ├── agents/ # 11 AI agents - see src/agents/AGENTS.md
131- │ ├── hooks/ # 34 lifecycle hooks - see src/hooks/AGENTS.md
131+ │ ├── hooks/ # 41 lifecycle hooks - see src/hooks/AGENTS.md
132132│ ├── tools/ # 20+ tools - see src/tools/AGENTS.md
133133│ ├── features/ # Background agents, Claude Code compat - see src/features/AGENTS.md
134134│ ├── shared/ # 66 cross-cutting utilities - see src/shared/AGENTS.md
@@ -212,6 +212,9 @@ oh-my-opencode/
212212| explore | xai/grok-code-fast-1 | Fast codebase grep (fallback: claude-haiku-4-5 → gpt-5-mini → gpt-5-nano) |
213213| multimodal-looker | google/gemini-3-flash | PDF/image analysis |
214214| Prometheus | anthropic/claude-opus-4-6 | Strategic planning (fallback: kimi-k2.5 → gpt-5.2) |
215+ | Metis | anthropic/claude-opus-4-6 | Pre-planning analysis (temp 0.3, fallback: kimi-k2.5 → gpt-5.2) |
216+ | Momus | openai/gpt-5.2 | Plan validation (temp 0.1, fallback: claude-opus-4-6) |
217+ | Sisyphus-Junior | anthropic/claude-sonnet-4-5 | Category-spawned executor (temp 0.1) |
215218
216219## COMMANDS
217220
@@ -233,9 +236,9 @@ bun test # 100 test files
233236
234237| File | Lines | Description |
235238| ------| -------| -------------|
236- | ` src/features/builtin-skills/skills.ts ` | 1729 | Skill definitions |
239+ | ` src/features/builtin-skills/skills.ts ` | 29 | Skill definitions |
237240| ` src/features/background-agent/manager.ts ` | 1418 | Task lifecycle, concurrency |
238- | ` src/agents/prometheus-prompt.ts ` | 1283 | Planning agent prompt |
241+ | ` src/agents/prometheus/ ` | 1492 | Planning agent prompt |
239242| ` src/tools/delegate-task/tools.ts ` | 1135 | Category-based delegation |
240243| ` src/hooks/atlas/index.ts ` | 757 | Orchestrator hook |
241244| ` src/index.ts ` | 788 | Main plugin entry |
0 commit comments