-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcurrent-program.json
More file actions
42 lines (42 loc) · 1.93 KB
/
Copy pathcurrent-program.json
File metadata and controls
42 lines (42 loc) · 1.93 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
38
39
40
41
42
{
"surface_kind": "mag_current_program_pointer",
"schema_version": 1,
"program_id": "med-autogrant-mainline",
"canonical_agent_id": "mag",
"domain_id": "med-autogrant",
"runtime_binding": {
"runtime_provider_owner": "configured_family_runtime_provider",
"task_runtime_owner": "one-person-lab",
"runtime_substrate": "temporal",
"stage_executor": "codex_cli",
"domain_authority_owner": "med-autogrant",
"current_owner_line": "OPL/Temporal owns generic stage runtime and generated surfaces; MAG owns grant truth, verdicts, package authority, memory decisions and owner receipts.",
"active_phase": "structural_cleanup_closed",
"active_tranche": "external_owner_evidence_gated",
"provenance_oracle": "contracts/stage_run_kernel_profile.json"
},
"domain_handler": {
"export_command": "domain-handler export",
"dispatch_command": "domain-handler dispatch",
"allowed_dispatch_actions": [
"domain-memory/decide",
"domain-memory/propose",
"stage-attempt/closeout"
]
},
"minimal_authority_functions_ref": "contracts/pack_compiler_input.json#/minimal_authority_functions",
"contract_refs": {
"domain_descriptor": "contracts/domain_descriptor.json",
"declarative_pack": "contracts/pack_compiler_input.json",
"capability_map": "contracts/capability_map.json",
"generated_surface_handoff": "contracts/generated_surface_handoff.json",
"action_catalog": "contracts/action_catalog.json",
"stage_manifest": "agent/stages/manifest.json",
"owner_receipt": "contracts/owner_receipt_contract.json",
"epistemic_review": "contracts/epistemic_review_scope_profile.json",
"functional_audit": "contracts/functional_privatization_audit.json",
"runtime_profile": "contracts/stage_run_kernel_profile.json",
"live_progress": "contracts/live_stage_run_progress_evidence.json",
"production_acceptance": "contracts/production_acceptance/mag-production-acceptance.json"
}
}