@atrib/annotate 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 +5 -5
package/README.md CHANGED
@@ -100,7 +100,7 @@ Or run as a one-off subprocess via `pnpm --filter @atrib/annotate start`.
100
100
 
101
101
  ## Status
102
102
 
103
- Published and maintained. Cognitive primitive #2 per [D079](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d079-the-six-core-cognitive-primitives--atribs-agent-facing-surface). Builds clean against `@atrib/mcp` and `@atrib/emit`'s public exports introduced in `@atrib/emit@0.8.0`. The companion specialized writer `@atrib/revise` covers the contradiction-handling primitive (revision event_type).
103
+ Deprecated on npm; superseded by `@atrib/attest` (`ref.kind: "annotates"`), with the `atrib-annotate` tool name mounted as a permanent alias. Historically cognitive primitive #2 per [D079](https://github.com/creatornader/atrib/blob/main/DECISIONS.md#d079-the-six-core-cognitive-primitives--atribs-agent-facing-surface). Builds clean against `@atrib/mcp` and `@atrib/emit`'s public exports introduced in `@atrib/emit@0.8.0`. The companion specialized writer `@atrib/revise` covers the contradiction-handling primitive (revision event_type).
104
104
 
105
105
  ## License
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/annotate",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "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.",
5
5
  "author": "atrib <hello@atrib.dev>",
6
6
  "keywords": [
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.29.0",
27
- "@atrib/attest": "0.1.0"
27
+ "@atrib/attest": "0.2.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@types/node": "^25.9.3",
31
- "tsx": "^4.22.4",
30
+ "@types/node": "^26.1.1",
31
+ "tsx": "^4.23.1",
32
32
  "typescript": "^6.0.3",
33
- "vitest": "^4.1.8"
33
+ "vitest": "^4.1.10"
34
34
  },
35
35
  "files": [
36
36
  "dist"