@@ -56,8 +56,7 @@ If English isn't your first language, don't worry! We value your contributions r
5656### Prerequisites
5757
5858- ** Bun** (latest version) - The only supported package manager
59- - ** TypeScript 5.7.3+** - For type checking and declarations
60- - ** OpenCode 1.0.150+** - For testing the plugin
59+ - ** TypeScript** - Strict mode for type checking and declarations
6160
6261### Development Setup
6362
@@ -113,14 +112,14 @@ oh-my-opencode/
113112│ ├── index.ts # Plugin entry (OhMyOpenCodePlugin)
114113│ ├── plugin-config.ts # JSONC multi-level config (Zod v4)
115114│ ├── agents/ # 11 agents (Sisyphus, Hephaestus, Oracle, Librarian, Explore, Atlas, Prometheus, Metis, Momus, Multimodal-Looker, Sisyphus-Junior)
116- │ ├── hooks/ # Lifecycle hooks for orchestration, recovery, UX, and context management
117- │ ├── tools/ # 26 tools across 15 directories
115+ │ ├── hooks/ # 52 lifecycle hooks across 55 dedicated modules
116+ │ ├── tools/ # 26 tools across 16 directories
118117│ ├── mcp/ # 3 built-in remote MCPs (websearch, context7, grep_app)
119118│ ├── features/ # 19 feature modules (background-agent, skill-loader, tmux, MCP-OAuth, etc.)
120119│ ├── config/ # Zod v4 schema system
121120│ ├── shared/ # Cross-cutting utilities
122121│ ├── cli/ # CLI: install, run, doctor, mcp-oauth (Commander.js)
123- │ ├── plugin/ # 8 OpenCode hook handlers + hook composition
122+ │ ├── plugin/ # 10 OpenCode hook handlers + hook composition
124123│ └── plugin-handlers/ # 6-phase config loading pipeline
125124├── packages/ # Monorepo: comment-checker, opencode-sdk
126125└── dist/ # Build output (ESM + .d.ts)
0 commit comments