docs: multi-model agentic-system design #41

Merged
user2595 merged 1 commits from docs/agentic-system-design into main 2026-05-31 22:16:44 +00:00
Owner

Adds doc/reviewer/agentic-system-design.md — a multi-model agent pipeline (roles ↔ Claude models, blackboard state machine, gates, run options) that operationalises finding-orchestration.md. Docs-only.

ℹ️ CI note: this branch is off main, which still builds test-fast with -j$(nproc) → may hit the known Pi cc1plus OOM (a docs change cannot affect the build). It goes green automatically once #39's -j1 fix reaches main; safe to merge with override meanwhile.

Adds `doc/reviewer/agentic-system-design.md` — a multi-model agent pipeline (roles ↔ Claude models, blackboard state machine, gates, run options) that operationalises `finding-orchestration.md`. Docs-only. > ℹ️ **CI note:** this branch is off `main`, which still builds `test-fast` with `-j$(nproc)` → may hit the known Pi `cc1plus` OOM (a docs change cannot affect the build). It goes green automatically once #39's `-j1` fix reaches `main`; safe to merge with override meanwhile.
user2595 added 1 commit 2026-05-31 22:09:56 +00:00
docs(reviewer): add multi-model agentic-system design
Some checks failed
C++ Tests / test-fast (pull_request) Failing after 1m44s
C++ Tests / quality-gates (pull_request) Has been skipped
C++ Tests / test-cgal (pull_request) Has been skipped
08b85ea906
Turns the static plan in finding-orchestration.md into a running multi-agent
pipeline: roles mapped to Claude models (Mechanic=Haiku, Engineer=Sonnet,
Specialist+Reviewer+Auditor=Opus, plus Orchestrator/Integrator/Infra-
Diagnostician and human gates), a blackboard state machine (audit → plan →
(implement → review)* → integrate → merge → re-audit), automated + human gates,
and the run options (manual sessions / Claude Code subagents / Agent SDK).
Grounded in the Session 1+2 trace (incl. the cc1plus-OOM diagnosis and the
#36→#39 rebase).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
user2595 merged commit e8e4a15c6c into main 2026-05-31 22:16:44 +00:00
user2595 deleted branch docs/agentic-system-design 2026-05-31 22:16:44 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: conformallab/ConformalLabpp#41
No description provided.