aamp-openclaw-plugin 0.1.6 → 0.1.7

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @byted-meego/aamp-openclaw-plugin
1
+ # aamp-openclaw-plugin
2
2
 
3
3
  OpenClaw plugin that gives an OpenClaw agent an AAMP mailbox identity.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @byted-meego/aamp-openclaw-plugin
8
+ npm install aamp-openclaw-plugin
9
9
  ```
10
10
 
11
11
  When installed from OpenClaw, the plugin onboarding will prompt for:
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "skills"
7
7
  ],
8
8
  "license": "MIT",
9
- "version": "0.1.6",
9
+ "version": "0.1.7",
10
10
  "description": "AAMP Agent Mail Protocol — OpenClaw plugin. Gives OpenClaw an AAMP mailbox identity and lets it receive, process and reply to AAMP tasks.",
11
11
  "type": "module",
12
12
  "main": "dist/index.js",