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
5 changes: 0 additions & 5 deletions .changeset/d165-cost-policy-scope.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/action-gate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/action-gate

## 0.0.8

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0

## 0.0.7

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

## 0.4.1

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0

## 0.4.0

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

## 0.0.45

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0
- @atrib/action-gate@0.0.8
- @atrib/agent@0.4.1
- @atrib/sdk@3.0.0
- @atrib/archive-node@0.1.39
- @atrib/graph-node@0.1.39

## 0.0.44

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/cloudflare-live-client-proof

## 0.0.23

### Patch Changes

- @atrib/agent@0.4.1

## 0.0.22

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/cloudflare-live-client-proof",
"version": "0.0.22",
"version": "0.0.23",
"private": true,
"type": "module",
"description": "Live Cloudflare Agent.addMcpServer proof for atrib client attribution.",
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.44",
"version": "0.0.45",
"description": "Cross-package integration tests and runnable framework examples for atrib's verifiable action layer.",
"license": "Apache-2.0",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atrib/sdk

## 3.0.0

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0
- @atrib/recall@2.0.0
- @atrib/verify-mcp@1.0.2

## 2.0.1

### Patch 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": "2.0.1",
"version": "3.0.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/verify

## 0.10.0

### Minor Changes

- 4c2510d: Add the [D165](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d165-orchestration-wiring-with-routing-and-cost-accounting) `cost_policy` capability-envelope sub-field (`model_tiers`, `max_tokens`) to `DelegationScope`, with `checkCostPolicy(policy, usage)` for caller-supplied usage facts. Signal-only per [§6.7.3](https://github.com/creatornader/atrib/blob/main/atrib-spec.md#673-out-of-envelope-is-a-signal-not-invalidation); the record-only [§1.11.4](https://github.com/creatornader/atrib/blob/main/atrib-spec.md#1114-verifier-walk) walk produces no `cost_policy` mismatch. New conformance case `walk-scope-cost-policy` with pinned usage vectors.

## 0.9.0

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

## 0.1.39

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0

## 0.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/archive-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/archive-node",
"version": "0.1.38",
"version": "0.1.39",
"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,
Expand Down
8 changes: 8 additions & 0 deletions services/atrib-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atrib/primitives-runtime

## 0.2.1

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0
- @atrib/recall@2.0.0

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"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-recall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/recall

## 2.0.0

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-recall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/recall",
"version": "1.0.0",
"version": "2.0.0",
"description": "MCP server for atrib's verifiable action layer. Lets agents query their own provable past from the local mirror.",
"author": "atrib <hello@atrib.dev>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions services/atrib-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atrib/trace

## 1.0.1

### Patch Changes

- @atrib/recall@2.0.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-trace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/trace",
"version": "1.0.0",
"version": "1.0.1",
"description": "Legacy home of atrib's trace read primitive. Superseded by @atrib/recall (the read verb, shape=walk with a direction); this package re-exports the same surface and forwards the atrib-trace binary.",
"author": "atrib <hello@atrib.dev>",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions services/atrib-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atrib/verify-mcp

## 1.0.2

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0
- @atrib/recall@2.0.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/atrib-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/verify-mcp",
"version": "1.0.1",
"version": "1.0.2",
"description": "Legacy home of atrib's handoff-verification read primitive. Superseded by @atrib/recall (the read verb, verification parameter); re-exports the same surface, forwards the atrib-verify binary, and keeps a hard dependency on the @atrib/verify library.",
"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.2.1

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0
- @atrib/recall@2.0.0

## 0.2.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.2.0",
"version": "0.2.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
7 changes: 7 additions & 0 deletions services/graph-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/graph-node

## 0.1.39

### Patch Changes

- Updated dependencies [4c2510d]
- @atrib/verify@0.10.0

## 0.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/graph-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/graph-node",
"version": "0.1.38",
"version": "0.1.39",
"description": "Graph query service for atrib's verifiable action layer. Derives deterministic record relationships.",
"private": true,
"type": "module",
Expand Down
Loading