docs(FN-4491): complete Step 3 — implementation checklist

Fusion-Task-Id: FN-4491
Fusion-Task-Lineage: 83356e98-5ab8-4f3e-8b46-2960c350a79e
This commit is contained in:
Fusion
2026-05-14 11:35:19 -07:00
committed by gsxdsm
parent 09faa08fe8
commit 0cae02e132

View File

@@ -11,6 +11,8 @@ See also: [Schema migration plan](./milestone-b-schema-migration-plan.md) · [Da
## Ordered milestones
ADR traceability: sequence follows ADR-0001 **Decision** (SQLite DAG + enqueue-only coordinator) and **Consequences #1/#2/#4** (additive storage, non-blocking runtime, unchanged merge path).
1. [ ] **Land additive migration(s) from plan**
- Outcome: `dag_run`, `dag_node`, `dag_edge` created via next schema version block.
- File scope hints: `packages/core/src/db.ts`, `packages/core/src/__tests__/db*.test.ts`.