-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSYSTEM_STACK_MANIFEST.json
More file actions
37 lines (37 loc) · 1.16 KB
/
Copy pathSYSTEM_STACK_MANIFEST.json
File metadata and controls
37 lines (37 loc) · 1.16 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"package": "arc-unified-stack",
"version": "v0.1-unified",
"created_at": "2026-04-18T00:44:43.595979+00:00",
"components": {
"cognition_core": "integrated control center and model path",
"arc_language_module": "canonical lexical truth spine",
"omnibinary_runtime": "binary learning/state mirror substrate",
"arc_rar": "archive and rollback substrate",
"arc_core": "authority/event/case spine",
"cleanroom_runtime": "governed execution and replay spine"
},
"contracts": {
"language_module": "canonical truth",
"omnibinary": "deterministic binary mirror and ledger",
"arc_rar": "archive bundle and rollback storage",
"ancf": "canonical model artifact",
"gguf": "deployment/export artifact"
},
"operator_flows": [
"scripts/operator/run_omnibinary_bidirectional_roundtrip.sh",
"scripts/lab/arc_neuron_small_smoke.sh"
],
"master_operator": {
"entrypoint": "scripts/master/run_arc_master_control.sh",
"doc": "docs/MASTER_OPERATOR_CONTROL.md",
"phases": [
"status",
"truth-latch",
"tiny-floor",
"small-build",
"small-v2-prep",
"base-prep",
"full-native-cycle"
]
}
}