mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
1.7 KiB
1.7 KiB
ADR 0002 — Canonical source for the Master Execution Matrix
- Status: Accepted
- Date: 2026-04-16
- Context: Two documents describe the 16-agent operational backbone:
Execution_Matrix.md(root) andExecution_Matrix_v2.md. They differ in columns (v2 adds evidence requirements, alternate tool names), event naming, and some SLAs/agent naming.
Decision
-
Execution_Matrix.mdis the canonical matrix for agent numbering (1–16), Arabic operational tables aligned with historical repo references, and cross-links fromdocs/dealix-six-tracks.mdanddocs/execution-matrix-90d-tier1.md. -
Execution_Matrix_v2.mdis a draft enhancement (v2.0). It must be treated as non-authoritative until merged into v1 via a deliberate PR that:- reconciles event names with code and
docs/governance/events-and-schema.md, - ports the Evidence Required column into v1 without breaking agent IDs,
- removes or verifies speculative tool references (e.g. product names that are not integrated).
- reconciles event names with code and
-
Until merge completes, any new automation, router mapping, or KPI row must cite
Execution_Matrix.mdfirst; v2 may inform design only.
Consequences
- Prevents split-brain between “matrix used in docs” and “matrix used in code comments.”
- Forces one PR to merge v2 deltas instead of silent drift.