Implement local runtime persistence and policy gates

This commit is contained in:
2026-05-18 18:21:27 +02:00
parent 7f9913c45a
commit 8089a7c8fa
23 changed files with 2263 additions and 42 deletions

View File

@@ -0,0 +1,33 @@
{
"data": {
"capabilities": [
"activation.plan",
"compaction.plan",
"policy.gate",
"profile.inspect",
"profile.plan",
"refresh.plan",
"retention.plan"
],
"policy_gates": [
"label:project-local",
"durable_writes:review-gated",
"secrets:denied"
],
"ready": true,
"required_adapters": [
"local-event-log",
"local-graph-store",
"markitect-context-package"
]
},
"diagnostic_codes": [],
"operation": "profile.plan",
"operation_id": "op:0277ca92fd86",
"schema_version": "phase_memory.runtime.envelope.v1",
"subject": {
"id": "phase-memory-fixture-profile",
"kind": "memory_profile"
},
"valid": true
}