mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
- CLAUDE.md + README.md: RAG engine is hybrid retrieval, not HyDE (retired) - usage.md: org chart + agent-IDs table now show all 22 agents (adds secretary-1 + pr-reviewer-1); task-lifecycle diagram adds awaiting_pm_review and the awaiting_ceo_approval escalation - deployment.md: architecture diagram + data-persistence table include ollama, panel, nginx, workspaces, and logs - docs/initiatives + docs/self READMEs: access lists match middleware_docs.py - CLAUDE.md blueprint pointer no longer references the gitignored docs/internal tree
28 lines
522 B
Markdown
28 lines
522 B
Markdown
# Initiatives Documentation
|
|
|
|
Cross-team initiatives and major projects.
|
|
|
|
## Structure
|
|
|
|
Each initiative gets its own subdirectory:
|
|
```
|
|
initiatives/
|
|
├── {initiative-id}/
|
|
│ ├── README.md
|
|
│ ├── design.md
|
|
│ ├── progress.md
|
|
│ └── ...
|
|
```
|
|
|
|
## Access
|
|
|
|
- **READ**: Main PM, Cell PMs, Product Owner
|
|
- **WRITE**: Main PM
|
|
|
|
## Creating an Initiative
|
|
|
|
1. Main PM creates initiative task
|
|
2. Creates initiative directory
|
|
3. Assigns teams and documenters
|
|
4. Teams document their contributions
|