@agentproto/cli 0.8.0 → 0.10.0
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 +2 -2
- package/dist/cli.mjs +10458 -1467
- package/dist/cli.mjs.map +1 -1
- package/dist/index.d.ts +13 -0
- package/dist/index.mjs +9776 -1030
- package/dist/index.mjs.map +1 -1
- package/dist/registry/builtins.mjs +1 -1
- package/dist/registry/manifest.mjs +1 -1
- package/dist/registry/plugins.mjs +1 -1
- package/dist/registry/runtime.mjs +1 -1
- package/dist/util/credentials.mjs +1 -1
- package/package.json +19 -18
package/README.md
CHANGED
|
@@ -34,13 +34,13 @@ agentproto onboard [--yes] [--no-skills] [--skills <slug>] first-run se
|
|
|
34
34
|
agentproto cron <add|list|remove|run> recurring daemon jobs
|
|
35
35
|
agentproto worktree <ls|new|rm|archive|gc> git worktree lifecycle
|
|
36
36
|
agentproto policy <attach|status|wait|ack|ls|cancel> completion-policy CLI (shell/judge gates)
|
|
37
|
-
agentproto permissions <ls|approve|deny> held tool-permission requests
|
|
37
|
+
agentproto permissions <ls|approve|deny|watch> held tool-permission requests
|
|
38
38
|
agentproto acp <ls|add|rm> generic ACP agent registry
|
|
39
39
|
agentproto pair <offer|accept|ls|revoke|exec> pairing over a rendezvous broker
|
|
40
40
|
agentproto rendezvous serve [--port <n>] [--host <ip>] run a rendezvous broker
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
`agentproto --help` prints the full usage; `--version` prints the package version.
|
|
43
|
+
> `agentproto --help` prints the full usage; `--version` prints the package version.
|
|
44
44
|
|
|
45
45
|
## Quick start
|
|
46
46
|
|