docs: refresh published reference docs against current code

- 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
This commit is contained in:
Renn F
2026-06-17 06:56:59 +02:00
parent 818f2ac7a6
commit 46c1ab8af2
6 changed files with 32 additions and 24 deletions
+7 -3
View File
@@ -9,9 +9,11 @@ Operating the AI company after deployment.
```
CEO (You)
├── Intake (on-demand interviewer: chats only with you to draft a task)
├── Secretary (your chief-of-staff: runs gated directives under your command)
└── Board
├── Product Owner
├── Head of Marketing
├── PR Reviewer (read-only: gates inbound external/fork PRs)
└── Auditor
└── Main PM
├── Backend Cell (PM, 2 Devs, QA, Documenter)
@@ -40,6 +42,8 @@ CEO (You)
| `head-marketing` | Head of Marketing | Board |
| `auditor` | Auditor | Board |
| `intake-1` | Intake (interviewer) | Board |
| `secretary-1` | Secretary (chief-of-staff) | Board |
| `pr-reviewer-1` | PR Reviewer (read-only) | Board |
## Spawning Agents
@@ -122,9 +126,9 @@ Enum values: `task_type` ∈ {`code`, `documentation`, `research`, `planning`, `
## Task Lifecycle
```
pending → claimed → in_progress → verifying → awaiting_qa → awaiting_documentation → completed
blocked/paused
pending → claimed → in_progress → verifying → awaiting_qa → awaiting_documentation → awaiting_pm_review → completed
blocked/paused awaiting_ceo_approval (major tasks)
```
Agents automatically: