From 0cb0a6c01d48bd2f6e222494537fcc8610f72ca3 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 13 Apr 2026 21:25:10 +0900 Subject: [PATCH] docs(contributing): update tool/hook counts and version references --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8232be410..e12993d1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,7 +119,7 @@ oh-my-opencode/ │ ├── config/ # Zod v4 schema system │ ├── shared/ # Cross-cutting utilities │ ├── cli/ # CLI: install, run, doctor, mcp-oauth (Commander.js) -│ ├── plugin/ # 10 OpenCode hook handlers + hook composition +│ ├── plugin/ # 10 OpenCode hook handlers + 52 hook composition │ └── plugin-handlers/ # 6-phase config loading pipeline ├── packages/ # Monorepo: comment-checker, opencode-sdk └── dist/ # Build output (ESM + .d.ts)