Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/warm-tools-negotiate.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/operating-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/operating-graph

## 0.1.13

### Patch Changes

- @atrib/sdk@7.1.1

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/operating-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/operating-graph",
"version": "0.1.12",
"version": "0.1.13",
"description": "Open-source reference client for live, bounded atrib operating views.",
"license": "Apache-2.0",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/integration

## 0.0.59

### Patch Changes

- @atrib/sdk@7.1.1

## 0.0.58

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/integration",
"version": "0.0.58",
"version": "0.0.59",
"description": "Cross-package integration tests and runnable framework examples for atrib's verifiable action layer.",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/sdk

## 7.1.1

### Patch Changes

- @atrib/emit@1.2.3

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/sdk",
"version": "7.1.0",
"version": "7.1.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions services/atrib-annotate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/annotate

## 1.1.3

### Patch Changes

- Updated dependencies [c4b6d5a]
- @atrib/attest@0.4.3

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-annotate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/annotate",
"version": "1.1.2",
"version": "1.1.3",
"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.",
"author": "atrib <hello@atrib.dev>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions services/atrib-attest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/attest

## 0.4.3

### Patch Changes

- c4b6d5a: Install Zod v4 with the standalone MCP servers so fresh npm installs can register their tools and negotiate MCP 2026-07-28.

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-attest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/attest",
"version": "0.4.2",
"version": "0.4.3",
"description": "MCP server for atrib's write verb. One attest tool signs observations, annotations, and revisions; the legacy emit, atrib-annotate, and atrib-revise tool names stay mounted as aliases over the same handler.",
"keywords": [
"atrib",
Expand Down
7 changes: 7 additions & 0 deletions services/atrib-emit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/emit

## 1.2.3

### Patch Changes

- Updated dependencies [c4b6d5a]
- @atrib/attest@0.4.3

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-emit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/emit",
"version": "1.2.2",
"version": "1.2.3",
"description": "Legacy home of atrib's emit write primitive. Superseded by @atrib/attest (the write verb); this package re-exports the same surface and forwards the atrib-emit, atrib-emit-cli, and atrib-local-substrate binaries. Signed records are byte-identical.",
"author": "atrib <hello@atrib.dev>",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions services/atrib-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atrib/primitives-runtime

## 0.2.13

### Patch Changes

- Updated dependencies [c4b6d5a]
- @atrib/attest@0.4.3
- @atrib/summarize@0.5.3
- @atrib/daemon@0.4.1

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/primitives-runtime",
"version": "0.2.12",
"version": "0.2.13",
"description": "Private local MCP runtime for atrib's verifiable action layer. Exposes all cognitive primitives from one process.",
"private": true,
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions services/atrib-revise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/revise

## 1.1.3

### Patch Changes

- Updated dependencies [c4b6d5a]
- @atrib/attest@0.4.3

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-revise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/revise",
"version": "1.1.2",
"version": "1.1.3",
"description": "Legacy home of atrib's revise write primitive. Superseded by @atrib/attest (the write verb, ref.kind=\"revises\"); this package re-exports the same surface and forwards the atrib-revise binary.",
"author": "atrib <hello@atrib.dev>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions services/atrib-summarize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/summarize

## 0.5.3

### Patch Changes

- c4b6d5a: Install Zod v4 with the standalone MCP servers so fresh npm installs can register their tools and negotiate MCP 2026-07-28.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-summarize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/summarize",
"version": "0.5.2",
"version": "0.5.3",
"description": "Deprecated on npm; stays mounted through the D164 alias window. MCP server for atrib's verifiable action layer: summarizes signed records so agents read context, not raw bytes.",
"author": "atrib <hello@atrib.dev>",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions services/atribd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atrib/daemon

## 0.4.1

### Patch Changes

- Updated dependencies [c4b6d5a]
- @atrib/attest@0.4.3
- @atrib/summarize@0.5.3

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atribd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/daemon",
"version": "0.4.0",
"version": "0.4.1",
"description": "Local daemon for atrib. Serves the attest/recall verbs plus the legacy alias tools from one stateless-native process over Streamable HTTP or stdio.",
"keywords": [
"atrib",
Expand Down
Loading