From f7ecd104607cd730f597815048b1d7fa55d7dd0b Mon Sep 17 00:00:00 2001 From: "atrib-release-bot[bot]" <287326160+atrib-release-bot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:22:14 +0000 Subject: [PATCH] Version Packages --- .../tranche2-agent-extension-attribution.md | 5 ----- .../tranche2-emit-session-checkpoint.md | 5 ----- ...nchors-checkpoints-delegation-extension.md | 5 ----- .../tranche2-mcp-wrap-extension-flag.md | 5 ----- ...-envelope-anchors-checkpoint-delegation.md | 5 ----- packages/action-gate/CHANGELOG.md | 7 +++++++ packages/action-gate/package.json | 2 +- packages/agent/CHANGELOG.md | 13 +++++++++++++ packages/agent/package.json | 2 +- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/integration/CHANGELOG.md | 19 +++++++++++++++++++ .../approval-trace/CHANGELOG.md | 7 +++++++ .../approval-trace/package.json | 2 +- .../live-client-proof/CHANGELOG.md | 9 +++++++++ .../live-client-proof/package.json | 2 +- .../live-worker-proof/CHANGELOG.md | 7 +++++++ .../live-worker-proof/package.json | 2 +- packages/integration/package.json | 2 +- packages/log-dev/CHANGELOG.md | 7 +++++++ packages/log-dev/package.json | 2 +- packages/mcp-wrap/CHANGELOG.md | 11 +++++++++++ packages/mcp-wrap/package.json | 2 +- packages/mcp/CHANGELOG.md | 6 ++++++ packages/mcp/package.json | 2 +- packages/memory-tool/CHANGELOG.md | 7 +++++++ packages/memory-tool/package.json | 2 +- packages/openinference/CHANGELOG.md | 7 +++++++ packages/openinference/package.json | 2 +- packages/verify/CHANGELOG.md | 11 +++++++++++ packages/verify/package.json | 2 +- services/archive-node/CHANGELOG.md | 9 +++++++++ services/archive-node/package.json | 2 +- services/atrib-annotate/CHANGELOG.md | 9 +++++++++ services/atrib-annotate/package.json | 2 +- services/atrib-emit/CHANGELOG.md | 11 +++++++++++ services/atrib-emit/package.json | 2 +- services/atrib-primitives/CHANGELOG.md | 13 +++++++++++++ services/atrib-primitives/package.json | 2 +- services/atrib-recall/CHANGELOG.md | 7 +++++++ services/atrib-recall/package.json | 2 +- services/atrib-revise/CHANGELOG.md | 9 +++++++++ services/atrib-revise/package.json | 2 +- services/atrib-summarize/CHANGELOG.md | 7 +++++++ services/atrib-summarize/package.json | 2 +- services/atrib-trace/CHANGELOG.md | 7 +++++++ services/atrib-trace/package.json | 2 +- services/atrib-verify/CHANGELOG.md | 9 +++++++++ services/atrib-verify/package.json | 2 +- services/directory-node/CHANGELOG.md | 7 +++++++ services/directory-node/package.json | 2 +- services/graph-node/CHANGELOG.md | 9 +++++++++ services/graph-node/package.json | 2 +- services/log-node/CHANGELOG.md | 7 +++++++ services/log-node/package.json | 2 +- 55 files changed, 247 insertions(+), 50 deletions(-) delete mode 100644 .changeset/tranche2-agent-extension-attribution.md delete mode 100644 .changeset/tranche2-emit-session-checkpoint.md delete mode 100644 .changeset/tranche2-mcp-anchors-checkpoints-delegation-extension.md delete mode 100644 .changeset/tranche2-mcp-wrap-extension-flag.md delete mode 100644 .changeset/tranche2-verify-envelope-anchors-checkpoint-delegation.md diff --git a/.changeset/tranche2-agent-extension-attribution.md b/.changeset/tranche2-agent-extension-attribution.md deleted file mode 100644 index 9dc41222..00000000 --- a/.changeset/tranche2-agent-extension-attribution.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@atrib/agent': minor ---- - -Add client-side `dev.atrib/attribution` extension support per [D141](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d141-devatribattribution-first-class-mcp-extension-sep-2133): declare the extension on outbound requests and parse attestation receipts from `result._meta`, behind an opt-in flag with unchanged behavior when unset. diff --git a/.changeset/tranche2-emit-session-checkpoint.md b/.changeset/tranche2-emit-session-checkpoint.md deleted file mode 100644 index c70eb31b..00000000 --- a/.changeset/tranche2-emit-session-checkpoint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@atrib/emit': minor ---- - -Add `emitSessionCheckpoint` per [D139](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d139-session_checkpoint-event-type-the-session-stream-formalized): sign a session-checkpoint record committing to the context's RFC 6962 session root through the existing emit pipeline, silent-failure per the [§5.8](https://github.com/creatornader/atrib/blob/main/atrib-spec.md#58-degradation-contract) degradation contract. diff --git a/.changeset/tranche2-mcp-anchors-checkpoints-delegation-extension.md b/.changeset/tranche2-mcp-anchors-checkpoints-delegation-extension.md deleted file mode 100644 index ff3ae930..00000000 --- a/.changeset/tranche2-mcp-anchors-checkpoints-delegation-extension.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@atrib/mcp': minor ---- - -Add four opt-in protocol surfaces: the anchors module per [D138](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d138-anchor-plurality-as-the-default-trust-posture) (anchor-set posture resolution, anchoring-claim builder with fresh Ed25519 signatures, non-blocking multi-anchor fan-out with the atrib-log transport live and rekor/rfc3161/ots transports stubbed behind `AnchorTransport`), session checkpoints per [D139](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d139-session_checkpoint-event-type-the-session-stream-formalized) (RFC 6962 session roots, checkpoint record assembly under the extension URI, inclusion and consistency proofs, equivocation detection), delegation-certificate issuance per [D140](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d140-delegation-certificates-principal-keys-certify-ephemeral-run-keys) (`issueDelegationCertificate`, `withDelegationCertHash`, run-key revocation builder), and the `dev.atrib/attribution` extension surface per [D141](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d141-devatribattribution-first-class-mcp-extension-sep-2133) (capability negotiation including legacy-initialize gating, attestation receipt building and application, middleware `extensionAttribution` flag). Middleware and proxy behavior is byte-identical when none of these are configured. diff --git a/.changeset/tranche2-mcp-wrap-extension-flag.md b/.changeset/tranche2-mcp-wrap-extension-flag.md deleted file mode 100644 index 4abfc512..00000000 --- a/.changeset/tranche2-mcp-wrap-extension-flag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@atrib/mcp-wrap': minor ---- - -Add the `extensionAttribution` config flag per [D141](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d141-devatribattribution-first-class-mcp-extension-sep-2133), letting the wrapper declare the `dev.atrib/attribution` extension on behalf of any upstream server; wrapping behavior is unchanged when the flag is unset. diff --git a/.changeset/tranche2-verify-envelope-anchors-checkpoint-delegation.md b/.changeset/tranche2-verify-envelope-anchors-checkpoint-delegation.md deleted file mode 100644 index ff07cb6d..00000000 --- a/.changeset/tranche2-verify-envelope-anchors-checkpoint-delegation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@atrib/verify': minor ---- - -Add the universal evidence-envelope module per [D137](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d137-universal-evidence-envelope-as-the-single-protocol-level-attachment-model) (`validateEnvelope`, the atrib-maintained profile registry, the frozen legacy-protocol mapping, opaque rendering) with an opt-in `verifyRecord({ evidenceEnvelopes })` projection; the `anchor_plurality` verifier annotation per [D138](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d138-anchor-plurality-as-the-default-trust-posture); session-checkpoint verification per [D139](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d139-session_checkpoint-event-type-the-session-stream-formalized) (structural validation, freshness tiering, full verification); `evaluateDelegation` with an opt-in verifyRecord delegation block per [D140](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d140-delegation-certificates-principal-keys-certify-ephemeral-run-keys); and the `continuation-packet` profile as the ninth registry entry per [D142](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d142-orchestration-topology-baton-pass-and-join-records-as-attest-conventions). Evidence remains signal-not-block: `verifyRecord().valid` semantics are unchanged. diff --git a/packages/action-gate/CHANGELOG.md b/packages/action-gate/CHANGELOG.md index b457b9b9..9ba1a965 100644 --- a/packages/action-gate/CHANGELOG.md +++ b/packages/action-gate/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/action-gate +## 0.0.4 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/action-gate/package.json b/packages/action-gate/package.json index 0307634d..269db4cc 100644 --- a/packages/action-gate/package.json +++ b/packages/action-gate/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/action-gate", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index 2fc90af0..20409c2d 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,5 +1,18 @@ # @atrib/agent +## 0.3.0 + +### Minor Changes + +- 3c8e63d: Add client-side `dev.atrib/attribution` extension support per [D141](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d141-devatribattribution-first-class-mcp-extension-sep-2133): declare the extension on outbound requests and parse attestation receipts from `result._meta`, behind an opt-in flag with unchanged behavior when unset. + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + - @atrib/verify@0.8.0 + ## 0.2.23 ### Patch Changes diff --git a/packages/agent/package.json b/packages/agent/package.json index aacb2fbf..b4d01470 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/agent", - "version": "0.2.23", + "version": "0.3.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1e6972ba..937754a2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/cli +## 0.1.33 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.1.32 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 25848687..4ba3e621 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/cli", - "version": "0.1.32", + "version": "0.1.33", "type": "module", "bin": { "atrib": "./dist/cli.js" diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index 762d698a..e3edad1b 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,5 +1,24 @@ # @atrib/integration +## 0.0.38 + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/agent@0.3.0 + - @atrib/mcp@0.19.0 + - @atrib/mcp-wrap@0.10.0 + - @atrib/verify@0.8.0 + - @atrib/sdk@0.1.0 + - @atrib/action-gate@0.0.4 + - @atrib/log-dev@0.1.33 + - @atrib/archive-node@0.1.34 + - @atrib/graph-node@0.1.34 + - @atrib/log-node@0.1.33 + ## 0.0.37 ### Patch Changes diff --git a/packages/integration/examples/cloudflare-agents/approval-trace/CHANGELOG.md b/packages/integration/examples/cloudflare-agents/approval-trace/CHANGELOG.md index 18d6367b..7c56941c 100644 --- a/packages/integration/examples/cloudflare-agents/approval-trace/CHANGELOG.md +++ b/packages/integration/examples/cloudflare-agents/approval-trace/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/cloudflare-approval-trace +## 0.0.17 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.0.16 ### Patch Changes diff --git a/packages/integration/examples/cloudflare-agents/approval-trace/package.json b/packages/integration/examples/cloudflare-agents/approval-trace/package.json index bbd9f0cf..01e70251 100644 --- a/packages/integration/examples/cloudflare-agents/approval-trace/package.json +++ b/packages/integration/examples/cloudflare-agents/approval-trace/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/cloudflare-approval-trace", - "version": "0.0.16", + "version": "0.0.17", "private": true, "type": "module", "description": "Interactive Cloudflare Agents example for atrib-signed human approval traces.", diff --git a/packages/integration/examples/cloudflare-agents/live-client-proof/CHANGELOG.md b/packages/integration/examples/cloudflare-agents/live-client-proof/CHANGELOG.md index 0bfff04f..68e425a1 100644 --- a/packages/integration/examples/cloudflare-agents/live-client-proof/CHANGELOG.md +++ b/packages/integration/examples/cloudflare-agents/live-client-proof/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/cloudflare-live-client-proof +## 0.0.18 + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/agent@0.3.0 + - @atrib/mcp@0.19.0 + ## 0.0.17 ### Patch Changes diff --git a/packages/integration/examples/cloudflare-agents/live-client-proof/package.json b/packages/integration/examples/cloudflare-agents/live-client-proof/package.json index 5c6d3fe0..0670c3af 100644 --- a/packages/integration/examples/cloudflare-agents/live-client-proof/package.json +++ b/packages/integration/examples/cloudflare-agents/live-client-proof/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/cloudflare-live-client-proof", - "version": "0.0.17", + "version": "0.0.18", "private": true, "type": "module", "description": "Live Cloudflare Agent.addMcpServer proof for atrib client attribution.", diff --git a/packages/integration/examples/cloudflare-agents/live-worker-proof/CHANGELOG.md b/packages/integration/examples/cloudflare-agents/live-worker-proof/CHANGELOG.md index 4bf2dd4d..9a4cacab 100644 --- a/packages/integration/examples/cloudflare-agents/live-worker-proof/CHANGELOG.md +++ b/packages/integration/examples/cloudflare-agents/live-worker-proof/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/cloudflare-live-proof +## 0.0.17 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.0.16 ### Patch Changes diff --git a/packages/integration/examples/cloudflare-agents/live-worker-proof/package.json b/packages/integration/examples/cloudflare-agents/live-worker-proof/package.json index 975a8fb9..690ce229 100644 --- a/packages/integration/examples/cloudflare-agents/live-worker-proof/package.json +++ b/packages/integration/examples/cloudflare-agents/live-worker-proof/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/cloudflare-live-proof", - "version": "0.0.16", + "version": "0.0.17", "private": true, "type": "module", "description": "Live Cloudflare Agents proof for atrib-signed MCP tool calls.", diff --git a/packages/integration/package.json b/packages/integration/package.json index e2cfdc8f..bb0cc7da 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/integration", - "version": "0.0.37", + "version": "0.0.38", "description": "Cross-package integration tests and runnable framework examples for Atrib's verifiable action layer.", "license": "Apache-2.0", "repository": { diff --git a/packages/log-dev/CHANGELOG.md b/packages/log-dev/CHANGELOG.md index 34141c6b..4ee2b0e3 100644 --- a/packages/log-dev/CHANGELOG.md +++ b/packages/log-dev/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/log-dev +## 0.1.33 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.1.32 ### Patch Changes diff --git a/packages/log-dev/package.json b/packages/log-dev/package.json index 50c3c6c9..ced7d446 100644 --- a/packages/log-dev/package.json +++ b/packages/log-dev/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/log-dev", - "version": "0.1.32", + "version": "0.1.33", "description": "In-memory dev Merkle log stub for local Atrib action-layer tests and examples.", "license": "Apache-2.0", "repository": { diff --git a/packages/mcp-wrap/CHANGELOG.md b/packages/mcp-wrap/CHANGELOG.md index 1b5546ef..f69ed4a2 100644 --- a/packages/mcp-wrap/CHANGELOG.md +++ b/packages/mcp-wrap/CHANGELOG.md @@ -1,5 +1,16 @@ # @atrib/mcp-wrap +## 0.10.0 + +### Minor Changes + +- 3c8e63d: Add the `extensionAttribution` config flag per [D141](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d141-devatribattribution-first-class-mcp-extension-sep-2133), letting the wrapper declare the `dev.atrib/attribution` extension on behalf of any upstream server; wrapping behavior is unchanged when the flag is unset. + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/mcp-wrap/package.json b/packages/mcp-wrap/package.json index 7ea02573..72303f84 100644 --- a/packages/mcp-wrap/package.json +++ b/packages/mcp-wrap/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/mcp-wrap", - "version": "0.9.1", + "version": "0.10.0", "description": "Config-driven MCP wrapper for Atrib's verifiable action layer. Gates, signs, logs, and mirrors tool calls from any upstream MCP server.", "license": "Apache-2.0", "homepage": "https://atrib.dev", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index faf8101a..487feb45 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,11 @@ # @atrib/mcp +## 0.19.0 + +### Minor Changes + +- 3c8e63d: Add four opt-in protocol surfaces: the anchors module per [D138](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d138-anchor-plurality-as-the-default-trust-posture) (anchor-set posture resolution, anchoring-claim builder with fresh Ed25519 signatures, non-blocking multi-anchor fan-out with the atrib-log transport live and rekor/rfc3161/ots transports stubbed behind `AnchorTransport`), session checkpoints per [D139](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d139-session_checkpoint-event-type-the-session-stream-formalized) (RFC 6962 session roots, checkpoint record assembly under the extension URI, inclusion and consistency proofs, equivocation detection), delegation-certificate issuance per [D140](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d140-delegation-certificates-principal-keys-certify-ephemeral-run-keys) (`issueDelegationCertificate`, `withDelegationCertHash`, run-key revocation builder), and the `dev.atrib/attribution` extension surface per [D141](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d141-devatribattribution-first-class-mcp-extension-sep-2133) (capability negotiation including legacy-initialize gating, attestation receipt building and application, middleware `extensionAttribution` flag). Middleware and proxy behavior is byte-identical when none of these are configured. + ## 0.18.1 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 918b1204..8ac17bf0 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/mcp", - "version": "0.18.1", + "version": "0.19.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/memory-tool/CHANGELOG.md b/packages/memory-tool/CHANGELOG.md index 63cdd5fe..50014249 100644 --- a/packages/memory-tool/CHANGELOG.md +++ b/packages/memory-tool/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/memory-tool +## 0.2.13 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.2.12 ### Patch Changes diff --git a/packages/memory-tool/package.json b/packages/memory-tool/package.json index 97e98e5c..e917db05 100644 --- a/packages/memory-tool/package.json +++ b/packages/memory-tool/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/memory-tool", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/openinference/CHANGELOG.md b/packages/openinference/CHANGELOG.md index d30b588d..838db037 100644 --- a/packages/openinference/CHANGELOG.md +++ b/packages/openinference/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/openinference +## 0.3.15 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.3.14 ### Patch Changes diff --git a/packages/openinference/package.json b/packages/openinference/package.json index 3c32b2ae..d2b3bda7 100644 --- a/packages/openinference/package.json +++ b/packages/openinference/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/openinference", - "version": "0.3.14", + "version": "0.3.15", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/verify/CHANGELOG.md b/packages/verify/CHANGELOG.md index 9e0506b0..85881bc5 100644 --- a/packages/verify/CHANGELOG.md +++ b/packages/verify/CHANGELOG.md @@ -1,5 +1,16 @@ # @atrib/verify +## 0.8.0 + +### Minor Changes + +- 3c8e63d: Add the universal evidence-envelope module per [D137](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d137-universal-evidence-envelope-as-the-single-protocol-level-attachment-model) (`validateEnvelope`, the atrib-maintained profile registry, the frozen legacy-protocol mapping, opaque rendering) with an opt-in `verifyRecord({ evidenceEnvelopes })` projection; the `anchor_plurality` verifier annotation per [D138](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d138-anchor-plurality-as-the-default-trust-posture); session-checkpoint verification per [D139](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d139-session_checkpoint-event-type-the-session-stream-formalized) (structural validation, freshness tiering, full verification); `evaluateDelegation` with an opt-in verifyRecord delegation block per [D140](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d140-delegation-certificates-principal-keys-certify-ephemeral-run-keys); and the `continuation-packet` profile as the ninth registry entry per [D142](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d142-orchestration-topology-baton-pass-and-join-records-as-attest-conventions). Evidence remains signal-not-block: `verifyRecord().valid` semantics are unchanged. + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.7.10 ### Patch Changes diff --git a/packages/verify/package.json b/packages/verify/package.json index 5473da8d..4ea83e93 100644 --- a/packages/verify/package.json +++ b/packages/verify/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/verify", - "version": "0.7.10", + "version": "0.8.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/services/archive-node/CHANGELOG.md b/services/archive-node/CHANGELOG.md index dd5ca1d1..1cf5bbd9 100644 --- a/services/archive-node/CHANGELOG.md +++ b/services/archive-node/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/archive-node +## 0.1.34 + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + - @atrib/verify@0.8.0 + ## 0.1.33 ### Patch Changes diff --git a/services/archive-node/package.json b/services/archive-node/package.json index 54840bbc..b1675c01 100644 --- a/services/archive-node/package.json +++ b/services/archive-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/archive-node", - "version": "0.1.33", + "version": "0.1.34", "description": "Record Body Archive service for Atrib's verifiable action layer. Stores opt-in record bodies and verifier evidence.", "license": "Apache-2.0", "private": true, diff --git a/services/atrib-annotate/CHANGELOG.md b/services/atrib-annotate/CHANGELOG.md index 6812c08d..068fe204 100644 --- a/services/atrib-annotate/CHANGELOG.md +++ b/services/atrib-annotate/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/annotate +## 0.2.38 + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/emit@0.17.0 + - @atrib/mcp@0.19.0 + ## 0.2.37 ### Patch Changes diff --git a/services/atrib-annotate/package.json b/services/atrib-annotate/package.json index 44ffa1cd..6bf9ade0 100644 --- a/services/atrib-annotate/package.json +++ b/services/atrib-annotate/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/annotate", - "version": "0.2.37", + "version": "0.2.38", "description": "MCP server for Atrib's verifiable action layer. Lets agents mark a past record's importance and meaning for later recall.", "author": "atrib ", "keywords": [ diff --git a/services/atrib-emit/CHANGELOG.md b/services/atrib-emit/CHANGELOG.md index 6472be4f..b146e9d6 100644 --- a/services/atrib-emit/CHANGELOG.md +++ b/services/atrib-emit/CHANGELOG.md @@ -1,5 +1,16 @@ # @atrib/emit +## 0.17.0 + +### Minor Changes + +- 3c8e63d: Add `emitSessionCheckpoint` per [D139](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d139-session_checkpoint-event-type-the-session-stream-formalized): sign a session-checkpoint record committing to the context's RFC 6962 session root through the existing emit pipeline, silent-failure per the [§5.8](https://github.com/creatornader/atrib/blob/main/atrib-spec.md#58-degradation-contract) degradation contract. + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.16.2 ### Patch Changes diff --git a/services/atrib-emit/package.json b/services/atrib-emit/package.json index ed935c4d..e358c195 100644 --- a/services/atrib-emit/package.json +++ b/services/atrib-emit/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/emit", - "version": "0.16.2", + "version": "0.17.0", "description": "MCP server for Atrib's verifiable action layer. Lets agents sign explicit observations, annotations, and revisions.", "author": "atrib ", "keywords": [ diff --git a/services/atrib-primitives/CHANGELOG.md b/services/atrib-primitives/CHANGELOG.md index 5a5b9766..22c15c2a 100644 --- a/services/atrib-primitives/CHANGELOG.md +++ b/services/atrib-primitives/CHANGELOG.md @@ -1,5 +1,18 @@ # @atrib/primitives-runtime +## 0.1.20 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/emit@0.17.0 + - @atrib/annotate@0.2.38 + - @atrib/revise@0.2.38 + - @atrib/recall@0.14.4 + - @atrib/summarize@0.4.20 + - @atrib/trace@0.5.18 + - @atrib/verify-mcp@0.2.18 + ## 0.1.19 ### Patch Changes diff --git a/services/atrib-primitives/package.json b/services/atrib-primitives/package.json index f7fd24e2..4388617b 100644 --- a/services/atrib-primitives/package.json +++ b/services/atrib-primitives/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/primitives-runtime", - "version": "0.1.19", + "version": "0.1.20", "description": "Private local MCP runtime for Atrib's verifiable action layer. Exposes all cognitive primitives from one process.", "private": true, "license": "Apache-2.0", diff --git a/services/atrib-recall/CHANGELOG.md b/services/atrib-recall/CHANGELOG.md index 1826c297..7dc3e5c1 100644 --- a/services/atrib-recall/CHANGELOG.md +++ b/services/atrib-recall/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/recall +## 0.14.4 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.14.3 ### Patch Changes diff --git a/services/atrib-recall/package.json b/services/atrib-recall/package.json index 1a014012..6023c625 100644 --- a/services/atrib-recall/package.json +++ b/services/atrib-recall/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/recall", - "version": "0.14.3", + "version": "0.14.4", "description": "MCP server for Atrib's verifiable action layer. Lets agents query their own provable past from the local mirror.", "author": "atrib ", "keywords": [ diff --git a/services/atrib-revise/CHANGELOG.md b/services/atrib-revise/CHANGELOG.md index 53b70b50..93d10e9e 100644 --- a/services/atrib-revise/CHANGELOG.md +++ b/services/atrib-revise/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/revise +## 0.2.38 + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/emit@0.17.0 + - @atrib/mcp@0.19.0 + ## 0.2.37 ### Patch Changes diff --git a/services/atrib-revise/package.json b/services/atrib-revise/package.json index f9ba2de6..be684e13 100644 --- a/services/atrib-revise/package.json +++ b/services/atrib-revise/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/revise", - "version": "0.2.37", + "version": "0.2.38", "description": "MCP server for Atrib's verifiable action layer. Lets agents supersede a prior signed position with a stated reason.", "author": "atrib ", "keywords": [ diff --git a/services/atrib-summarize/CHANGELOG.md b/services/atrib-summarize/CHANGELOG.md index b204ffdf..fec65bb7 100644 --- a/services/atrib-summarize/CHANGELOG.md +++ b/services/atrib-summarize/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/summarize +## 0.4.20 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.4.19 ### Patch Changes diff --git a/services/atrib-summarize/package.json b/services/atrib-summarize/package.json index d169371c..02e04f71 100644 --- a/services/atrib-summarize/package.json +++ b/services/atrib-summarize/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/summarize", - "version": "0.4.19", + "version": "0.4.20", "description": "MCP server for Atrib's verifiable action layer. Summarizes signed records so agents read context, not raw bytes.", "author": "atrib ", "keywords": [ diff --git a/services/atrib-trace/CHANGELOG.md b/services/atrib-trace/CHANGELOG.md index afd4f1a4..212882cf 100644 --- a/services/atrib-trace/CHANGELOG.md +++ b/services/atrib-trace/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/trace +## 0.5.18 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.5.17 ### Patch Changes diff --git a/services/atrib-trace/package.json b/services/atrib-trace/package.json index 1e8bd54e..f2fbafb5 100644 --- a/services/atrib-trace/package.json +++ b/services/atrib-trace/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/trace", - "version": "0.5.17", + "version": "0.5.18", "description": "MCP server for Atrib's verifiable action layer. Walks informed_by chains to show the signed relationship path.", "author": "atrib ", "keywords": [ diff --git a/services/atrib-verify/CHANGELOG.md b/services/atrib-verify/CHANGELOG.md index 2d1e197d..73745c0d 100644 --- a/services/atrib-verify/CHANGELOG.md +++ b/services/atrib-verify/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/verify-mcp +## 0.2.18 + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + - @atrib/verify@0.8.0 + ## 0.2.17 ### Patch Changes diff --git a/services/atrib-verify/package.json b/services/atrib-verify/package.json index c8131c92..699f5851 100644 --- a/services/atrib-verify/package.json +++ b/services/atrib-verify/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/verify-mcp", - "version": "0.2.17", + "version": "0.2.18", "description": "MCP server for Atrib's verifiable action layer. Verifies handoff evidence before agents link follow-up work.", "author": "atrib ", "keywords": [ diff --git a/services/directory-node/CHANGELOG.md b/services/directory-node/CHANGELOG.md index 8ee95cd3..93e829b0 100644 --- a/services/directory-node/CHANGELOG.md +++ b/services/directory-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/directory-node +## 0.1.33 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.1.32 ### Patch Changes diff --git a/services/directory-node/package.json b/services/directory-node/package.json index 86f77f93..544d3ffe 100644 --- a/services/directory-node/package.json +++ b/services/directory-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/directory-node", - "version": "0.1.32", + "version": "0.1.33", "description": "AKD-backed identity-claim directory HTTP service for Atrib's verifiable action layer.", "license": "Apache-2.0", "private": true, diff --git a/services/graph-node/CHANGELOG.md b/services/graph-node/CHANGELOG.md index 743fbb20..9b691baf 100644 --- a/services/graph-node/CHANGELOG.md +++ b/services/graph-node/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/graph-node +## 0.1.34 + +### Patch Changes + +- Updated dependencies [3c8e63d] +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + - @atrib/verify@0.8.0 + ## 0.1.33 ### Patch Changes diff --git a/services/graph-node/package.json b/services/graph-node/package.json index 2fac0688..29618dff 100644 --- a/services/graph-node/package.json +++ b/services/graph-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/graph-node", - "version": "0.1.33", + "version": "0.1.34", "description": "Graph query service for Atrib's verifiable action layer. Derives deterministic record relationships.", "private": true, "type": "module", diff --git a/services/log-node/CHANGELOG.md b/services/log-node/CHANGELOG.md index 7454b152..2110b420 100644 --- a/services/log-node/CHANGELOG.md +++ b/services/log-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @atrib/log-node +## 0.1.33 + +### Patch Changes + +- Updated dependencies [3c8e63d] + - @atrib/mcp@0.19.0 + ## 0.1.32 ### Patch Changes diff --git a/services/log-node/package.json b/services/log-node/package.json index eba4ba54..148ab991 100644 --- a/services/log-node/package.json +++ b/services/log-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/log-node", - "version": "0.1.32", + "version": "0.1.33", "description": "Production Merkle log service for Atrib's verifiable action layer.", "private": true, "type": "module",