Skip to content

Commit 853b59a

Browse files
Version Packages (#508)
Co-authored-by: atrib-release-bot[bot] <287326160+atrib-release-bot[bot]@users.noreply.github.com>
1 parent b40f207 commit 853b59a

25 files changed

Lines changed: 126 additions & 39 deletions

.changeset/daemon-package-json-export.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/p047-attest-recall-rename.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/seed-atribd-first-publish.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/integration/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @atrib/integration
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- @atrib/sdk@2.0.0
8+
39
## 0.0.42
410

511
### Patch Changes

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atrib/integration",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"description": "Cross-package integration tests and runnable framework examples for atrib's verifiable action layer.",
55
"license": "Apache-2.0",
66
"repository": {

packages/sdk/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @atrib/sdk
22

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b40f207]
8+
- @atrib/emit@1.0.0
9+
- @atrib/recall@1.0.0
10+
- @atrib/verify-mcp@1.0.0
11+
312
## 1.0.0
413

514
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atrib/sdk",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

services/atrib-annotate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @atrib/annotate
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- b40f207: The attest/recall rename ([D164](DECISIONS.md#d164-attestrecall-verb-rename-and-primitive-surface-collapse)). `@atrib/attest` is the new write-verb home: one `attest` tool signs observations, annotations (`ref.kind: "annotates"`), and revisions (`ref.kind: "revises"`), with the legacy `emit` / `atrib-annotate` / `atrib-revise` tool names mounted as permanent aliases over the same handler; records are byte-identical in canonical form. `@atrib/recall` absorbs the trace and handoff-verification implementations and adds the `recall` read verb (shape dispatch, walk directions, and a `verification` parameter with a typed `verifier_unavailable` degradation; `@atrib/verify` becomes an optional peer). `@atrib/emit`, `@atrib/annotate`, `@atrib/revise`, `@atrib/trace`, and `@atrib/verify-mcp` become re-export shims over the new homes; every legacy binary forwards and every legacy import keeps working. The primitives runtime mounts the seventeen-tool alias-window union. Zero signed bytes change; existing mirrors and records stay valid.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b40f207]
12+
- @atrib/attest@0.1.0
13+
314
## 0.2.41
415

516
### Patch Changes

services/atrib-annotate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atrib/annotate",
3-
"version": "0.2.41",
3+
"version": "1.0.0",
44
"description": "Legacy home of atrib's annotate write primitive. Superseded by @atrib/attest (the write verb, ref.kind=\"annotates\"); this package re-exports the same surface and forwards the atrib-annotate binary.",
55
"author": "atrib <hello@atrib.dev>",
66
"keywords": [

services/atrib-attest/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @atrib/attest
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- b40f207: The attest/recall rename ([D164](DECISIONS.md#d164-attestrecall-verb-rename-and-primitive-surface-collapse)). `@atrib/attest` is the new write-verb home: one `attest` tool signs observations, annotations (`ref.kind: "annotates"`), and revisions (`ref.kind: "revises"`), with the legacy `emit` / `atrib-annotate` / `atrib-revise` tool names mounted as permanent aliases over the same handler; records are byte-identical in canonical form. `@atrib/recall` absorbs the trace and handoff-verification implementations and adds the `recall` read verb (shape dispatch, walk directions, and a `verification` parameter with a typed `verifier_unavailable` degradation; `@atrib/verify` becomes an optional peer). `@atrib/emit`, `@atrib/annotate`, `@atrib/revise`, `@atrib/trace`, and `@atrib/verify-mcp` become re-export shims over the new homes; every legacy binary forwards and every legacy import keeps working. The primitives runtime mounts the seventeen-tool alias-window union. Zero signed bytes change; existing mirrors and records stay valid.

0 commit comments

Comments
 (0)