chore(conductor): Archive verified MMA tracks

This commit is contained in:
2026-02-25 09:26:27 -05:00
parent 3f9c6fc6aa
commit 96e40f056e
9 changed files with 97 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
{
"track_id": "mma_verification_mock",
"type": "verification",
"status": "new",
"created_at": "2026-02-25T08:52:00Z",
"updated_at": "2026-02-25T08:52:00Z",
"description": "Mock Track for MMA Delegation Verification"
}

View File

@@ -0,0 +1,7 @@
# Implementation Plan: MMA Verification Mock Track
## Phase 1: Delegation Flow
- [ ] Task: Tier 2 delegates creation of `hello_mma.py` to a Tier 3 Worker.
- [ ] Task: Tier 2 simulates a large stack trace from a failing test and delegates to Tier 4 QA for a 20-word fix.
- [ ] Task: Tier 2 applies the Tier 4 fix to `hello_mma.py` via a Tier 3 Worker.
- [ ] Task: Verify the final file contents.

View File

@@ -0,0 +1,15 @@
# Specification: MMA Verification Mock Track
## Overview
This is a mock track designed to verify the full Tier 2 -> Tier 3 -> Tier 4 delegation flow within the Conductor framework.
## Requirements
1. **Tier 2 Delegation:** The primary agent (Tier 2) must delegate a coding task to a Tier 3 Worker.
2. **Tier 3 Execution:** The Worker must attempt to implement a function.
3. **Tier 3 -> Tier 4 Delegation:** The Worker (or Tier 2 observing a failure) must delegate a simulated large error trace to a Tier 4 QA agent for compression.
4. **Integration:** The resulting fix from Tier 4 must be used to finalize the implementation.
## Acceptance Criteria
- [ ] Tier 3 Worker generated code is present.
- [ ] Tier 4 QA compressed fix is present in the logs/context.
- [ ] Final code reflects the Tier 4 fix.