@agentproto/cli 0.6.0 → 0.7.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 -1
- package/dist/cli.mjs +9326 -7221
- package/dist/cli.mjs.map +1 -1
- package/dist/index.d.ts +43 -3
- package/dist/index.mjs +7684 -6560
- 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 +15 -15
package/README.md
CHANGED
|
@@ -32,7 +32,8 @@ agentproto mcp-bridge stdio MCP pr
|
|
|
32
32
|
agentproto install-mcp [--agent <name>...] [--all] [--yes] register daemon MCP with coding CLIs
|
|
33
33
|
agentproto onboard [--yes] [--no-skills] [--skills <slug>] first-run setup
|
|
34
34
|
agentproto cron <add|list|remove|run> recurring daemon jobs
|
|
35
|
-
agentproto worktree <ls|archive>
|
|
35
|
+
agentproto worktree <ls|new|rm|archive|gc> git worktree lifecycle
|
|
36
|
+
agentproto policy <attach|status|wait|ack|ls|cancel> completion-policy CLI (shell/judge gates)
|
|
36
37
|
agentproto permissions <ls|approve|deny> held tool-permission requests
|
|
37
38
|
agentproto acp <ls|add|rm> generic ACP agent registry
|
|
38
39
|
agentproto pair <offer|accept|ls|revoke|exec> pairing over a rendezvous broker
|