docs(agents): update AGENTS.md with current commit hash and line counts

This commit is contained in:
justsisyphus
2026-01-23 16:00:38 +09:00
parent d5e1344b87
commit cc8d2ee4d2
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
```
agents/
├── atlas.ts # Master Orchestrator (1383 lines)
├── atlas.ts # Master Orchestrator (543 lines)
├── sisyphus.ts # Main prompt (615 lines)
├── sisyphus-junior.ts # Delegated task executor
├── dynamic-agent-prompt-builder.ts # Dynamic prompt generation
+1 -1
View File
@@ -8,7 +8,7 @@
```
hooks/
├── atlas/ # Main orchestration (771 lines)
├── atlas/ # Main orchestration (773 lines)
├── anthropic-context-window-limit-recovery/ # Auto-summarize
├── todo-continuation-enforcer.ts # Force TODO completion
├── ralph-loop/ # Self-referential dev loop
+1 -1
View File
@@ -15,7 +15,7 @@ tools/
│ └── constants.ts # Fixed values
├── lsp/ # 6 tools: definition, references, symbols, diagnostics, rename
├── ast-grep/ # 2 tools: search, replace (25 languages)
├── delegate-task/ # Category-based routing (1038 lines)
├── delegate-task/ # Category-based routing (1039 lines)
├── session-manager/ # 4 tools: list, read, search, info
├── grep/ # Custom grep with timeout
├── glob/ # 60s timeout, 100 file limit