2.8 KiB
2.8 KiB
Mixed Round Design Implementation Docs
Purpose
This folder contains a single consolidated redesign program that intentionally blends:
- Delivery rigor and governance discipline from
codex-round-system-redesign - Target architecture depth and runtime detail from
claude-round-system-redesign - Award governance semantics from
glm-5-round-redesign(especiallyAWARD_MASTERand explicit decision modes)
The goal is a complete, production-ready implementation plan for rebuilding round orchestration in MOPC with a full-cutover model.
Foundation and Blend Strategy
Foundation
The execution backbone is the codex style program model:
- Contract freeze first
- Schema/runtime implementation in explicit phases
- Platform-wide dependency refit (not just feature slices)
- Mandatory phase gates with hard release blockers
Borrowed Enhancements
The plan imports high-value details from other proposals:
claude: richer canonical model (Pipeline -> Track -> Stage), explicit transition engine, routing and live-control runtime detailglm-5: award decision governance (JURY_VOTE,AWARD_MASTER,ADMIN) and explicit award track behavior options
Execution Model
- Single destructive cutover
- Full reseed
- No backward-compatibility adapter layer
- No dual-write period
- One atomic release commit once all gates are green
This model is intentionally selected because infrastructure reset/rebuild is allowed and preferred for architecture quality.
Architecture Summary
- Competition lifecycle is stage-native, not round-pointer native.
- Projects progress through explicit
ProjectStageStaterecords. - Special awards are first-class tracks, not bolt-on side tables.
- Routing is rule-driven with explainability payloads.
- Live finals are controlled by an admin cursor as the source of truth.
- Every override and decision is reasoned, immutable, and auditable.
Folder Layout
master-implementation-plan.md: end-to-end execution mapshared/: cross-phase contracts, governance, test model, risksphase-00-contract-freeze/tophase-07-validation-release/: implementation phasesflowcharts/: core control and routing diagrams
How to Use This Plan
- Start at
master-implementation-plan.md. - Execute phases in order.
- Do not start a phase unless all prior acceptance gates are complete.
- Attach objective evidence for every gate.
- Treat
phase-06-platform-dependency-refitas mandatory release work, not cleanup.
Non-Negotiable Rules
- No hidden edit-only required settings.
- Deterministic routing and ranking tie-break behavior.
- Assignment coverage guarantees for eligible projects.
- Explicit voting window control (schedules are advisory only).
- No legacy orchestration contract references at release.