Skip to content

Commit a682ebf

Browse files
committed
docs: close evaluation integrity epic and archive milestones
1 parent 8e4e988 commit a682ebf

7 files changed

Lines changed: 15 additions & 14 deletions

File tree

docs/architecture/epic-roadmap.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ The list below enumerates current epics under `docs/architecture/` in an order t
4646
- `docs/milestones/completed/SB-M-05.01.md` — Breaking introduction of `kind: serviceWithBuffer` and removal of `kind: backlog` from the public surface.
4747
- **Notes:** SB-M-05.01 through SB-M-05.04 are marked complete in tracking; epic is closed pending future expansion.
4848

49-
### Near-Term / In-Flight Epics
50-
5149
#### Evaluation Integrity (DAG/Spreadsheet Contract)
5250

5351
- **Folder:** `docs/architecture/evaluation-integrity/`
5452
- **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.
5553
- **Key Milestones:**
56-
- `docs/milestones/M-06.01-evaluation-integrity-dag-contract.md`
57-
- `docs/milestones/M-06.02-model-compiler.md`
58-
- **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.
54+
- `docs/milestones/completed/M-06.01-evaluation-integrity-dag-contract.md`
55+
- `docs/milestones/completed/M-06.02-model-compiler.md`
56+
- **Notes:** M-06.01 and M-06.02 are complete; compile-to-DAG is centralized in `FlowTime.Core` and shared across entry points.
57+
58+
### Near-Term / In-Flight Epics
5959

6060
#### Edge Time Bins / Edge Metrics
6161

@@ -70,14 +70,14 @@ The list below enumerates current epics under `docs/architecture/` in an order t
7070
- **Key Docs:** `docs/architecture/telemetry-ingestion/README.md`
7171
- **Notes:** Not started; depends on stable bundle schemas and series semantics so ingestion outputs align with engine contracts.
7272

73-
### Mid-Term / Aspirational Epics
74-
7573
#### Engine Semantics Layer
7674

7775
- **Folder:** `docs/architecture/engine-semantics-layer/`
7876
- **Goal:** Define the engine as the semantics layer that turns canonical bundles into stable `/state`, `/state_window`, and `/graph` contracts for downstream consumers.
7977
- **Key Docs:** `docs/architecture/engine-semantics-layer/README.md`
80-
- **Notes:** Listed in the "Mid-Term / Aspirational" section of the roadmap.
78+
- **Notes:** Moved into near-term to tighten the contract before telemetry ingestion and demo work.
79+
80+
### Mid-Term / Aspirational Epics
8181

8282
#### Telemetry Loop & Parity
8383

docs/architecture/evaluation-integrity/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ The following override or injection paths must be pulled into the pre-eval pipel
6464

6565
## Milestones
6666

67-
- `docs/milestones/M-06.01-evaluation-integrity-dag-contract.md` — Evaluation integrity contract, guardrails, and tests.
67+
- `docs/milestones/completed/M-06.01-evaluation-integrity-dag-contract.md` — Evaluation integrity contract, guardrails, and tests.
68+
- `docs/milestones/completed/M-06.02-model-compiler.md` — Compiler extraction and parity validation.
6869

6970
## References
7071

docs/milestones/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `docs/milestones/` folder now mirrors the active roadmap status:
44

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.
66
- **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`).
77

88
## Adding a new milestone
@@ -15,5 +15,5 @@ The `docs/milestones/` folder now mirrors the active roadmap status:
1515

1616
## Quick Links
1717

18-
- **Active Milestone:** `M-06.01-evaluation-integrity-dag-contract.md`
18+
- **Active Milestone:** See top-level files under `docs/milestones/`.
1919
- **Archive:** See `docs/milestones/completed/` for historic milestones across backend, UI, time-travel, and service epics.

docs/milestones/M-06.01-evaluation-integrity-dag-contract.md renamed to docs/milestones/completed/M-06.01-evaluation-integrity-dag-contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Recent fixes exposed a gap: class series were injected after the topological pas
1414

1515
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.
1616

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`.
1818

1919
---
2020

File renamed without changes.

docs/milestones/tracking/M-06.01-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Quick Links
1515

16-
- **Milestone Document:** `docs/milestones/M-06.01-evaluation-integrity-dag-contract.md`
16+
- **Milestone Document:** `docs/milestones/completed/M-06.01-evaluation-integrity-dag-contract.md`
1717
- **Architecture Epic:** `docs/architecture/evaluation-integrity/README.md`
1818
- **Milestone Guide:** `docs/development/milestone-documentation-guide.md`
1919

docs/milestones/tracking/M-06.02-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Quick Links
1515

16-
- **Milestone Document:** `docs/milestones/M-06.02-model-compiler.md`
16+
- **Milestone Document:** `docs/milestones/completed/M-06.02-model-compiler.md`
1717
- **Architecture Epic:** `docs/architecture/evaluation-integrity/README.md`
1818
- **Milestone Guide:** `docs/development/milestone-documentation-guide.md`
1919
- **Release Notes:** `docs/releases/M-06.02.md`

0 commit comments

Comments
 (0)