You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- rename foundry:self-mentor agent to foundry:curator across all files (agent file, audit template, codex mirror, 23+ cross-ref files)
- add foundry:creator agent for scaffolding new agent definitions via /create skill
- add foundry:create skill with full workflow for new-agent scaffolding
- add brainstorm tree-viewer.html live visualization script
---
Co-authored-by: Claude Code <noreply@anthropic.com>
|`Read(.claude/*.md)`| Read top-level `.claude/` markdown files | Agents read CLAUDE.md, permissions-guide.md, and TEAM_PROTOCOL.md at spawn |
92
-
|`Read(.claude/**/*.md)`| Read any nested `.claude/` markdown file | Agents and skills read their own agent/skill/rule files; self-mentor reads config files for audit |
92
+
|`Read(.claude/**/*.md)`| Read any nested `.claude/` markdown file | Agents and skills read their own agent/skill/rule files; curator reads config files for audit|
93
93
|`Read(.claude/logs/**)`| Read log files under `.claude/logs/`|`/calibrate` reads calibrations.jsonl for historical context; `/audit` reads audit-errors.jsonl |
94
94
|`Edit(.claude/logs/**)`| Edit log files under `.claude/logs/`| Skills append to calibrations.jsonl and audit-errors.jsonl without Bash redirection |
95
95
|`Read(./**)`| Read any file in the project root | Teammates read `TEAM_PROTOCOL.md` and agent files at spawn; skills read their own SKILL.md files |
|`Bash(mkdir -p .plans/closed/)`| Create `.plans/closed/` directory | Plans are moved here when completed |
144
144
|`Bash(mkdir -p .reports/calibrate/*)`| Create `.reports/calibrate/` skill run subdirs |`/calibrate` creates a timestamped run dir before spawning pipeline agents |
145
145
|`Bash(mkdir -p .reports/resolve/*)`| Create `.reports/resolve/` skill run subdirs |`/resolve` creates a run dir for lint+QA gate artifacts |
146
-
|`Bash(mkdir -p .reports/audit/*)`| Create `.reports/audit/` skill run subdirs |`/audit` creates a timestamped run dir before spawning self-mentor agents |
146
+
|`Bash(mkdir -p .reports/audit/*)`| Create `.reports/audit/` skill run subdirs |`/audit` creates a timestamped run dir before spawning curator agents|
147
147
|`Bash(mkdir -p .reports/review/*)`| Create `.reports/review/` skill run subdirs |`/oss:review` creates a run dir for multi-agent review artifacts |
148
148
|`Bash(mkdir -p .reports/analyse/*)`| Create `.reports/analyse/` skill run subdirs |`/analyse` creates subdirs for thread, ecosystem, and health modes |
149
149
|`Bash(mkdir -p .experiments/*)`| Create `.experiments/` skill run subdirs |`/optimize` creates a run dir for run mode artifacts |
0 commit comments