docs(agents): regenerate AGENTS.md hierarchy with init-deep

- Root: preserve 3 CRITICAL sections (PR target, OpenCode source, English-only)
- Update all 10 AGENTS.md files with current codebase analysis
- Add complexity hotspots, agent models, anti-patterns
- Sync line counts and structure with actual implementation
This commit is contained in:
YeonGyu-Kim
2026-02-03 16:21:31 +09:00
parent d7679e148e
commit a651e7f073
4 changed files with 27 additions and 19 deletions
+1
View File
@@ -18,6 +18,7 @@ tools/
├── lsp/ # 6 tools: definition, references, symbols, diagnostics, rename (client.ts 540 lines)
├── ast-grep/ # 2 tools: search, replace (25 languages)
├── delegate-task/ # Category-based routing (1135 lines)
├── task/ # 4 tools: create, get, list, update (Claude Code compatible)
├── session-manager/ # 4 tools: list, read, search, info
├── grep/ # Custom grep with timeout (60s, 10MB)
├── glob/ # 60s timeout, 100 file limit