@fabricorg/platform-host 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @fabricorg/platform-host
|
|
2
2
|
|
|
3
|
+
## 0.5.1 — 2026-07-20
|
|
4
|
+
|
|
5
|
+
- Include the audit-safe, redacted adapter input in execution-attestation extraction so integrations can identify external resources even when provider responses are minimal.
|
|
6
|
+
|
|
3
7
|
## 0.5.0 — 2026-07-20
|
|
4
8
|
|
|
5
9
|
- Persist resolved mutation footprints and execution-principal delegation.
|
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ whose ingress is adjacent to secret material; redaction runs before the invocati
|
|
|
91
91
|
Hosts can configure `resolveMutationGovernance` to persist an approved, provider-neutral
|
|
92
92
|
`MutationFootprint` and `ExecutionPrincipal` after schema validation. `resolvePolicyObligations`
|
|
93
93
|
makes required controls durable. `extractExecutionAttestation` converts successful adapter output
|
|
94
|
-
into audit-safe external evidence and can satisfy named obligations. Required obligations that are
|
|
94
|
+
and the already-redacted adapter input into audit-safe external evidence and can satisfy named obligations. Required obligations that are
|
|
95
95
|
still pending or failed prevent completion.
|
|
96
96
|
|
|
97
97
|
The built-in stores persist footprints, delegation, obligations, attestations, and reconciliation
|