fix(docs): correct stale counts — 13 domains, 52 main agents, 59 total

Fix leftover references to 12 domains (now 13 with enterprise-integration),
44/51 agents (now 52 main + 7 TDD = 59 total), and 12/12 domain integration
references across both README files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Profa
2026-02-08 18:41:08 +00:00
parent 7887f26f7d
commit b2c8db7f06
2 changed files with 11 additions and 11 deletions
+6 -6
View File
@@ -118,7 +118,7 @@ claude "Assess code quality and provide deployment recommendation"
**What happens:**
1. **Auto-configuration** detects your tech stack (TypeScript/JS, testing framework, CI setup)
2. **All 12 DDD domains** enabled automatically - no "No factory registered" errors
2. **All 13 DDD domains** enabled automatically - no "No factory registered" errors
3. **Pattern learning** kicks in - your project's test patterns are learned and reused
4. **AI agents** generate tests, analyze coverage, and provide actionable recommendations
@@ -373,7 +373,7 @@ await a2a.sendTask({
### 🔐 Consensus & MinCut Coordination (v3.3.3)
V3.3.3 achieves **full MinCut/Consensus integration across all 12 domains**:
V3.3.3 achieves **full MinCut/Consensus integration across all 13 domains**:
| Feature | Description |
|---------|-------------|
@@ -381,7 +381,7 @@ V3.3.3 achieves **full MinCut/Consensus integration across all 12 domains**:
| **MinCut Topology** | Graph-based self-healing agent coordination |
| **Multi-Model Voting** | Aggregate decisions from multiple model tiers |
| **Claim Verification** | Cryptographic verification of agent work claims |
| **12/12 Domain Integration** | All domains use `verifyFinding()` for consensus |
| **13/13 Domain Integration** | All domains use `verifyFinding()` for consensus |
| **Topology-Aware Routing** | Routes tasks avoiding weak network vertices |
| **Self-Healing Triggers** | `shouldPauseOperations()` for automatic recovery |
@@ -476,7 +476,7 @@ npx @claude-flow/cli@latest agent spawn -t qe-test-architect --name test-gen
**V2 Backward Compatibility**: All V2 agents map to V3 equivalents automatically.
<details>
<summary><b>📋 View All Main QE Agents (44)</b></summary>
<summary><b>📋 View All Main QE Agents (52)</b></summary>
| Agent | Domain | Purpose |
|-------|--------|---------|
@@ -785,7 +785,7 @@ agentic-qe/
├── v3/ # V3 DDD Implementation (Main Version)
│ ├── src/
│ │ ├── kernel/ # Shared kernel
│ │ ├── domains/ # 12 bounded contexts
│ │ ├── domains/ # 13 bounded contexts
│ │ │ ├── test-generation/
│ │ │ ├── coverage-analysis/
│ │ │ ├── quality-assessment/
@@ -794,7 +794,7 @@ agentic-qe/
│ │ ├── mcp/ # MCP server
│ │ └── cli/ # V3 CLI
│ ├── tests/ # 5,600+ tests
│ └── assets/agents/ # 51 QE agent definitions (44 main + 7 subagents)
│ └── assets/agents/ # 59 QE agent definitions (52 main + 7 subagents)
├── v2/ # V2 Implementation (Legacy)
│ ├── src/ # V2 source code
│ ├── tests/ # V2 tests
+5 -5
View File
@@ -58,7 +58,7 @@ npx aqe test generate src/
- **Queen-led Coordination** - 3-5x throughput with work stealing and consensus
- **MinCut Topology** - Graph-based self-healing agent coordination
- **Coherence Verification** - Mathematical proof of belief consistency using WASM engines
- **MinCut/Consensus Integration** - Full 12/12 domain integration with self-healing
- **MinCut/Consensus Integration** - Full 13/13 domain integration with self-healing
- **Cross-Phase Memory Unification** - Unified SQLite storage for QCSD feedback loops
- **Zero-Breaking-Changes Migration** - Full v2 backward compatibility
- **Browser Automation** - @claude-flow/browser integration with 9 workflow templates
@@ -67,7 +67,7 @@ npx aqe test generate src/
## Get Value Fast
```bash
# Install and auto-configure (all 12 domains enabled)
# Install and auto-configure (all 13 domains enabled)
npm install -g agentic-qe
cd your-project && aqe init --auto
@@ -154,7 +154,7 @@ Background neural consolidation for continuous improvement:
### Consensus & MinCut Coordination
Advanced coordination for reliable multi-agent decisions with **full 12/12 domain integration**:
Advanced coordination for reliable multi-agent decisions with **full 13/13 domain integration**:
- **Byzantine Consensus**: Fault-tolerant voting for critical quality decisions
- **MinCut Topology**: Graph-based self-healing agent coordination
@@ -202,7 +202,7 @@ Agentic QE uses a **Domain-Driven Design (DDD)** architecture with a microkernel
│ │ EventBus │ │ AgentCoord. │ │ PluginLoader│ │ Memory (HNSW+SQLite) │ │
│ └──────────┘ └──────────────┘ └─────────────┘ └──────────────────────┘ │
├─────────────────────────────────────────────────────────────────────────────┤
│ 12 Bounded Contexts │
│ 13 Bounded Contexts │
│ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │
│ │ Test │ │ Test │ │ Coverage │ │ Quality │ │
│ │ Generation │ │ Execution │ │ Analysis │ │ Assessment │ │
@@ -218,7 +218,7 @@ Agentic QE uses a **Domain-Driven Design (DDD)** architecture with a microkernel
└─────────────────────────────────────────────────────────────────────────────┘
```
## 12 DDD Bounded Contexts
## 13 DDD Bounded Contexts
| Domain | Description | Key Features |
|--------|-------------|--------------|