@artos-commerce/ucp-cli 0.2.0 → 0.2.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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -197,9 +197,6 @@ npm install
197
197
  npm run check # lint + typecheck + test:coverage + build
198
198
  ```
199
199
 
200
- See [AGENTS.md](AGENTS.md) for the conventions (the `Io` seam, sui-free SDK
201
- subpaths, the testing bar) every change must follow.
202
-
203
200
  ## License
204
201
 
205
202
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artos-commerce/ucp-cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Command-line tools for building agents on Artos: scaffold an agent UCP profile, run connectivity diagnostics, inspect a store's UCP profile, and search the cross-store catalog.",
5
5
  "type": "module",
6
6
  "license": "MIT",