From c78241e78e3283f846805e2fa6fc7ca13e1f3b6f Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 2 Jan 2026 22:43:37 +0900 Subject: [PATCH] docs(agents): regenerate AGENTS.md with updated commit reference (d0694e5) and corrected line counts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated timestamp: 2026-01-02T22:41:22+09:00 - src/index.ts: 723→464 lines - executor.ts: 554→564 lines 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- AGENTS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ce74625..0bcc39e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,7 +1,7 @@ # PROJECT KNOWLEDGE BASE -**Generated:** 2026-01-02T10:35:00+09:00 -**Commit:** bebe660 +**Generated:** 2026-01-02T22:41:22+09:00 +**Commit:** d0694e5 **Branch:** dev ## OVERVIEW @@ -22,7 +22,7 @@ oh-my-opencode/ │ ├── cli/ # CLI installer, doctor - see src/cli/AGENTS.md │ ├── mcp/ # MCP configs: context7, websearch_exa, grep_app │ ├── config/ # Zod schema, TypeScript types -│ └── index.ts # Main plugin entry (723 lines) +│ └── index.ts # Main plugin entry (464 lines) ├── script/ # build-schema.ts, publish.ts, generate-changelog.ts └── dist/ # Build output (ESM + .d.ts) ``` @@ -96,11 +96,11 @@ CI auto-commits schema changes on master, maintains rolling `next` draft release | File | Lines | Description | |------|-------|-------------| -| `src/index.ts` | 723 | Main plugin, all hook/tool init | +| `src/index.ts` | 464 | Main plugin, all hook/tool init | | `src/cli/config-manager.ts` | 669 | JSONC parsing, env detection | | `src/auth/antigravity/fetch.ts` | 621 | Token refresh, URL rewriting | | `src/tools/lsp/client.ts` | 611 | LSP protocol, JSON-RPC | -| `src/hooks/anthropic-context-window-limit-recovery/executor.ts` | 554 | Multi-stage recovery | +| `src/hooks/anthropic-context-window-limit-recovery/executor.ts` | 564 | Multi-stage recovery | | `src/agents/sisyphus.ts` | 504 | Orchestrator prompt | ## NOTES