Skip to main content
EMEP follows a docs-first governance model. Every change starts as a specification update, proceeds through architectural decision review, and only then moves to implementation. This page defines the governance structure, decision rights, and operational cadence.

Governance Model

ADR-Driven Changes

Every architectural or behavioral change requires an Architecture Decision Record (ADR). The ADR template is maintained in the decisions log. ADRs cover:
  • Merge strategy selection
  • Evaluation harness choice
  • GPU orchestration approach
  • Security architecture changes
ADRs are immutable once merged. Superseded ADRs link to their replacements.

Phase Gates

Each phase in the roadmap ends with a formal gate review. The gate checklist is:
  1. All phase tasks marked DONE or DEFERRED
  2. Spec-to-test traceability above 90%
  3. No open risks rated HIGH without mitigation plan
  4. Consistency audit passed (consistency report)
  5. Stakeholder sign-off recorded

RACI Table

R = Responsible, A = Accountable, C = Consulted, I = Informed

Team Cadence

Documentation First Rule

No implementation task may start without:
  1. A merged specification page
  2. Linked tasks with traceability to the spec
  3. Test plan defined in testing strategy
This rule applies to all components including ModelRegistry, MergeEngine, EvolutionEngine, and EvaluationEngine.