@visa/cli 4.1.0-rc.128 → 4.1.0-rc.129
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 +4 -2
- package/dist/cli.js +337 -327
- package/dist/mcp-server/index.js +264 -254
- package/native/bin/win32-x64/visa-keychain-win.exe +0 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Visa CLI v4 pairs an AI runtime to a human-approved **Visa agent identity**.
|
|
4
4
|
The pairing ceremony creates one stable agent ID and activates one
|
|
5
|
-
runtime-custodied Ed25519 identity key. It does not
|
|
6
|
-
|
|
5
|
+
runtime-custodied Ed25519 identity key. It does not create payment authority,
|
|
6
|
+
a mailbox, or a `.visa` name. New paired agents request publication of their
|
|
7
|
+
public key to the TAP directory by default; owners can durably remove it with
|
|
8
|
+
`visa agent tap-opt-out <agent-id>`.
|
|
7
9
|
|
|
8
10
|
The product flow has three explicit parts:
|
|
9
11
|
|