mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
feat(orchestration): add CLAUDE.md shared brain for parallel agent coordination
This commit is contained in:
parent
c56db60ee8
commit
7a95cd8a57
1 changed files with 20 additions and 0 deletions
20
.orchestration/CLAUDE.md
Normal file
20
.orchestration/CLAUDE.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# CLAUDE.md
|
||||
|
||||
# Shared Brain for Roo Code Agent Sessions
|
||||
|
||||
## Project: AI-Native IDE – Week 1
|
||||
|
||||
### Lessons Learned
|
||||
|
||||
- PreHook enforces scope and intent validation.
|
||||
- PostHook logs AST diffs, content hashes, and mutation class.
|
||||
- Session IDs and contributor model must be tied dynamically to each agent instance.
|
||||
- Active intents are required for agent execution; context injection is mandatory.
|
||||
- Parallel agents must respect content hashes to prevent stale file overwrites.
|
||||
|
||||
### Architectural Notes
|
||||
|
||||
- Hooks isolated and composable.
|
||||
- agent_trace.jsonl stores intent → file → hash → mutation_class.
|
||||
- Future: integrate real Git SHA for vcs.revision_id.
|
||||
- Future: append lessons automatically when linter/test fails.
|
||||
Loading…
Add table
Reference in a new issue