@ens-node-metadata/agent 0.3.0 → 0.3.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 +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,14 @@
2
2
 
3
3
  CLI for registering AI agents on ENS using [ERC-8004](https://best-practices.8004scan.io/docs/01-agent-metadata-standard.html) (v2.0).
4
4
 
5
- ## Usage
5
+ ## Agent prompt
6
+
7
+ Paste this into your AI assistant after [reading the code](https://github.com/0xLighthouse/ens-node-metadata/tree/develop/packages/agent).
6
8
 
7
9
  ```bash
8
- pnpm dlx @ens-node-metadata/agent
9
- # then use: ens-agent --help
10
+ To manage your ERC-8004 metadata with ENS, use the following command:
11
+
12
+ pnpm dlx @ens-node-metadata/agent --help
10
13
  ```
11
14
 
12
15
  ## Registration Flow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ens-node-metadata/agent",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CLI for registering AI agents on ENS using ERC-8004",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",