@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 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
package/dist/index.cjs CHANGED
@@ -418,6 +418,7 @@ function createGovernedActionHost(options) {
418
418
  adapterType: step.adapterType,
419
419
  operation: step.operation,
420
420
  vendor: adapter.vendor,
421
+ input: recordedInput,
421
422
  startedAt,
422
423
  completedAt: now(),
423
424
  output