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
- ✅ Harden configuration loading (logging, validation, strict server mode)
478
478
- ✅ Decompose `KnowCodeService` and introduce `Protocol` interfaces
479
-
- ✅ Add layer contract tests and harden retrieval evals (parser, store roundtrip, golden queries - see [docs/retrieval-evals.md](docs/retrieval-evals.md))
479
+
- ✅ Add layer contract tests and harden retrieval evals (parser, store roundtrip, golden-query smoke baseline - see [docs/retrieval-evals.md](docs/retrieval-evals.md))
Copy file name to clipboardExpand all lines: docs/retrieval-evals.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,18 @@ The golden dataset is stored in [golden_v1.0.json](file:///Users/deepg/Desktop/K
24
24
25
25
Metadata for the dataset version is stored in [golden_v1.0.meta.json](file:///Users/deepg/Desktop/KnowCode/tests/eval/golden/golden_v1.0.meta.json) to guard against codebase line range drift.
26
26
27
+
**Current status:**`golden_v1.0.json` is a committed smoke baseline, not the
28
+
full Phase 1 dataset. Its metadata is marked with
29
+
`"dataset_status": "smoke_baseline"` and includes per-source-file hashes so
30
+
unrelated commits do not invalidate the eval gate. The full 60-record sampling
0 commit comments