-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.37 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "dynamical-structural-memory-l0",
"version": "0.1.0",
"description": "Deterministic runtime harness for the structural memory substrate",
"type": "module",
"scripts": {
"demo": "node demo.js",
"pipeline": "node run_pipeline.js",
"pipeline:substrate": "node scripts/run_pipeline_substrate.js",
"test:substrate": "node tests/test_substrate_contracts.js",
"test:orchestrator": "node tests/test_door_one_orchestrator.js",
"test:hud": "node tests/test_door_one_hud.js",
"test:trajectory-interpretation": "node tests/test_trajectory_interpretation_report.js",
"test:attention-memory": "node tests/test_attention_memory_report.js",
"test:door-one-contracts": "node tests/test_door_one_contracts.js",
"test:cross-run-dynamics": "node tests/test_cross_run_dynamics_report.js",
"test:cross-run-session": "node tests/test_cross_run_session.js",
"test:promotion-readiness": "node tests/test_promotion_readiness_report.js",
"test:canon-candidate-dossier": "node tests/test_canon_candidate_dossier.js",
"test:consensus-op": "node tests/test_consensus_op.js",
"test:door-one-workbench": "node tests/test_door_one_workbench.js",
"workbench:door-one": "node scripts/run_door_one_workbench.js",
"live:door-one": "node scripts/run_door_one_live.js"
}
}