@atrib/annotate 0.2.36 → 0.2.38

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 +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @atrib/annotate
2
2
 
3
- MCP server exposing the `atrib-annotate` tool. Marks a past signed record with importance, a one-line summary, and topics, so future recall can surface what mattered without re-scanning every record flat.
3
+ MCP server exposing the `atrib-annotate` tool for Atrib's verifiable action layer. Marks a past signed record with importance, a one-line summary, and topics, so future recall can surface what mattered without re-scanning every record flat.
4
4
 
5
5
  Closes the producer-side recall-fidelity gap: an agent reading back its own past loses enormous nuance compared to the agent that signed it. An annotation lets the agent at signing time say "future-self: this one is critical, and here's why in one line", and the graph carries that judgment forward.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atrib/annotate",
3
- "version": "0.2.36",
4
- "description": "MCP server for atrib. Lets agents mark a past record's importance and meaning. Adds an ANNOTATES graph edge so recall surfaces weighted annotations ahead of flat scans.",
3
+ "version": "0.2.38",
4
+ "description": "MCP server for Atrib's verifiable action layer. Lets agents mark a past record's importance and meaning for later recall.",
5
5
  "author": "atrib <hello@atrib.dev>",
6
6
  "keywords": [
7
7
  "atrib",
@@ -25,11 +25,11 @@
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.29.0",
27
27
  "zod": "^3.25.76",
28
- "@atrib/emit": "0.16.1",
29
- "@atrib/mcp": "0.18.0"
28
+ "@atrib/emit": "0.17.0",
29
+ "@atrib/mcp": "0.19.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^25.9.2",
32
+ "@types/node": "^25.9.3",
33
33
  "tsx": "^4.22.4",
34
34
  "typescript": "^6.0.3",
35
35
  "vitest": "^4.1.8"