Make render status receipt based
This commit is contained in:
parent
21c4992f9c
commit
0fe968c475
10 changed files with 913 additions and 27 deletions
|
|
@ -472,7 +472,7 @@ context PROFILE [--budget N]
|
|||
### Render and proposal commands
|
||||
|
||||
```text
|
||||
render-status [VIEW_ID]
|
||||
render-status [VIEW_ID] [--deep]
|
||||
render VIEW_ID
|
||||
preview CHANGESET_ID VIEW_ID
|
||||
apply CHANGESET_ID --changeset-hash SHA256 --applier WRITER_ID
|
||||
|
|
@ -629,6 +629,13 @@ Canonical application records its terminal receipt immediately after the project
|
|||
verifies the new canonical state. A later index or render refresh failure is reported as degraded
|
||||
derived state with remediation, not as permission to apply the same canonical change again.
|
||||
|
||||
Every successful declared render publishes a bounded version-1 receipt below the disposable cache.
|
||||
Normal `render-status` compares cheap source-generation, view-configuration, template-file, and
|
||||
output-file identities. It does not parse canonical nodes, prepare Markdown, construct HTML, or
|
||||
hash the complete output. Missing or corrupt receipts are `unverified`; changed sources, templates,
|
||||
or outputs are `stale`. Use `render-status --deep` only when explicitly requesting the
|
||||
side-effect-free full-render equivalence oracle.
|
||||
|
||||
Use `docforge_propose_relationship_update` when the intended change is only an edge addition or
|
||||
removal. It uses the same underlying validated update contract, but rejects empty relationship
|
||||
lists and makes it explicit that node content will remain unchanged.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue