You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture/epic-roadmap.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,16 @@ The list below enumerates current epics under `docs/architecture/` in an order t
46
46
-`docs/milestones/completed/SB-M-05.01.md` — Breaking introduction of `kind: serviceWithBuffer` and removal of `kind: backlog` from the public surface.
47
47
-**Notes:** SB-M-05.01 through SB-M-05.04 are marked complete in tracking; epic is closed pending future expansion.
-**Goal:** Enforce a strict DAG evaluation contract so no post-eval mutation is possible; all overrides apply before evaluation and derived class series always recompute in order.
-**Notes:** Tracking in `docs/milestones/tracking/M-06.01-tracking.md`. Scope is to fold current override behaviors into compile-to-DAG evaluation; templates remain unchanged.
-**Goal:** Define the engine as the semantics layer that turns canonical bundles into stable `/state`, `/state_window`, and `/graph` contracts for downstream consumers.
Copy file name to clipboardExpand all lines: docs/milestones/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The `docs/milestones/` folder now mirrors the active roadmap status:
4
4
5
-
-**Active / Upcoming work** remains at the top level. Today that includes `M-06.01-evaluation-integrity-dag-contract.md` plus the shared `tracking/` documents.
5
+
-**Active / Upcoming work** remains at the top level, alongside the shared `tracking/` documents.
6
6
-**Completed milestones** have been archived under `docs/milestones/completed/`. Every reference in the repo now points to the files in that subfolder (e.g., `docs/milestones/completed/UI-M-03.12.md`).
7
7
8
8
## Adding a new milestone
@@ -15,5 +15,5 @@ The `docs/milestones/` folder now mirrors the active roadmap status:
Copy file name to clipboardExpand all lines: docs/milestones/completed/M-06.01-evaluation-integrity-dag-contract.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Recent fixes exposed a gap: class series were injected after the topological pas
14
14
15
15
This milestone establishes hard guardrails, restructures class propagation to use the same evaluation pipeline as totals, and adds tests/diagnostics that fail fast if post-eval mutation is attempted.
16
16
17
-
**Purity scope:** We keep the user-facing node model intact while compiling internal nodes into a strict DAG. This milestone removes post-eval injections for current behaviors (queue depth, retry echo, class overrides) by moving them into the compiled DAG evaluation. Templates do not change; the engine expands nodes internally. Full node compiler extraction is tracked in `docs/milestones/M-06.02-model-compiler.md`.
17
+
**Purity scope:** We keep the user-facing node model intact while compiling internal nodes into a strict DAG. This milestone removes post-eval injections for current behaviors (queue depth, retry echo, class overrides) by moving them into the compiled DAG evaluation. Templates do not change; the engine expands nodes internally. Full node compiler extraction is tracked in `docs/milestones/completed/M-06.02-model-compiler.md`.
0 commit comments