Files
manual_slop/conductor/tracks/mma_verification_mock/spec.md

806 B

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.