docs(conductor): Synchronize docs for track 'mma_formalization_20260225'

This commit is contained in:
2026-02-25 20:28:43 -05:00
parent 2f2f73cbb3
commit df74d37fd0
2 changed files with 11 additions and 1 deletions

View File

@@ -19,6 +19,9 @@
- **google-genai:** For Google Gemini API interaction and explicit context caching.
- **anthropic:** For Anthropic Claude API interaction, supporting ephemeral prompt caching.
- **Gemini CLI:** Integrated as a headless backend provider, utilizing a custom subprocess adapter and bridge script for tool execution control.
- **Gemini 3.1 Pro Preview:** Tier 1 Orchestrator model for complex reasoning.
- **Gemini 3 Flash Preview:** Tier 2 Tech Lead model for rapid architectural planning.
- **Gemini 2.5 Flash Lite:** High-performance, low-latency model for Tier 3 Workers and Tier 4 QA.
## Configuration & Tooling
@@ -29,6 +32,7 @@
- **uv:** An extremely fast Python package and project manager.
- **pytest:** For unit and integration testing, leveraging custom fixtures for live GUI verification.
- **ApiHookClient:** A dedicated IPC client for automated GUI interaction and state inspection.
- **mma-exec / mma.ps1:** Python-based execution engine and PowerShell wrapper for managing the 4-Tier MMA hierarchy and automated documentation mapping.
## Architectural Patterns