experiment(confidence-engine): add alias-capable experiment runtime

This commit is contained in:
2026-09-06 08:29:31 +01:00
parent 1daf2bb6ce
commit a45dd903cf
4 changed files with 553 additions and 0 deletions
+6
View File
@@ -128,6 +128,12 @@
- An optional reconstruction-provider injection seam now carries an experiment provider through the same production analysis path. Production callers still default to configured Ollama/Qwen through `getProvider()`.
- No live calls occurred. Next boundary: exactly one live OpenAI fixed-scenario run through the canonical helper; this is not a production provider migration.
## Canonical helper alias-capable runtime
- Plain Node could not resolve repository `@/` aliases, and no plain-Node alias runtime existed. `tsx` is now a dev-only experiment runtime; the canonical command is `npm run experiment:start-case`.
- Its import-only proof succeeded with `startCaseResolved: true`: the real `startCase()` dependency chain resolves and no provider call occurs. Production runtime and the Ollama/Qwen default remain unchanged.
- Next boundary: exactly one live GPT-5.6 Terra reconstruction through this canonical helper.
## Current product architecture
Three distinct routes, not a single page: