docs: fix missing memory path update in Task 8 of agent hierarchy plan

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daniil
2026-03-22 22:29:16 +03:00
parent 57e5e2451f
commit 852727d73d
@@ -1045,6 +1045,15 @@ In the First Step section, change the memory directory reference:
Old: `Read directory: .claude/agents-memory/product-strategist/` Old: `Read directory: .claude/agents-memory/product-strategist/`
New: `Read directory: .claude/agents-memory/product-lead/` New: `Read directory: .claude/agents-memory/product-lead/`
- [ ] **Step 4.5: Update Memory section paths**
In the `# Memory` section (near the end of the file), update all references from `product-strategist` to `product-lead`:
Old: `.claude/agents-memory/product-strategist/`
New: `.claude/agents-memory/product-lead/`
There are typically 2 references: one for reading memory and one for writing memory.
- [ ] **Step 5: Add hierarchy and dual-mode sections** - [ ] **Step 5: Add hierarchy and dual-mode sections**
Insert after `# First Step` (before `# Identity`): Insert after `# First Step` (before `# Identity`):