@atrib/revise 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
@@ -102,7 +102,7 @@ Or run as a one-off subprocess via `pnpm --filter @atrib/revise start`.
102
102
 
103
103
  ## Status
104
104
 
105
- Published and maintained. Cognitive primitive #3 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/annotate` covers the importance-and-meaning primitive (annotation event_type).
105
+ Deprecated on npm; superseded by `@atrib/attest` (`ref.kind: "revises"`), with the `atrib-revise` tool name mounted as a permanent alias. Historically cognitive primitive #3 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/annotate` covers the importance-and-meaning primitive (annotation event_type).
106
106
 
107
107
  ## License
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/revise",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "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.",
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"