Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/ORBISTIUM_V010_PUBLIC_CONTROL_CHAIN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ORBISTIUM v0.1.0 Public Control Chain

State:

Answers:

Source intake SHA:

-

Source subsystem closure queue SHA:

-

Previous public control closures:

- ADMISSORIUM v0.2.0:
- SYNTAGMARIUM v0.1.0:

Guards:

- real writer:
- token persistence:
- truth mutation:

Next valid action:

-

This is not a VERIFRAX system completion claim.
48 changes: 48 additions & 0 deletions public-control/orbistium-v010/public-control-chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"schema_version": "1.0.0",
"system": "VERIFRAX",
"subsystem": "ORBISTIUM",
"subsystem_version": "0.1.0",
"state": "ORBISTIUM_V010_PUBLIC_CONTROL_CHAIN_OPEN",
"answers": "WHAT_IS_STATE",
"public_control_chain_role": "STATE_KERNEL_PUBLIC_CONTROL_CHAIN",
"verifrax_system_complete": false,
"updated_at": "2026-05-28T21:12:07Z",
"source_public_control_intake": {
"sha": "1e2e0f4b68d8203a717f00fee7a3a255278af40d",
"tag": "verifrax-orbistium-v010-public-control-intake-1e2e0f4b68d8",
"state": "ORBISTIUM_V010_PUBLIC_CONTROL_INTAKE_OPEN"
},
"source_subsystem_closure_queue_sha": "6c9d5653c6a71a7f1321c2ec00ab793756ddb7d6",
"source_system_completion_gate_evaluation_sha": "1d9ee43486f911bf38e84b125f3c8c244daffa29",
"source_system_completion_gate_register_sha": "585ebeac5b98be160536b7d4e8080ddae19610c4",
"source_subsystem_closure_registry_sha": "b194767e8494520ffb8bebcd5daf1b2d454d95a2",
"source_global_status_board_sha": "5e84f5b0bd65885a7b7566bfe6cc141d767db005",
"previous_public_control_closures": [
{
"id": "ADMISSORIUM_V020",
"public_control_closure_sha": "c49855522ae348d5310f6c291642ae414b7a66b5"
},
{
"id": "SYNTAGMARIUM_V010",
"public_control_closure_sha": "b1ce6d9ab6eca54cbf2e0180538e7b5588b0d0cf"
}
],
"state_kernel": {
"scope": "public_control_state_admissibility",
"authority": "state recognition only",
"non_authority": [
"truth_decision",
"token_persistence",
"real_writer_mutation",
"system_completion_claim"
]
},
"guards": {
"real_writer": false,
"token_persistence": false,
"truth_mutation": false
},
"next_valid_action": "PUBLISH_ORBISTIUM_V010_PUBLIC_CONTROL_SEAL",
"truth_warning": "NOT_VERIFRAX_SYSTEM_COMPLETION_CLAIM"
}
17 changes: 17 additions & 0 deletions public-control/orbistium-v010/state-kernel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"schema_version": "1.0.0",
"system": "VERIFRAX",
"subsystem": "ORBISTIUM",
"subsystem_version": "0.1.0",
"kernel": "STATE_KERNEL",
"answers": "WHAT_IS_STATE",
"state": "ORBISTIUM_V010_STATE_KERNEL_OPEN",
"system_complete": false,
"guards": {
"real_writer": false,
"token_persistence": false,
"truth_mutation": false
},
"source_public_control_chain_state": "ORBISTIUM_V010_PUBLIC_CONTROL_CHAIN_OPEN",
"source_public_control_intake_sha": "1e2e0f4b68d8203a717f00fee7a3a255278af40d"
}
Loading