@agent-receipts/cli 0.2.1 → 0.2.2
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.
- package/README.md +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -47,6 +47,9 @@ npx @agent-receipts/cli verify <receipt-id>
|
|
|
47
47
|
| `chain <chain_id>` | Show all receipts in a chain |
|
|
48
48
|
| `chain <chain_id> --tree` | Show chain as visual tree |
|
|
49
49
|
| `stats` | Show aggregate receipt statistics |
|
|
50
|
+
| `judgments <id>` | List judgments for a receipt |
|
|
51
|
+
| `cleanup` | Delete expired receipts |
|
|
52
|
+
| `cleanup --dry-run` | Preview what would be deleted |
|
|
50
53
|
| `export <id>` | Export a single receipt as JSON |
|
|
51
54
|
| `export --all` | Export all receipts as compact JSON |
|
|
52
55
|
| `export --all --pretty` | Export all receipts as formatted JSON |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-receipts/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for Agent Receipts — inspect, verify, and manage receipts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@agent-receipts/mcp-server": "0.2.
|
|
36
|
-
"@agent-receipts/crypto": "0.2.
|
|
35
|
+
"@agent-receipts/mcp-server": "0.2.2",
|
|
36
|
+
"@agent-receipts/crypto": "0.2.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^20.0.0",
|