aamp-acp-bridge 0.1.5 → 0.1.6

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
@@ -13,13 +13,13 @@ npm install aamp-acp-bridge
13
13
  Initialize a config file:
14
14
 
15
15
  ```bash
16
- npx --registry=https://bnpm.byted.org aamp-acp-bridge init
16
+ npx aamp-acp-bridge init
17
17
  ```
18
18
 
19
19
  Start the bridge:
20
20
 
21
21
  ```bash
22
- npx --registry=https://bnpm.byted.org aamp-acp-bridge start --config bridge.json
22
+ npx aamp-acp-bridge start --config bridge.json
23
23
  ```
24
24
 
25
25
  By default, agent credentials are stored under `~/.acp-bridge/`.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dist"
5
5
  ],
6
6
  "license": "MIT",
7
- "version": "0.1.5",
7
+ "version": "0.1.6",
8
8
  "description": "Bridge ACP-compatible agents (Claude, Codex, Gemini, etc.) into the AAMP email network — zero code, config-driven",
9
9
  "type": "module",
10
10
  "main": "dist/index.js",