docs: update AGENTS.md knowledge base (043b1a33)

- Add 7 missing hooks, remove deleted background-compaction
- Update line counts (atlas 572, sisyphus 450, config-manager 664)
- Add 18 undocumented shared utilities, remove stale references
- Add task-toast-manager, remove-deadcode command
- Update test count 90→95, add 4 complexity hotspots
This commit is contained in:
justsisyphus
2026-01-25 13:12:40 +09:00
parent 043b1a3377
commit fd72ce5ce7
7 changed files with 58 additions and 24 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ tools/
├── skill-mcp/ # Skill MCP operations
├── slashcommand/ # Slash command dispatch
├── call-omo-agent/ # Direct agent invocation
└── background-task/ # background_output, background_cancel
└── background-task/ # background_output, background_cancel (513 lines)
```
## TOOL CATEGORIES
@@ -48,7 +48,7 @@ tools/
## LSP SPECIFICS
- **Client**: `client.ts` manages stdio, JSON-RPC
- **Client**: `client.ts` manages stdio, JSON-RPC (596 lines)
- **Singleton**: `LSPServerManager` with ref counting
- **Capabilities**: definition, references, symbols, diagnostics, rename