From 79c77604661175277e516e6959ab8bd55e0d32a6 Mon Sep 17 00:00:00 2001 From: Armand Date: Thu, 5 Mar 2026 22:09:21 -0600 Subject: [PATCH 1/2] docs: fix stale counts and update strategy to agent-first beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - system-overview.md: fix adapter count (14→41), agent types (30+→43), handler count (90→640+) - ROADMAP.md: update beta strategy to agent-first OpenClaw, mark GitHub Actions gate complete, fix API endpoint count (275→3,000+) - FEATURE_GAP_LIST.md: update beta entry to agent-first with self-hosted runners - EXTENDED_README.md: fix agent type count (30+→43) - CONTRIBUTING.md: fix adapter count (14→41), API operations count - EXECUTION_PLAN_90D.md: fix adapter count (28→41) Co-Authored-By: Claude Opus 4.6 --- CONTRIBUTING.md | 4 ++-- ROADMAP.md | 11 +++++------ docs/EXTENDED_README.md | 2 +- docs/FEATURE_GAP_LIST.md | 2 +- docs/architecture/system-overview.md | 6 +++--- docs/status/EXECUTION_PLAN_90D.md | 2 +- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef37cb4366..6f6eb2660b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -256,8 +256,8 @@ aragora/ │ ├── agents/ # Agent implementations (API + CLI) │ ├── debate/ # Debate orchestration (Arena, phases, consensus) │ ├── memory/ # Memory systems (Continuum, 4-tier) -│ ├── knowledge/ # Knowledge Mound with 14 adapters -│ ├── server/ # HTTP/WebSocket API (275+ endpoints) +│ ├── knowledge/ # Knowledge Mound with 41 adapters +│ ├── server/ # HTTP/WebSocket API (3,000+ operations) │ ├── control_plane/ # Enterprise orchestration │ ├── connectors/ # 130+ external integrations │ ├── cli/ # CLI commands diff --git a/ROADMAP.md b/ROADMAP.md index 01b3a32a46..e36a19b6ab 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -28,8 +28,7 @@ Aragora is **98% GA-ready**. The platform has shipped all core infrastructure an **Remaining blockers before GA:** - External penetration test (vendor-dependent; kickoff target Mar 3, 2026) -- 3 beta users running `aragora review` on real PRs -- GitHub Actions pre-merge gate (in progress) +- Agent-first beta: OpenClaw instances running reviews via REST API on real PRs - Public demo at aragora.ai/demo **EU AI Act enforcement date: August 2, 2026** — the compliance CLI and audit trail infrastructure @@ -68,7 +67,7 @@ Aragora is the control plane for multi-agent vetted decisionmaking across organi ### Integrations - Slack, Discord, Microsoft Teams bots - Email-to-debate routing -- REST API with 275+ endpoints +- REST API with 3,000+ operations across 2,900+ paths - WebSocket real-time API - MCP server for Claude Desktop @@ -143,7 +142,7 @@ Aragora is the control plane for multi-agent vetted decisionmaking across organi ### Extended Integrations - [x] Zapier / Make.com connectors -- [ ] GitHub Actions for CI/CD debates (pre-merge gate — in progress) +- [x] GitHub Actions for CI/CD debates (`aragora-review-gate.yml` shipped) - [ ] Jupyter notebook integration - [ ] VS Code extension @@ -196,8 +195,8 @@ Enterprise teams evaluating AI governance solutions will be making decisions in for capturing this cohort is now. ### Q2 2026 Priorities -- [ ] 3 beta users with `aragora review` running on real production PRs -- [ ] GitHub Actions pre-merge gate (CI/CD integration) +- [ ] Agent-first beta: OpenClaw instances running `aragora review` on real PRs via REST API +- [x] GitHub Actions pre-merge gate (`aragora-review-gate.yml` shipped) - [ ] Public demo at aragora.ai/demo - [ ] EU AI Act compliance package — full audit bundle documentation and customer playbook - [ ] SOC 2 Type II audit engagement kickoff (controls are ready; external auditor engagement pending) diff --git a/docs/EXTENDED_README.md b/docs/EXTENDED_README.md index 5fd60e5f78..d0ed8f01fd 100644 --- a/docs/EXTENDED_README.md +++ b/docs/EXTENDED_README.md @@ -213,7 +213,7 @@ print(f"Consensus: {result.consensus_reached} ({result.confidence:.0%})") ├─────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────────────────────────────────────────────────────┐ │ -│ │ AGENT LAYER (30+ Agent Types) │ │ +│ │ AGENT LAYER (43 Agent Types) │ │ │ │ Claude | GPT | Gemini | Grok | Mistral | DeepSeek | Qwen │ │ │ │ + Kimi, Yi, Local Models (Ollama) │ │ │ └───────────────────────────┬──────────────────────────────┘ │ diff --git a/docs/FEATURE_GAP_LIST.md b/docs/FEATURE_GAP_LIST.md index 164a13f7be..c2cdd567c4 100644 --- a/docs/FEATURE_GAP_LIST.md +++ b/docs/FEATURE_GAP_LIST.md @@ -27,7 +27,7 @@ | Feature | Status | Notes | |---------|--------|-------| -| 3 beta users with `aragora review` | Not started | Need real PRs reviewed end-to-end via Aragora. Review gate workflow merged (#648). | +| Agent-first beta via REST API | **In progress** | OpenClaw instances as non-human beta users calling `POST /api/v1/debates`. 3 self-hosted runners deployed (Mac Studio M3 Ultra, M1 MacBook, Intel MacBook). | | GitHub Actions pre-merge gate | **Merged (#648)** | `aragora-review.yml` deployed. Gates on critical findings. Needs branch protection config + beta testing with real repos. | | Public demo at aragora.ai/demo | **Demo page + share URLs live** | Standalone demo page merged (#648). Share URL persistence fixed. Needs frontend routing verification at aragora.ai/demo. | | EU AI Act compliance package | **Substantially complete** | Art. 9/12/13/14/15 dedicated bundles + CLI export + compliance scoring + demo script + customer playbook. **Deadline: Aug 2, 2026.** | diff --git a/docs/architecture/system-overview.md b/docs/architecture/system-overview.md index 21e7d0482e..52e55ea131 100644 --- a/docs/architecture/system-overview.md +++ b/docs/architecture/system-overview.md @@ -16,7 +16,7 @@ flowchart TB subgraph Server["Server Layer"] HTTP["HTTP API (3,000+ operations)"] WS["WebSocket Streams (22 modules)"] - Handlers["90 HTTP Handlers"] + Handlers["640+ HTTP Handlers"] TTS["TTS / Voice Stream"] end @@ -36,7 +36,7 @@ flowchart TB PromptBuilder["Prompt Builder"] end - subgraph Agents["Agents Layer (30+ Agent Types)"] + subgraph Agents["Agents Layer (43 Agent Types)"] direction LR APIAgents["API Agents"] CLIAgents["CLI Agents"] @@ -66,7 +66,7 @@ flowchart TB subgraph Knowledge["Knowledge Mound"] Bridges["KnowledgeBridgeHub"] - Adapters["14 Adapters"] + Adapters["41 Adapters"] Sync["Sync and Revalidation"] Federation["Federation"] SemanticSearch["Semantic Search"] diff --git a/docs/status/EXECUTION_PLAN_90D.md b/docs/status/EXECUTION_PLAN_90D.md index 3eebad03f6..810ccb09f1 100644 --- a/docs/status/EXECUTION_PLAN_90D.md +++ b/docs/status/EXECUTION_PLAN_90D.md @@ -85,7 +85,7 @@ mapping, gap analysis, and build-vs-integrate recommendations. │ debate/ - Arena, PhaseExecutor, Consensus, Convergence │ agents/ - CLI + API agents, Airlock, Fallback │ memory/ - Continuum (4-tier), ConsensusMemory -│ knowledge/ - KnowledgeMound (28 registered adapters) +│ knowledge/ - KnowledgeMound (41 registered adapters) │ workflow/ - DAG engine, 50+ templates │ rbac/ - Permissions, roles, middleware │ resilience.py - CircuitBreaker From 5d628e7e3063a832a7e8cb67674aa061f44e98ee Mon Sep 17 00:00:00 2001 From: Armand Date: Fri, 6 Mar 2026 01:16:55 -0600 Subject: [PATCH 2/2] docs: avoid stale runner count in beta notes --- docs/FEATURE_GAP_LIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FEATURE_GAP_LIST.md b/docs/FEATURE_GAP_LIST.md index c2cdd567c4..9d095af7ea 100644 --- a/docs/FEATURE_GAP_LIST.md +++ b/docs/FEATURE_GAP_LIST.md @@ -27,7 +27,7 @@ | Feature | Status | Notes | |---------|--------|-------| -| Agent-first beta via REST API | **In progress** | OpenClaw instances as non-human beta users calling `POST /api/v1/debates`. 3 self-hosted runners deployed (Mac Studio M3 Ultra, M1 MacBook, Intel MacBook). | +| Agent-first beta via REST API | **In progress** | OpenClaw instances as non-human beta users calling `POST /api/v1/debates`. Self-hosted runner fleet deployed for end-to-end dogfooding and CI validation. | | GitHub Actions pre-merge gate | **Merged (#648)** | `aragora-review.yml` deployed. Gates on critical findings. Needs branch protection config + beta testing with real repos. | | Public demo at aragora.ai/demo | **Demo page + share URLs live** | Standalone demo page merged (#648). Share URL persistence fixed. Needs frontend routing verification at aragora.ai/demo. | | EU AI Act compliance package | **Substantially complete** | Art. 9/12/13/14/15 dedicated bundles + CLI export + compliance scoring + demo script + customer playbook. **Deadline: Aug 2, 2026.** |