mirror of
https://github.com/gnekt/My-Brain-Is-Full-Crew.git
synced 2026-09-11 16:32:21 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user