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/en/implementation_plan.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ Bring the implementation plan back in line with `main` reality at three levels:
30
30
- avoid reintroducing transition-only assumptions into CI gates,
31
31
- keep fixrisk closure criteria tied to repo-controlled reality.
32
32
2.**P1: release-grade graph/store hardening**
33
-
- extend the current operational `graphdb/sqlite` baseline from restart/workload proof into soak and performance closure.
33
+
- extend the current operational `graphdb/sqlite` baseline from restart/workload proof into soak and performance closure,
34
+
- keep a dedicated host-level soak gate (`verify:foundation:sqlite-runtime:soak`) so release-grade evidence is not diluted into the lighter matrix proof.
34
35
3.**P2: release-grade ANN calibration**
35
36
- keep the `external_http` connector green under workload proof, then close recall/latency threshold calibration.
Copy file name to clipboardExpand all lines: docs/en/task.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Primary references:
23
23
-[x] Agent-workspace browser/runtime/Tauri verification closure is real and repeatable on the current branch.
24
24
-[x] Phase-3 tutor telemetry, tutor trace/provider trend diagnostics, conversation memory, and memory-policy diagnostics now have concrete backend implementations.
25
25
-[~] Phase-1 A8 has advanced to an embedded `graphdb/sqlite` operational baseline and now has restart-durability proof, host-level dist/runtime + packaged sidecar proof, and a host-level workload matrix across `smoke` / `medium` / `heavy`; soak / longer-duration / performance hardening still remain before production closure.
26
+
-[~] Phase-1 A8 now also has a dedicated host-level soak/performance verifier path (`verify:foundation:sqlite-runtime:soak`) with structured report output, but release-grade closure still requires sustained threshold tuning and repeated host evidence rather than one passing command.
26
27
-[~] Phase-1 A9 now has a live `external_http` sync-backed connector baseline under real query traffic, host-level dist/runtime + packaged sidecar proof, and a host-level workload matrix across `smoke` / `medium` / `heavy`, but benchmark-backed rollout thresholds and release-grade calibration still remain before production closure.
27
28
-[x]`KnowledgeLearningPlatform.ts` no longer uses placeholder-backed runtime surfaces for query comparison, staleness, learning-quality, and session-plan-quality diagnostics.
28
29
-[x] Server bootstrap now injects an active local `tutorAdapter`; the remaining tutor gap is production-proven multi-provider routing rather than default activation.
@@ -38,6 +39,7 @@ Primary references:
38
39
-[x] Runtime path adaptation has been integrated for sidecar and frontend data roots.
39
40
-[x] Worker runtime resolution has been stabilized for packaged sidecar scenarios.
40
41
-[ ] Soak / longer-duration / performance hardening for the embedded graph backend baseline remain pending after the new packaged/runtime and workload-matrix proofs.
42
+
-[ ] Promote the new sqlite soak verifier from initial host-level gate to sustained release evidence with repeated runs and tuned thresholds.
41
43
-[ ] Production ANN connector threshold convergence and release-grade calibration remain pending after the new host-level runtime and workload-matrix proofs.
42
44
-[ ] Phase-2 quality/query/session diagnostics now need release-grade calibration on top of a release-grade graphdb/ANN baseline.
43
45
-[ ] Tutor routing now needs multi-provider hardening beyond the active local-first adapter path.
@@ -59,6 +61,8 @@ Primary references:
59
61
- Same orchestration path, but also restores transient tracked `src-tauri/bin/server-*` dirtiness introduced by the current verification run so the worktree can be kept clean.
60
62
-`npm run verify:foundation:sqlite-runtime:matrix`
61
63
- Highest-value host/runtime proof for the embedded sqlite graph backend across `smoke` / `medium` / `heavy` workloads.
64
+
-`npm run verify:foundation:sqlite-runtime:soak`
65
+
- Dedicated P1 host/runtime soak and performance gate for the embedded sqlite graph backend. Writes structured JSON reports under `output/verification/foundation-sqlite-runtime/`.
62
66
-`npm run verify:foundation:ann-runtime:matrix`
63
67
- Highest-value host/runtime proof for the `external_http` ANN connector across `smoke` / `medium` / `heavy` workloads.
0 commit comments