Legacy optimization and performance documents
August 12, 2026 ยท View on GitHub
This file explains how historical optimization evidence relates to the current control plane.
Canonical files
| Topic | Canonical file |
|---|---|
| Active work | private root BACKLOG.md |
| Start point | docs/optimization/START_HERE.md |
| Layer and ownership rules | docs/optimization/README.md |
| Optimization classes | docs/optimization/TAXONOMY.md |
| Worker lanes | docs/optimization/OWNERSHIP.toml |
| Patch proof contract | docs/optimization/README.md |
| Op and backend status | docs/optimization/OP_MATRIX.toml |
| Benchmark targets | docs/optimization/BENCH_TARGETS.toml |
Evidence-only files
| File | Use it for |
|---|---|
audits/VYRE_OPTIMIZER.md | Historical optimizer findings. |
audits/VYRE_PERFORMANCE_ARCHITECTURE_INVENTORY_2026-04-28.md | Point-in-time performance inventory. |
| Prior driver-consolidation evidence | Private historical audit record. |
.internals/** | Private evidence and maintainer notes. |
Old plan, roadmap, backlog, handoff, brief, and status files were imported into the root backlog and deleted. Do not recreate them as evidence archives.
How to migrate an old finding
- Identify the lane in
OWNERSHIP.toml. - Verify the finding against the current tree.
- Add a dedicated four-column row to the root
BACKLOG.md. - Update
OP_MATRIX.tomlwhen an op or backend contract changes. - Update
BENCH_TARGETS.tomlwhen a performance target changes. - Delete any parallel planning document after preserving useful evidence in the backlog.