1 parent 44ed267 commit 0c9f325Copy full SHA for 0c9f325
1 file changed
README.md
@@ -14,22 +14,26 @@ What it demonstrates
14
- Recursive updates across depth d.
15
- Interpretation summaries (I) and per-step shift metric (Delta) using cosine distance between interpretation centroids.
16
- Deterministic runlogs with per-step internals and export support.
17
-
+ç
18
Project layout
19
- /core: Framework-agnostic TypeScript simulation engine.
20
- /app: Vite + React + TypeScript UI and Vitest tests.
21
- /specs: Preset JSON configs (stable, drift, collapse).
22
23
Run locally
24
25
+```
26
cd app
27
npm install
28
npm run dev
29
30
31
Build and tests:
32
33
34
npm run build
35
npm run test
36
37
38
Reproduce presets
39
1. Start the app.
0 commit comments