mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-21 02:28:07 +02:00
docs(cluster): document policy binding metadata (5A)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
0b84b1adc3
commit
6c98560dde
2 changed files with 13 additions and 2 deletions
|
|
@ -115,7 +115,10 @@ resource is planned as a create. If present, the file must use this shape:
|
|||
"graph.knowledge": { "digest": "..." },
|
||||
"schema.knowledge": { "digest": "..." },
|
||||
"query.knowledge.find_experts": { "digest": "..." },
|
||||
"policy.base": { "digest": "..." }
|
||||
"policy.base": {
|
||||
"digest": "...",
|
||||
"applies_to": ["cluster", "graph.knowledge"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"resource_statuses": {
|
||||
|
|
@ -147,6 +150,14 @@ writes `state.json` and does not scan live graphs. Use explicit
|
|||
`cluster refresh` / `cluster import` when the state ledger should be updated
|
||||
from live observations. Live drift scans during plan are later-stage work.
|
||||
|
||||
Policy entries additionally record their applied `applies_to` bindings as
|
||||
normalized typed refs — the state ledger is serving-sufficient for the
|
||||
future server-boot stage. A change to `applies_to` alone (the policy file
|
||||
digest unchanged) appears in the plan as an Update marked `binding_change`
|
||||
(human output: `[bindings]`), applies like any catalog change, and counts
|
||||
toward convergence; ledgers written before this field existed are backfilled
|
||||
by the next apply.
|
||||
|
||||
Each plan change carries a `disposition` field — an honest preview of what
|
||||
`cluster apply` will do with it in this stage: `applied` (executes), `derived`
|
||||
(a `graph.<id>` composite-digest update that converges automatically once its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue