diff --git a/.changeset/package-readme-completeness.md b/.changeset/package-readme-completeness.md deleted file mode 100644 index 781a50c0..00000000 --- a/.changeset/package-readme-completeness.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@atrib/mcp': patch -'@atrib/agent': patch -'@atrib/action-gate': patch -'@atrib/verify': patch -'@atrib/cli': patch -'@atrib/mcp-wrap': patch -'@atrib/directory': patch -'@atrib/openinference': patch -'@atrib/memory-tool': patch -'@atrib/runtime-log': patch -'@atrib/sdk': patch -'@atrib/emit': patch -'@atrib/annotate': patch -'@atrib/revise': patch -'@atrib/recall': patch -'@atrib/trace': patch -'@atrib/summarize': patch -'@atrib/verify-mcp': patch ---- - -Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. diff --git a/packages/action-gate/CHANGELOG.md b/packages/action-gate/CHANGELOG.md index 9ba1a965..0df1aafd 100644 --- a/packages/action-gate/CHANGELOG.md +++ b/packages/action-gate/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/action-gate +## 0.0.5 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.0.4 ### Patch Changes diff --git a/packages/action-gate/package.json b/packages/action-gate/package.json index 269db4cc..8c93453a 100644 --- a/packages/action-gate/package.json +++ b/packages/action-gate/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/action-gate", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index 5e93ef12..19e06f55 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/agent +## 0.3.1 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/verify@0.8.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/agent/package.json b/packages/agent/package.json index 3ca2a791..65173742 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/agent", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 66562fec..29fb5180 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/cli +## 0.1.34 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/directory@0.2.1 + ## 0.1.33 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e54e9447..27b41a73 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/cli", - "version": "0.1.33", + "version": "0.1.34", "type": "module", "bin": { "atrib": "./dist/cli.js" diff --git a/packages/directory/CHANGELOG.md b/packages/directory/CHANGELOG.md index 5518ae9a..7ff3188f 100644 --- a/packages/directory/CHANGELOG.md +++ b/packages/directory/CHANGELOG.md @@ -1,5 +1,11 @@ # @atrib/directory +## 0.2.1 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. + ## 0.2.0 ### Minor Changes diff --git a/packages/directory/package.json b/packages/directory/package.json index 4b5bc4a6..017507da 100644 --- a/packages/directory/package.json +++ b/packages/directory/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/directory", - "version": "0.2.0", + "version": "0.2.1", "description": "Identity-claim directory SDK for atrib's verifiable action layer. Publishes and verifies signer claims with cryptographic proofs.", "author": "atrib ", "license": "Apache-2.0", diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index e3edad1b..502ba555 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,5 +1,23 @@ # @atrib/integration +## 0.0.39 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/agent@0.3.1 + - @atrib/action-gate@0.0.5 + - @atrib/verify@0.8.1 + - @atrib/mcp-wrap@0.10.1 + - @atrib/directory@0.2.1 + - @atrib/runtime-log@0.2.2 + - @atrib/sdk@0.1.1 + - @atrib/log-dev@0.1.34 + - @atrib/archive-node@0.1.35 + - @atrib/graph-node@0.1.35 + - @atrib/log-node@0.1.34 + ## 0.0.38 ### 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 7c56941c..93f9e100 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.18 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.0.17 ### 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 01e70251..2d6738b5 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.17", + "version": "0.0.18", "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 68e425a1..6ef7d6ce 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,13 @@ # @atrib/cloudflare-live-client-proof +## 0.0.19 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/agent@0.3.1 + ## 0.0.18 ### 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 0670c3af..902c2969 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.18", + "version": "0.0.19", "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 9a4cacab..77d41109 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.18 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.0.17 ### 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 690ce229..46e6093d 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.17", + "version": "0.0.18", "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 5880f522..49e7ed82 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/integration", - "version": "0.0.38", + "version": "0.0.39", "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 4ee2b0e3..905c4407 100644 --- a/packages/log-dev/CHANGELOG.md +++ b/packages/log-dev/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/log-dev +## 0.1.34 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/directory@0.2.1 + ## 0.1.33 ### Patch Changes diff --git a/packages/log-dev/package.json b/packages/log-dev/package.json index 0494d1ae..76668cdf 100644 --- a/packages/log-dev/package.json +++ b/packages/log-dev/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/log-dev", - "version": "0.1.33", + "version": "0.1.34", "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 adafb5b7..8c73afcf 100644 --- a/packages/mcp-wrap/CHANGELOG.md +++ b/packages/mcp-wrap/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/mcp-wrap +## 0.10.1 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/mcp-wrap/package.json b/packages/mcp-wrap/package.json index df2116c6..8c9d17e9 100644 --- a/packages/mcp-wrap/package.json +++ b/packages/mcp-wrap/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/mcp-wrap", - "version": "0.10.0", + "version": "0.10.1", "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 707931bb..cb4b3d2c 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,11 @@ # @atrib/mcp +## 0.19.1 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. + ## 0.19.0 ### Minor Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 9163393b..f13292b0 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/mcp", - "version": "0.19.0", + "version": "0.19.1", "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 50014249..e1de3459 100644 --- a/packages/memory-tool/CHANGELOG.md +++ b/packages/memory-tool/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/memory-tool +## 0.2.14 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.2.13 ### Patch Changes diff --git a/packages/memory-tool/package.json b/packages/memory-tool/package.json index 67f66dd9..86bca552 100644 --- a/packages/memory-tool/package.json +++ b/packages/memory-tool/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/memory-tool", - "version": "0.2.13", + "version": "0.2.14", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/openinference/CHANGELOG.md b/packages/openinference/CHANGELOG.md index bc611b27..92ac7a31 100644 --- a/packages/openinference/CHANGELOG.md +++ b/packages/openinference/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/openinference +## 0.3.16 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.3.15 ### Patch Changes diff --git a/packages/openinference/package.json b/packages/openinference/package.json index 0959fa5e..ba447d66 100644 --- a/packages/openinference/package.json +++ b/packages/openinference/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/openinference", - "version": "0.3.15", + "version": "0.3.16", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/runtime-log/CHANGELOG.md b/packages/runtime-log/CHANGELOG.md index 03f45e04..81afbc59 100644 --- a/packages/runtime-log/CHANGELOG.md +++ b/packages/runtime-log/CHANGELOG.md @@ -1,5 +1,11 @@ # @atrib/runtime-log +## 0.2.2 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. + ## 0.2.1 ### Patch Changes diff --git a/packages/runtime-log/package.json b/packages/runtime-log/package.json index e842f156..faf1c88b 100644 --- a/packages/runtime-log/package.json +++ b/packages/runtime-log/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/runtime-log", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "bin": { "atrib-runtime-log": "./dist/cli.js" diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md new file mode 100644 index 00000000..4b47a82a --- /dev/null +++ b/packages/sdk/CHANGELOG.md @@ -0,0 +1,13 @@ +# @atrib/sdk + +## 0.1.1 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/verify@0.8.1 + - @atrib/emit@0.17.1 + - @atrib/recall@0.14.5 + - @atrib/verify-mcp@0.2.19 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 3d306add..5e0f4706 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/sdk", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/verify/CHANGELOG.md b/packages/verify/CHANGELOG.md index 68c3e68a..f70059f8 100644 --- a/packages/verify/CHANGELOG.md +++ b/packages/verify/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/verify +## 0.8.1 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/verify/package.json b/packages/verify/package.json index ca25e061..0063caed 100644 --- a/packages/verify/package.json +++ b/packages/verify/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/verify", - "version": "0.8.0", + "version": "0.8.1", "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 1cf5bbd9..afea98dc 100644 --- a/services/archive-node/CHANGELOG.md +++ b/services/archive-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/archive-node +## 0.1.35 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/verify@0.8.1 + ## 0.1.34 ### Patch Changes diff --git a/services/archive-node/package.json b/services/archive-node/package.json index 44a25289..cbe4499b 100644 --- a/services/archive-node/package.json +++ b/services/archive-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/archive-node", - "version": "0.1.34", + "version": "0.1.35", "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 068fe204..e3fa860b 100644 --- a/services/atrib-annotate/CHANGELOG.md +++ b/services/atrib-annotate/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/annotate +## 0.2.39 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/emit@0.17.1 + ## 0.2.38 ### Patch Changes diff --git a/services/atrib-annotate/package.json b/services/atrib-annotate/package.json index e7b4175f..a34ee4c3 100644 --- a/services/atrib-annotate/package.json +++ b/services/atrib-annotate/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/annotate", - "version": "0.2.38", + "version": "0.2.39", "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 4cb88d21..8b5a37ac 100644 --- a/services/atrib-emit/CHANGELOG.md +++ b/services/atrib-emit/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/emit +## 0.17.1 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.17.0 ### Minor Changes diff --git a/services/atrib-emit/package.json b/services/atrib-emit/package.json index 4f49e960..a9aa98d9 100644 --- a/services/atrib-emit/package.json +++ b/services/atrib-emit/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/emit", - "version": "0.17.0", + "version": "0.17.1", "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 22c15c2a..5e45096b 100644 --- a/services/atrib-primitives/CHANGELOG.md +++ b/services/atrib-primitives/CHANGELOG.md @@ -1,5 +1,18 @@ # @atrib/primitives-runtime +## 0.1.21 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/emit@0.17.1 + - @atrib/annotate@0.2.39 + - @atrib/revise@0.2.39 + - @atrib/recall@0.14.5 + - @atrib/trace@0.5.19 + - @atrib/summarize@0.4.21 + - @atrib/verify-mcp@0.2.19 + ## 0.1.20 ### Patch Changes diff --git a/services/atrib-primitives/package.json b/services/atrib-primitives/package.json index de67d6f0..19a3b18c 100644 --- a/services/atrib-primitives/package.json +++ b/services/atrib-primitives/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/primitives-runtime", - "version": "0.1.20", + "version": "0.1.21", "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 7dc3e5c1..259b39e5 100644 --- a/services/atrib-recall/CHANGELOG.md +++ b/services/atrib-recall/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/recall +## 0.14.5 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.14.4 ### Patch Changes diff --git a/services/atrib-recall/package.json b/services/atrib-recall/package.json index 30257b7d..d545aa5a 100644 --- a/services/atrib-recall/package.json +++ b/services/atrib-recall/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/recall", - "version": "0.14.4", + "version": "0.14.5", "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 93d10e9e..9a85f877 100644 --- a/services/atrib-revise/CHANGELOG.md +++ b/services/atrib-revise/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/revise +## 0.2.39 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/emit@0.17.1 + ## 0.2.38 ### Patch Changes diff --git a/services/atrib-revise/package.json b/services/atrib-revise/package.json index 52f0625c..5f20dec3 100644 --- a/services/atrib-revise/package.json +++ b/services/atrib-revise/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/revise", - "version": "0.2.38", + "version": "0.2.39", "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 fec65bb7..0df25a02 100644 --- a/services/atrib-summarize/CHANGELOG.md +++ b/services/atrib-summarize/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/summarize +## 0.4.21 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.4.20 ### Patch Changes diff --git a/services/atrib-summarize/package.json b/services/atrib-summarize/package.json index 5635c26c..3272c46f 100644 --- a/services/atrib-summarize/package.json +++ b/services/atrib-summarize/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/summarize", - "version": "0.4.20", + "version": "0.4.21", "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 212882cf..615c05fe 100644 --- a/services/atrib-trace/CHANGELOG.md +++ b/services/atrib-trace/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/trace +## 0.5.19 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + ## 0.5.18 ### Patch Changes diff --git a/services/atrib-trace/package.json b/services/atrib-trace/package.json index 296c4d9b..edef8aab 100644 --- a/services/atrib-trace/package.json +++ b/services/atrib-trace/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/trace", - "version": "0.5.18", + "version": "0.5.19", "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 73745c0d..bbd49122 100644 --- a/services/atrib-verify/CHANGELOG.md +++ b/services/atrib-verify/CHANGELOG.md @@ -1,5 +1,14 @@ # @atrib/verify-mcp +## 0.2.19 + +### Patch Changes + +- 1378d4f: Docs: bring every public package README and description to standalone-completeness parity. Lowercase the brand to `atrib` throughout, add a uniform Install section and a Part of atrib orientation block, and fix standalone gaps found in review: missing imports and undefined variables in quick-starts, the published npx wire-up form for the MCP servers, an off-machine privacy note for summarize, a worked handoff example for verify-mcp, and a rewrite of the directory README against its real class-based API. No code or public API changes. +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/verify@0.8.1 + ## 0.2.18 ### Patch Changes diff --git a/services/atrib-verify/package.json b/services/atrib-verify/package.json index 22e9b77f..840fc57d 100644 --- a/services/atrib-verify/package.json +++ b/services/atrib-verify/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/verify-mcp", - "version": "0.2.18", + "version": "0.2.19", "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 93e829b0..b66e444c 100644 --- a/services/directory-node/CHANGELOG.md +++ b/services/directory-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/directory-node +## 0.1.34 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/directory@0.2.1 + ## 0.1.33 ### Patch Changes diff --git a/services/directory-node/package.json b/services/directory-node/package.json index 5d74f55b..9b8bf045 100644 --- a/services/directory-node/package.json +++ b/services/directory-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/directory-node", - "version": "0.1.33", + "version": "0.1.34", "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 9b691baf..01b69392 100644 --- a/services/graph-node/CHANGELOG.md +++ b/services/graph-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/graph-node +## 0.1.35 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/verify@0.8.1 + ## 0.1.34 ### Patch Changes diff --git a/services/graph-node/package.json b/services/graph-node/package.json index 26ea88b2..4fb54b3a 100644 --- a/services/graph-node/package.json +++ b/services/graph-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/graph-node", - "version": "0.1.34", + "version": "0.1.35", "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 2110b420..c81b1774 100644 --- a/services/log-node/CHANGELOG.md +++ b/services/log-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @atrib/log-node +## 0.1.34 + +### Patch Changes + +- Updated dependencies [1378d4f] + - @atrib/mcp@0.19.1 + - @atrib/directory@0.2.1 + ## 0.1.33 ### Patch Changes diff --git a/services/log-node/package.json b/services/log-node/package.json index 40c0daf0..286c90ee 100644 --- a/services/log-node/package.json +++ b/services/log-node/package.json @@ -1,6 +1,6 @@ { "name": "@atrib/log-node", - "version": "0.1.33", + "version": "0.1.34", "description": "Production Merkle log service for atrib's verifiable action layer.", "private": true, "type": "module",