docs(conductor): Add MMA_Support as the fallback source of truth to the core engine track

This commit is contained in:
2026-02-24 23:03:14 -05:00
parent 45abcbb1b9
commit 0080ceb397
2 changed files with 7 additions and 3 deletions

View File

@@ -6,3 +6,4 @@ This track implements the 5 Core Epics defined during the MMA Architecture Evalu
- [Specification](./spec.md)
- [Implementation Plan](./plan.md)
- [Original Architecture Proposal / Meta-Track](../mma_implementation_20260224/index.md)
- [MMA Support Directory (Source of Truth)](../../../MMA_Support/)

View File

@@ -32,5 +32,8 @@ This track consolidates the implementation of the 4-Tier Hierarchical Multi-Mode
- [ ] Shell errors are compressed into >50-token hints using the cheap utility model.
- [ ] The GUI remains responsive during multi-model generation phases.
## 4. Meta-Track Reference
## 4. Meta-Track Reference & Source of Truth
For the original rationale, API formatting recommendations (e.g., Godot ECS schemas vs Nested JSON), and strict token firewall workflows, refer back to the architectural planning meta-track: `conductor/tracks/mma_implementation_20260224/`.
**Fallback Source of Truth:**
As a fallback, any track or sub-task should absolve its source of truth by referencing the `./MMA_Support/` directory. This directory contains the original design documents and raw discussions from which the entire `mma_implementation` track and 4-Tier Architecture were initially generated.