docs(agents): document prompts-core mode prompts

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-24 18:33:00 +09:00
parent 80361c05ab
commit 63ef72d1b9
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -32,13 +32,15 @@ oh-my-opencode/
│ ├── openclaw/ # Bidirectional external integration (Discord/Telegram/HTTP/shell + reply listener daemon)
│ ├── generated/ # model-capabilities.generated.json (refreshed via build:model-capabilities)
│ └── testing/ # Test utilities + `create-plugin-module.ts` (extracted plugin entry factory, 182 LOC)
├── packages/ # 11 platform binaries + 2 MCP packages + 7 Core packages + web
├── packages/ # 11 platform binaries + 2 MCP packages + 9 Core packages + web
│ ├── utils/ # Shared utilities — deep-merge, snake-case, frontmatter, file-utils, etc.
│ ├── model-core/ # Model resolution pipeline with ProviderCache DI
│ ├── prompts-core/ # Markdown prompt loading + bundled mode prompts (search/analyze/team/hyperplan)
│ ├── rules-engine/ # Rule discovery + matching (renamed from rules-core)
│ ├── agents-md-core/ # AGENTS.md walk-up discovery + injection
│ ├── ast-grep-core/ # ast-grep types, pattern-hints, runner core with injectable spawn
│ ├── comment-checker-core/ # apply-patch parser, binary runner with injectable spawn
│ ├── hashline-core/ # Hashline edit primitives and diff helpers shared by adapter shims
│ ├── boulder-state/ # Work tracking state machine, split storage
│ └── web/ # Marketing site (Next.js 15 + Cloudflare Workers). Independent package with own bun.lock
├── bin/ # Platform-detection JS shim (oh-my-opencode + oh-my-openagent)