Private
Public Access
0
0

docs(readme): update for v2 completion (24 guides, 273 test files, 98.9% pass rate)

This commit is contained in:
2026-06-06 01:42:45 -04:00
parent 5e0b6bbfd3
commit e7b8877f2a
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -86,6 +86,10 @@ The **Execution Clutch** suspends the AI execution thread on a `threading.Condit
The **MMA (Multi-Model Agent)** system decomposes epics into tracks, tracks into DAG-ordered tickets, and executes each ticket with a stateless Tier 3 worker that starts from `ai_client.reset_session()` — no conversational bleed between tickets ([details](./docs/guide_mma.md)).
### Test Coverage
The project has **273 test files** with 98.9% pass rate (272/273 in the latest batched run; the 1 failure is a pre-existing flake in `test_rag_phase4_stress` that passes in isolation). Most failures are caught and fixed via the 4-tier MMA test-harden track system. See [docs/guide_testing.md](./docs/guide_testing.md) for the full testing contract.
---
## Documentation