From 33d39597aeef29ea1414d85a76c8ef04f414dafa Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 2 Mar 2026 23:36:09 +0900 Subject: [PATCH] docs(agents): regenerate AGENTS.md hierarchy with updated metrics and model configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 1208β†’1243 TS files (+35), 143kβ†’155k LOC (+12k) - Update all agent models: Sisyphus, Hephaestus, Oracle, Librarian, Atlas, Metis, Momus - Add 6 new hook directories (39β†’45 dirs): beast-mode-system, hashline-edit-diff-enhancer, anthropic-image-context, task-reminder, compaction-todo-preserver, runtime-fallback - Update category models: visual-engineering/artistry gemini-3-proβ†’gemini-3.1-pro - Add 2 config schema files: fallback-models.ts, runtime-fallback.ts - Timestamp: 2026-03-02 | Commit: 1c2caa09 πŸ€– Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- AGENTS.md | 14 ++--- src/AGENTS.md | 2 +- src/agents/AGENTS.md | 22 +++---- src/cli/AGENTS.md | 2 +- src/cli/config-manager/AGENTS.md | 2 +- src/cli/run/AGENTS.md | 2 +- src/config/AGENTS.md | 6 +- src/features/AGENTS.md | 2 +- src/features/background-agent/AGENTS.md | 4 +- src/features/claude-tasks/AGENTS.md | 2 +- src/features/mcp-oauth/AGENTS.md | 2 +- src/features/opencode-skill-loader/AGENTS.md | 2 +- src/features/tmux-subagent/AGENTS.md | 2 +- src/hooks/AGENTS.md | 62 +++++++++++-------- .../AGENTS.md | 2 +- src/hooks/atlas/AGENTS.md | 2 +- src/hooks/claude-code-hooks/AGENTS.md | 2 +- src/hooks/keyword-detector/AGENTS.md | 2 +- src/hooks/ralph-loop/AGENTS.md | 2 +- src/hooks/rules-injector/AGENTS.md | 2 +- src/hooks/session-recovery/AGENTS.md | 2 +- .../todo-continuation-enforcer/AGENTS.md | 2 +- src/mcp/AGENTS.md | 2 +- src/plugin-handlers/AGENTS.md | 2 +- src/plugin/AGENTS.md | 2 +- src/shared/AGENTS.md | 4 +- src/tools/AGENTS.md | 6 +- src/tools/background-task/AGENTS.md | 2 +- src/tools/call-omo-agent/AGENTS.md | 2 +- src/tools/delegate-task/AGENTS.md | 2 +- src/tools/hashline-edit/AGENTS.md | 2 +- src/tools/lsp/AGENTS.md | 2 +- 32 files changed, 90 insertions(+), 78 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a0c31f2f..abf61589 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,10 +1,10 @@ # oh-my-opencode β€” OpenCode Plugin -**Generated:** 2026-02-24 | **Commit:** fcb90d92 | **Branch:** dev +**Generated:** 2026-03-02 | **Commit:** 1c2caa09 | **Branch:** dev ## OVERVIEW -OpenCode plugin (npm: `oh-my-opencode`) that extends Claude Code (OpenCode fork) with multi-agent orchestration, 46 lifecycle hooks, 26 tools, skill/command/MCP systems, and Claude Code compatibility. 1208 TypeScript files, 143k LOC. +OpenCode plugin (npm: `oh-my-opencode`) that extends Claude Code (OpenCode fork) with multi-agent orchestration, 46 lifecycle hooks, 26 tools, skill/command/MCP systems, and Claude Code compatibility. 1243 TypeScript files, 155k LOC. ## STRUCTURE @@ -14,16 +14,16 @@ oh-my-opencode/ β”‚ β”œβ”€β”€ index.ts # Plugin entry: loadConfig β†’ createManagers β†’ createTools β†’ createHooks β†’ createPluginInterface β”‚ β”œβ”€β”€ plugin-config.ts # JSONC multi-level config: user β†’ project β†’ defaults (Zod v4) β”‚ β”œβ”€β”€ agents/ # 11 agents (Sisyphus, Hephaestus, Oracle, Librarian, Explore, Atlas, Prometheus, Metis, Momus, Multimodal-Looker, Sisyphus-Junior) -|Β `hooks/`Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β # 46 hooks across 39 directories + 6 standalone files +β”‚ β”œβ”€β”€ hooks/ # 46 hooks across 45 directories + 11 standalone files β”‚ β”œβ”€β”€ tools/ # 26 tools across 15 directories β”‚ β”œβ”€β”€ features/ # 19 feature modules (background-agent, skill-loader, tmux, MCP-OAuth, etc.) -β”‚ β”œβ”€β”€ shared/ # 100+ utility files in 13 categories -β”‚ β”œβ”€β”€ config/ # Zod v4 schema system (22+ files) +β”‚ β”œβ”€β”€ shared/ # 95+ utility files in 13 categories +β”‚ β”œβ”€β”€ config/ # Zod v4 schema system (24 files) β”‚ β”œβ”€β”€ cli/ # CLI: install, run, doctor, mcp-oauth (Commander.js) β”‚ β”œβ”€β”€ mcp/ # 3 built-in remote MCPs (websearch, context7, grep_app) β”‚ β”œβ”€β”€ plugin/ # 8 OpenCode hook handlers + 46 hook composition β”‚ └── plugin-handlers/ # 6-phase config loading pipeline -β”œβ”€β”€ packages/ # Monorepo: comment-checker, opencode-sdk, 10 platform binaries +β”œβ”€β”€ packages/ # Monorepo: cli-runner, 12 platform binaries └── local-ignore/ # Dev-only test fixtures ``` @@ -123,7 +123,7 @@ bunx oh-my-opencode run # Non-interactive session |----------|---------|---------| | ci.yml | push/PR | Tests (split: mock-heavy isolated + batch), typecheck, build, schema auto-commit | | publish.yml | manual | Version bump, npm publish, platform binaries, GitHub release, merge to dev | -| publish-platform.yml | called | 11 platform binaries via bun compile (darwin/linux/windows) | +| publish-platform.yml | called | 12 platform binaries via bun compile (darwin/linux/windows) | | sisyphus-agent.yml | @mention | AI agent handles issues/PRs | ## NOTES diff --git a/src/AGENTS.md b/src/AGENTS.md index 197af269..b224e8be 100644 --- a/src/AGENTS.md +++ b/src/AGENTS.md @@ -1,6 +1,6 @@ # src/ β€” Plugin Source -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/agents/AGENTS.md b/src/agents/AGENTS.md index 289a0fca..5ce16f27 100644 --- a/src/agents/AGENTS.md +++ b/src/agents/AGENTS.md @@ -1,6 +1,6 @@ # src/agents/ β€” 11 Agent Definitions -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW @@ -10,16 +10,16 @@ Agent factories following `createXXXAgent(model) β†’ AgentConfig` pattern. Each | Agent | Model | Temp | Mode | Fallback Chain | Purpose | |-------|-------|------|------|----------------|---------| -| **Sisyphus** | claude-opus-4-6 | 0.1 | primary | kimi-k2.5 β†’ glm-4.7 β†’ gemini-3-pro | Main orchestrator, plans + delegates | -| **Hephaestus** | gpt-5.3-codex | 0.1 | primary | NONE (required) | Autonomous deep worker | -| **Oracle** | gpt-5.2 | 0.1 | subagent | claude-opus-4-6 β†’ gemini-3-pro | Read-only consultation | -| **Librarian** | glm-4.7 | 0.1 | subagent | big-pickle β†’ claude-sonnet-4-6 | External docs/code search | -| **Explore** | grok-code-fast-1 | 0.1 | subagent | claude-haiku-4-5 β†’ gpt-5-nano | Contextual grep | -| **Multimodal-Looker** | gemini-3-flash | 0.1 | subagent | gpt-5.2 β†’ glm-4.6v β†’ ... (6 deep) | PDF/image analysis | -| **Metis** | claude-opus-4-6 | **0.3** | subagent | kimi-k2.5 β†’ gpt-5.2 β†’ gemini-3-pro | Pre-planning consultant | -| **Momus** | gpt-5.2 | 0.1 | subagent | claude-opus-4-6 β†’ gemini-3-pro | Plan reviewer | -| **Atlas** | claude-sonnet-4-6 | 0.1 | primary | kimi-k2.5 β†’ gpt-5.2 β†’ gemini-3-pro | Todo-list orchestrator | -| **Prometheus** | claude-opus-4-6 | 0.1 | β€” | kimi-k2.5 β†’ gpt-5.2 β†’ gemini-3-pro | Strategic planner (internal) | +| **Sisyphus** | claude-opus-4-6 | 0.1 | all | kimi-k2.5 β†’ glm-5 β†’ big-pickle | Main orchestrator, plans + delegates | +| **Hephaestus** | gpt-5.3-codex | 0.1 | all | gpt-5.2 (copilot) | Autonomous deep worker | +| **Oracle** | gpt-5.2 | 0.1 | subagent | gemini-3.1-pro β†’ claude-opus-4-6 | Read-only consultation | +| **Librarian** | kimi-k2.5 | 0.1 | subagent | gemini-3-flash β†’ gpt-5.2 β†’ glm-4.6v | External docs/code search | +| **Explore** | grok-code-fast-1 | 0.1 | subagent | minimax-m2.5 β†’ claude-haiku-4-5 β†’ gpt-5-nano | Contextual grep | +| **Multimodal-Looker** | gemini-3-flash | 0.1 | subagent | minimax-m2.5 β†’ big-pickle | PDF/image analysis | +| **Metis** | claude-opus-4-6 | **0.3** | subagent | gpt-5.2 β†’ kimi-k2.5 β†’ gemini-3.1-pro | Pre-planning consultant | +| **Momus** | gpt-5.2 | 0.1 | subagent | claude-opus-4-6 β†’ gemini-3.1-pro | Plan reviewer | +| **Atlas** | kimi-k2.5 | 0.1 | primary | claude-sonnet-4-6 β†’ gpt-5.2 | Todo-list orchestrator | +| **Prometheus** | claude-opus-4-6 | 0.1 | β€” | kimi-k2.5 β†’ gpt-5.2 β†’ gemini-3.1-pro | Strategic planner (internal) | | **Sisyphus-Junior** | claude-sonnet-4-6 | 0.1 | all | user-configurable | Category-spawned executor | ## TOOL RESTRICTIONS diff --git a/src/cli/AGENTS.md b/src/cli/AGENTS.md index 1cdb7fe5..01abe527 100644 --- a/src/cli/AGENTS.md +++ b/src/cli/AGENTS.md @@ -1,6 +1,6 @@ # src/cli/ β€” CLI: install, run, doctor, mcp-oauth -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/cli/config-manager/AGENTS.md b/src/cli/config-manager/AGENTS.md index 45e3d2d1..37f8c80b 100644 --- a/src/cli/config-manager/AGENTS.md +++ b/src/cli/config-manager/AGENTS.md @@ -1,6 +1,6 @@ # src/cli/config-manager/ β€” CLI Installation Utilities -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/cli/run/AGENTS.md b/src/cli/run/AGENTS.md index 4f9fb2ec..c81764a0 100644 --- a/src/cli/run/AGENTS.md +++ b/src/cli/run/AGENTS.md @@ -1,6 +1,6 @@ # src/cli/run/ β€” Non-Interactive Session Launcher -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/config/AGENTS.md b/src/config/AGENTS.md index 0ec14879..9b443d3c 100644 --- a/src/config/AGENTS.md +++ b/src/config/AGENTS.md @@ -1,10 +1,10 @@ # src/config/ β€” Zod v4 Schema System -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW -22 schema files composing `OhMyOpenCodeConfigSchema`. Zod v4 validation with `safeParse()`. All fields optional β€” omitted fields use plugin defaults. +24 schema files composing `OhMyOpenCodeConfigSchema`. Zod v4 validation with `safeParse()`. All fields optional β€” omitted fields use plugin defaults. ## SCHEMA TREE @@ -29,6 +29,8 @@ config/schema/ β”œβ”€β”€ git-master.ts # commit_footer: boolean | string β”œβ”€β”€ browser-automation.ts # provider: playwright | agent-browser | playwright-cli β”œβ”€β”€ background-task.ts # Concurrency limits per model/provider +β”œβ”€β”€ fallback-models.ts # FallbackModelsConfigSchema +β”œβ”€β”€ runtime-fallback.ts # RuntimeFallbackConfigSchema β”œβ”€β”€ babysitting.ts # Unstable agent monitoring β”œβ”€β”€ dynamic-context-pruning.ts # Context pruning settings β”œβ”€β”€ start-work.ts # StartWorkConfigSchema (auto_commit) diff --git a/src/features/AGENTS.md b/src/features/AGENTS.md index cec212e5..9a000826 100644 --- a/src/features/AGENTS.md +++ b/src/features/AGENTS.md @@ -1,6 +1,6 @@ # src/features/ β€” 19 Feature Modules -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/features/background-agent/AGENTS.md b/src/features/background-agent/AGENTS.md index 0b4b18ec..615bb8e2 100644 --- a/src/features/background-agent/AGENTS.md +++ b/src/features/background-agent/AGENTS.md @@ -1,10 +1,10 @@ # src/features/background-agent/ β€” Core Orchestration Engine -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW -39 files (~10k LOC). Manages async task lifecycle: launch β†’ queue β†’ run β†’ poll β†’ complete/error. Concurrency limited per model/provider (default 5). Central to multi-agent orchestration. +30 files (~10k LOC). Manages async task lifecycle: launch β†’ queue β†’ run β†’ poll β†’ complete/error. Concurrency limited per model/provider (default 5). Central to multi-agent orchestration. ## TASK LIFECYCLE diff --git a/src/features/claude-tasks/AGENTS.md b/src/features/claude-tasks/AGENTS.md index 25d00ae0..9b444252 100644 --- a/src/features/claude-tasks/AGENTS.md +++ b/src/features/claude-tasks/AGENTS.md @@ -1,6 +1,6 @@ # src/features/claude-tasks/ β€” Task Schema + Storage -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/features/mcp-oauth/AGENTS.md b/src/features/mcp-oauth/AGENTS.md index 97f017c2..237c62e1 100644 --- a/src/features/mcp-oauth/AGENTS.md +++ b/src/features/mcp-oauth/AGENTS.md @@ -1,6 +1,6 @@ # src/features/mcp-oauth/ β€” OAuth 2.0 + PKCE + DCR for MCP Servers -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/features/opencode-skill-loader/AGENTS.md b/src/features/opencode-skill-loader/AGENTS.md index 5c617673..447366f0 100644 --- a/src/features/opencode-skill-loader/AGENTS.md +++ b/src/features/opencode-skill-loader/AGENTS.md @@ -1,6 +1,6 @@ # src/features/opencode-skill-loader/ β€” 4-Scope Skill Discovery -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/features/tmux-subagent/AGENTS.md b/src/features/tmux-subagent/AGENTS.md index 69e8ccfa..73119c9f 100644 --- a/src/features/tmux-subagent/AGENTS.md +++ b/src/features/tmux-subagent/AGENTS.md @@ -1,6 +1,6 @@ # src/features/tmux-subagent/ β€” Tmux Pane Management -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/AGENTS.md b/src/hooks/AGENTS.md index 6e22ff9b..277500af 100644 --- a/src/hooks/AGENTS.md +++ b/src/hooks/AGENTS.md @@ -1,10 +1,10 @@ # src/hooks/ β€” 46 Lifecycle Hooks -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW -46 hooks across 39 directories + 6 standalone files. Three-tier composition: Core(37) + Continuation(7) + Skill(2). All hooks follow `createXXXHook(deps) β†’ HookFunction` factory pattern. +46 hooks across 45 directories + 11 standalone files. Three-tier composition: Core(37) + Continuation(7) + Skill(2). All hooks follow `createXXXHook(deps) β†’ HookFunction` factory pattern. ## HOOK TIERS @@ -14,38 +14,48 @@ hooks/ β”œβ”€β”€ atlas/ # Main orchestration (757 lines) β”œβ”€β”€ anthropic-context-window-limit-recovery/ # Auto-summarize -β”œβ”€β”€ todo-continuation-enforcer.ts # Force TODO completion -β”œβ”€β”€ ralph-loop/ # Self-referential dev loop -β”œβ”€β”€ claude-code-hooks/ # settings.json compat layer - see AGENTS.md -β”œβ”€β”€ comment-checker/ # Prevents AI slop +β”œβ”€β”€ anthropic-effort/ # Reasoning effort level adjustment +β”œβ”€β”€ anthropic-image-context/ # Image context handling for Anthropic β”œβ”€β”€ auto-slash-command/ # Detects /command patterns -β”œβ”€β”€ rules-injector/ # Conditional rules +β”œβ”€β”€ auto-update-checker/ # Plugin update check +β”œβ”€β”€ background-notification/ # OS notification +β”œβ”€β”€ beast-mode-system/ # Beast mode system prompt injection +β”œβ”€β”€ category-skill-reminder/ # Reminds of category skills +β”œβ”€β”€ claude-code-hooks/ # settings.json compat layer +β”œβ”€β”€ comment-checker/ # Prevents AI slop +β”œβ”€β”€ compaction-context-injector/ # Injects context on compaction +β”œβ”€β”€ compaction-todo-preserver/ # Preserves todos through compaction +β”œβ”€β”€ delegate-task-retry/ # Retries failed delegations β”œβ”€β”€ directory-agents-injector/ # Auto-injects AGENTS.md β”œβ”€β”€ directory-readme-injector/ # Auto-injects README.md β”œβ”€β”€ edit-error-recovery/ # Recovers from failures -β”œβ”€β”€ thinking-block-validator/ # Ensures valid -β”œβ”€β”€ context-window-monitor.ts # Reminds of headroom -β”œβ”€β”€ session-recovery/ # Auto-recovers from crashes -β”œβ”€β”€ think-mode/ # Dynamic thinking budget -β”œβ”€β”€ keyword-detector/ # ultrawork/search/analyze modes -β”œβ”€β”€ background-notification/ # OS notification -β”œβ”€β”€ prometheus-md-only/ # Planner read-only mode -β”œβ”€β”€ agent-usage-reminder/ # Specialized agent hints -β”œβ”€β”€ auto-update-checker/ # Plugin update check -β”œβ”€β”€ tool-output-truncator.ts # Prevents context bloat -β”œβ”€β”€ compaction-context-injector/ # Injects context on compaction -β”œβ”€β”€ delegate-task-retry/ # Retries failed delegations +β”œβ”€β”€ hashline-edit-diff-enhancer/ # Enhanced diff output for hashline edits +β”œβ”€β”€ hashline-read-enhancer/ # Adds LINE#ID hashes to Read output β”œβ”€β”€ interactive-bash-session/ # Tmux session management +β”œβ”€β”€ json-error-recovery/ # JSON parse error correction +β”œβ”€β”€ keyword-detector/ # ultrawork/search/analyze modes +β”œβ”€β”€ model-fallback/ # Provider-level model fallback +β”œβ”€β”€ no-hephaestus-non-gpt/ # Block Hephaestus from non-GPT +β”œβ”€β”€ no-sisyphus-gpt/ # Block Sisyphus from GPT β”œβ”€β”€ non-interactive-env/ # Non-TTY environment handling -β”œβ”€β”€ start-work/ # Sisyphus work session starter -β”œβ”€β”€ task-resume-info/ # Resume info for cancelled tasks +β”œβ”€β”€ prometheus-md-only/ # Planner read-only mode β”œβ”€β”€ question-label-truncator/ # Auto-truncates question labels -β”œβ”€β”€ category-skill-reminder/ # Reminds of category skills -β”œβ”€β”€ empty-task-response-detector.ts # Detects empty responses -β”œβ”€β”€ sisyphus-junior-notepad/ # Sisyphus Junior notepad -β”œβ”€β”€ stop-continuation-guard/ # Guards stop continuation -β”œβ”€β”€ subagent-question-blocker/ # Blocks subagent questions +β”œβ”€β”€ ralph-loop/ # Self-referential dev loop +β”œβ”€β”€ read-image-resizer/ # Resize images for context efficiency +β”œβ”€β”€ rules-injector/ # Conditional rules β”œβ”€β”€ runtime-fallback/ # Auto-switch models on API errors +β”œβ”€β”€ session-recovery/ # Auto-recovers from crashes +β”œβ”€β”€ sisyphus-junior-notepad/ # Sisyphus Junior notepad +β”œβ”€β”€ start-work/ # Sisyphus work session starter +β”œβ”€β”€ stop-continuation-guard/ # Guards stop continuation +β”œβ”€β”€ task-reminder/ # Task system usage reminders +β”œβ”€β”€ task-resume-info/ # Resume info for cancelled tasks +β”œβ”€β”€ tasks-todowrite-disabler/ # Disable TodoWrite when task system active +β”œβ”€β”€ think-mode/ # Dynamic thinking budget +β”œβ”€β”€ thinking-block-validator/ # Ensures valid +β”œβ”€β”€ todo-continuation-enforcer/ # Force TODO completion +β”œβ”€β”€ unstable-agent-babysitter/ # Monitor unstable agent behavior +β”œβ”€β”€ write-existing-file-guard/ # Require Read before Write └── index.ts # Hook aggregation + registration ``` diff --git a/src/hooks/anthropic-context-window-limit-recovery/AGENTS.md b/src/hooks/anthropic-context-window-limit-recovery/AGENTS.md index 0234760e..5da2ecf8 100644 --- a/src/hooks/anthropic-context-window-limit-recovery/AGENTS.md +++ b/src/hooks/anthropic-context-window-limit-recovery/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/anthropic-context-window-limit-recovery/ β€” Multi-Strategy Context Recovery -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/atlas/AGENTS.md b/src/hooks/atlas/AGENTS.md index e0c435e2..63c9cc22 100644 --- a/src/hooks/atlas/AGENTS.md +++ b/src/hooks/atlas/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/atlas/ β€” Master Boulder Orchestrator -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/claude-code-hooks/AGENTS.md b/src/hooks/claude-code-hooks/AGENTS.md index 03b88a73..f9dd368b 100644 --- a/src/hooks/claude-code-hooks/AGENTS.md +++ b/src/hooks/claude-code-hooks/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/claude-code-hooks/ β€” Claude Code Compatibility -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/keyword-detector/AGENTS.md b/src/hooks/keyword-detector/AGENTS.md index 34f08118..94b374b2 100644 --- a/src/hooks/keyword-detector/AGENTS.md +++ b/src/hooks/keyword-detector/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/keyword-detector/ β€” Mode Keyword Injection -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/ralph-loop/AGENTS.md b/src/hooks/ralph-loop/AGENTS.md index 7e35f437..4f94da68 100644 --- a/src/hooks/ralph-loop/AGENTS.md +++ b/src/hooks/ralph-loop/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/ralph-loop/ β€” Self-Referential Dev Loop -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/rules-injector/AGENTS.md b/src/hooks/rules-injector/AGENTS.md index c43c66b3..f3767e22 100644 --- a/src/hooks/rules-injector/AGENTS.md +++ b/src/hooks/rules-injector/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/rules-injector/ β€” Conditional Rules Injection -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/session-recovery/AGENTS.md b/src/hooks/session-recovery/AGENTS.md index 3959b41c..ecd43ae6 100644 --- a/src/hooks/session-recovery/AGENTS.md +++ b/src/hooks/session-recovery/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/session-recovery/ β€” Auto Session Error Recovery -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/hooks/todo-continuation-enforcer/AGENTS.md b/src/hooks/todo-continuation-enforcer/AGENTS.md index 6f0166b6..132a16bf 100644 --- a/src/hooks/todo-continuation-enforcer/AGENTS.md +++ b/src/hooks/todo-continuation-enforcer/AGENTS.md @@ -1,6 +1,6 @@ # src/hooks/todo-continuation-enforcer/ β€” Boulder Continuation Mechanism -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/mcp/AGENTS.md b/src/mcp/AGENTS.md index cb230480..9c728114 100644 --- a/src/mcp/AGENTS.md +++ b/src/mcp/AGENTS.md @@ -1,6 +1,6 @@ # src/mcp/ β€” 3 Built-in Remote MCPs -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/plugin-handlers/AGENTS.md b/src/plugin-handlers/AGENTS.md index 844242bd..04265d5d 100644 --- a/src/plugin-handlers/AGENTS.md +++ b/src/plugin-handlers/AGENTS.md @@ -1,6 +1,6 @@ # src/plugin-handlers/ β€” 6-Phase Config Loading Pipeline -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/plugin/AGENTS.md b/src/plugin/AGENTS.md index a3aa2024..d751a2fd 100644 --- a/src/plugin/AGENTS.md +++ b/src/plugin/AGENTS.md @@ -1,6 +1,6 @@ # src/plugin/ β€” 8 OpenCode Hook Handlers + Hook Composition -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/shared/AGENTS.md b/src/shared/AGENTS.md index be196d23..18bd85fe 100644 --- a/src/shared/AGENTS.md +++ b/src/shared/AGENTS.md @@ -1,6 +1,6 @@ -# src/shared/ β€” 101 Utility Files in 13 Categories +# src/shared/ β€” 95+ Utility Files in 13 Categories -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/tools/AGENTS.md b/src/tools/AGENTS.md index 2604ad9e..48c99238 100644 --- a/src/tools/AGENTS.md +++ b/src/tools/AGENTS.md @@ -1,6 +1,6 @@ # src/tools/ β€” 26 Tools Across 15 Directories -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW @@ -91,10 +91,10 @@ | Category | Model | Domain | |----------|-------|--------| -| visual-engineering | gemini-3-pro | Frontend, UI/UX | +| visual-engineering | gemini-3.1-pro high | Frontend, UI/UX | | ultrabrain | gpt-5.3-codex xhigh | Hard logic | | deep | gpt-5.3-codex medium | Autonomous problem-solving | -| artistry | gemini-3-pro high | Creative approaches | +| artistry | gemini-3.1-pro high | Creative approaches | | quick | claude-haiku-4-5 | Trivial tasks | | unspecified-low | claude-sonnet-4-6 | Moderate effort | | unspecified-high | claude-opus-4-6 max | High effort | diff --git a/src/tools/background-task/AGENTS.md b/src/tools/background-task/AGENTS.md index bdf486fe..32285831 100644 --- a/src/tools/background-task/AGENTS.md +++ b/src/tools/background-task/AGENTS.md @@ -1,6 +1,6 @@ # src/tools/background-task/ β€” Background Task Tool Wrappers -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/tools/call-omo-agent/AGENTS.md b/src/tools/call-omo-agent/AGENTS.md index adbe35fe..1b551f30 100644 --- a/src/tools/call-omo-agent/AGENTS.md +++ b/src/tools/call-omo-agent/AGENTS.md @@ -1,6 +1,6 @@ # src/tools/call-omo-agent/ β€” Direct Agent Invocation Tool -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/tools/delegate-task/AGENTS.md b/src/tools/delegate-task/AGENTS.md index 8f533426..8adeedfa 100644 --- a/src/tools/delegate-task/AGENTS.md +++ b/src/tools/delegate-task/AGENTS.md @@ -1,6 +1,6 @@ # src/tools/delegate-task/ β€” Task Delegation Engine -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/tools/hashline-edit/AGENTS.md b/src/tools/hashline-edit/AGENTS.md index 3054b21d..0eb4a823 100644 --- a/src/tools/hashline-edit/AGENTS.md +++ b/src/tools/hashline-edit/AGENTS.md @@ -1,6 +1,6 @@ # src/tools/hashline-edit/ β€” Hash-Anchored File Edit Tool -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW diff --git a/src/tools/lsp/AGENTS.md b/src/tools/lsp/AGENTS.md index 13968fff..ff43d92e 100644 --- a/src/tools/lsp/AGENTS.md +++ b/src/tools/lsp/AGENTS.md @@ -1,6 +1,6 @@ # src/tools/lsp/ β€” LSP Tool Implementations -**Generated:** 2026-02-24 +**Generated:** 2026-03-02 ## OVERVIEW