Address Copilot review feedback on PR

- Fix call-chain example consistency in CLAUDE.md and agent-orchestration.md
  (chain lists already-invoked agents, "step N" matches chain length + 1)
- Renumber architect.md Task Checklist (was skipping 3) and replace
  "Leave messages" step with dispatcher-driven "Suggested next agent"
- Replace "Leave a message to the Sorter" with signal via Suggested next agent
- Clarify "Do NOT write to other agents' files" → only prompt/config files
  (.claude/agents/*.md), normal vault edits still allowed
- Fix agent count 10→8 in docs/getting-started.md
- Initialize SKILL_COUNT before conditional block in launchme.sh
This commit is contained in:
gnekt
2026-03-23 20:24:35 +01:00
parent f35c704550
commit a7e5625250
5 changed files with 18 additions and 18 deletions

View File

@@ -96,8 +96,8 @@ When it's done, your vault will look like this:
```
your-vault/
├── .claude/
│ ├── agents/ ← 10 crew agents (Claude Code CLI)
│ ├── skills/ ← 10 crew skills (Claude Code Desktop / Cowork)
│ ├── agents/ ← 8 crew agents (Claude Code CLI)
│ ├── skills/ ← 8 crew skills (Claude Code Desktop / Cowork)
│ └── references/ ← shared docs the agents read
├── CLAUDE.md ← project instructions
├── .mcp.json ← Gmail + Calendar (only if you said yes)
@@ -140,7 +140,7 @@ The **Architect** agent will wake up and start a friendly conversation with you.
### About your vault
- Are you new to Obsidian, or migrating from an existing vault?
- Do you want all 10 agents, or just some?
- Do you want all 8 agents, or just some?
- What areas of your life do you want to manage?
### About integrations (optional)