From 0080ceb39765cba7f7bf2fa4b9c2bf68594fe643 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 24 Feb 2026 23:03:14 -0500 Subject: [PATCH] docs(conductor): Add MMA_Support as the fallback source of truth to the core engine track --- conductor/tracks/mma_core_engine_20260224/index.md | 3 ++- conductor/tracks/mma_core_engine_20260224/spec.md | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/conductor/tracks/mma_core_engine_20260224/index.md b/conductor/tracks/mma_core_engine_20260224/index.md index 1403b30..ea0c2ea 100644 --- a/conductor/tracks/mma_core_engine_20260224/index.md +++ b/conductor/tracks/mma_core_engine_20260224/index.md @@ -5,4 +5,5 @@ This track implements the 5 Core Epics defined during the MMA Architecture Evalu ### Navigation - [Specification](./spec.md) - [Implementation Plan](./plan.md) -- [Original Architecture Proposal / Meta-Track](../mma_implementation_20260224/index.md) \ No newline at end of file +- [Original Architecture Proposal / Meta-Track](../mma_implementation_20260224/index.md) +- [MMA Support Directory (Source of Truth)](../../../MMA_Support/) \ No newline at end of file diff --git a/conductor/tracks/mma_core_engine_20260224/spec.md b/conductor/tracks/mma_core_engine_20260224/spec.md index 4720153..f10b65c 100644 --- a/conductor/tracks/mma_core_engine_20260224/spec.md +++ b/conductor/tracks/mma_core_engine_20260224/spec.md @@ -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 -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/`. \ No newline at end of file +## 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. \ No newline at end of file