Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ versions still track specification maturity rather than a released product.

### Changed

- Replaced placeholder external-request schema and reconciliation identities
with generator-owned canonical artifacts. External-action application builds
now require an exact `externalActionResources` closure, independently validate
each closed resource meta-contract and domain-framed digest, and fail before
publication on missing, duplicate, disconnected, substituted, opaque,
non-canonical, placeholder, mutated, or over-budget resources.
- Hardened result-projection admission with immutable emitted artifacts,
bounded recursive decoding, shared compiler input identity, reuse of the
compiler-computed semantic closure, and provider-schema parity for positive
Expand Down
Loading