Skip to content

Commit a90a0ab

Browse files
committed
fix(.claude/EN): remove phantom file refs from README index
Follow-up to the agentkit consolidation merge. The README tree listing referenced knowledge/reading-depth-ladder.md and knowledge/lie-detector.md, but those documents were never created as standalone files — the Reading-Depth-Ladder and Lie-Detector LD-1..5 both live inline in CLAUDE-AGENT-PATTERN.md (§3 and §4 respectively). Direct-to-default-branch since the consolidate PR is already merged.
1 parent 1dacc3e commit a90a0ab

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.claude/EN/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ it does not replace any pre-existing `.claude/` content in this repo.
1010
.claude/EN/
1111
├── README.md ← this file
1212
├── CLAUDE-AGENT-PATTERN.md ← agnostic agent cheat-sheet
13-
│ + Reading-Depth-Ladder
14-
│ + Lie-Detector (LD-1..5)
13+
│ + Reading-Depth-Ladder (§3)
14+
│ + Lie-Detector LD-1..5 (§4)
1515
├── knowledge/
1616
│ ├── autoattended-multi-agent-pattern.md ← the 6-step loop, 4-savant
1717
│ │ taxonomy, sprint sizing,
1818
│ │ worker iron rules
19-
│ ├── a2a-workarounds.md ← file-blackboard, branch
20-
│ │ pub/sub, role-teleportation,
21-
│ │ structured handover
22-
│ ├── reading-depth-ladder.md ← anti-skim primitive
23-
│ └── lie-detector.md ← shallowness detection
19+
│ └── a2a-workarounds.md ← file-blackboard, branch
20+
│ pub/sub, role-teleportation,
21+
│ structured handover
2422
└── agents/
2523
├── README.md ← agent ensemble index
2624
├── worker-template.md ← slot-based worker brief

0 commit comments

Comments
 (0)