@atrib/trace 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -114,7 +114,7 @@ Or run as a one-off subprocess via `pnpm --filter @atrib/trace start`.
114
114
 
115
115
  Published and maintained. 8 tests covering: empty-mirror, single-record, one-hop walk, multi-hop chain, depth truncation, diamond fan-in, dangling references, max_nodes cap. Full workspace tests green.
116
116
 
117
- The companion consumer-side primitive `atrib-summarize` (synthesizes narrative across N records) is the next ship.
117
+ The companion consumer-side package `@atrib/summarize` (synthesizes narrative across N records) shipped and is now deprecated on npm; its tool stays mounted through the alias window.
118
118
 
119
119
  ## Part of atrib
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/trace",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "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.",
5
5
  "author": "atrib <hello@atrib.dev>",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.29.0",
27
- "@atrib/recall": "1.0.0"
27
+ "@atrib/recall": "2.0.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^25.9.3",