@solidnumber/cli 2.10.0 → 2.10.1
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/dist/commands/verbs.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* solid verbs — Universal agent-attraction verb invoker.
|
|
3
3
|
*
|
|
4
|
-
* Backend ships
|
|
4
|
+
* Backend ships 51 agent-attraction verbs (Phases 1-3 + Gap 1 telemetry).
|
|
5
5
|
* Most are already callable via dedicated CLI wrappers (solid transaction,
|
|
6
6
|
* solid manifest, solid audit log, etc.). This command is the AI-first
|
|
7
7
|
* universal entry point: every verb is discoverable + invokable without
|
package/dist/commands/verbs.js
CHANGED
|
@@ -40,7 +40,7 @@ exports.verbsCommand = void 0;
|
|
|
40
40
|
/**
|
|
41
41
|
* solid verbs — Universal agent-attraction verb invoker.
|
|
42
42
|
*
|
|
43
|
-
* Backend ships
|
|
43
|
+
* Backend ships 51 agent-attraction verbs (Phases 1-3 + Gap 1 telemetry).
|
|
44
44
|
* Most are already callable via dedicated CLI wrappers (solid transaction,
|
|
45
45
|
* solid manifest, solid audit log, etc.). This command is the AI-first
|
|
46
46
|
* universal entry point: every verb is discoverable + invokable without
|
|
@@ -98,7 +98,7 @@ const GET_VERBS = new Set([
|
|
|
98
98
|
'audit.export',
|
|
99
99
|
]);
|
|
100
100
|
exports.verbsCommand = new commander_1.Command('verbs')
|
|
101
|
-
.description('Discover + invoke any of the
|
|
101
|
+
.description('Discover + invoke any of the 51 agent-attraction verbs (Phase 5)');
|
|
102
102
|
exports.verbsCommand
|
|
103
103
|
.command('list')
|
|
104
104
|
.description('List every agent-attraction verb the backend exposes')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidnumber/cli",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"description": "AI business infrastructure from the terminal — CRM, payments, voice AI, 116 agents, 52 industry templates. solid clone plumber → instant business. Also: programmatic TS SDK via @solidnumber/cli/sdk.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
package/platform-docs/llms.txt
CHANGED
|
@@ -127,7 +127,7 @@ Developer funnel: Free signup → API key → MCP config → manage client busin
|
|
|
127
127
|
|
|
128
128
|
<!-- CLI:AUTO:BEGIN -->
|
|
129
129
|
|
|
130
|
-
- [npm](https://www.npmjs.com/package/@solidnumber/cli): `@solidnumber/cli` v2.10.
|
|
130
|
+
- [npm](https://www.npmjs.com/package/@solidnumber/cli): `@solidnumber/cli` v2.10.1
|
|
131
131
|
- [GitHub](https://github.com/Adam-Camp-King/solid-cli): Open-source TypeScript CLI (BUSL-1.1)
|
|
132
132
|
- [CLI Documentation](https://solidnumber.com/docs/cli): Full command reference
|
|
133
133
|
- **Machine-readable verb tree**: `solid schema verbs --json` — every command, every flag, every description, in one JSON dump. Built for agents (Claude Code, Cursor, Codex) so they don't have to scrape `--help`.
|
|
@@ -243,14 +243,14 @@ Developer funnel: Free signup → API key → MCP config → manage client busin
|
|
|
243
243
|
- **transaction** (5 subcommands) — Open / append / commit / abort CLI transactions for atomic batches: `abort, append, commit, get, start`
|
|
244
244
|
- **ucp** (3 subcommands) — Universal Commerce Protocol — manifest, capabilities, and consent for buyer-agents: `capabilities, consent, manifest`
|
|
245
245
|
- **users** (23 subcommands) — Team — invite, list, set roles, manage AI permissions: `ai-perms, ai-perms-set, block, create, delete, feature-clear, feature-set, features, features-catalog, get, invitations, invite, invite-accept, invite-defaults, invite-resend, invite-revoke, list, notifications, notifications-set, role, stats, unblock, update`
|
|
246
|
-
- **verbs** (3 subcommands) — Discover + invoke any of the
|
|
246
|
+
- **verbs** (3 subcommands) — Discover + invoke any of the 51 agent-attraction verbs (Phase 5): `describe, invoke, list`
|
|
247
247
|
- **vibe** (1 subcommands) — Natural language integration commands: `interactive`
|
|
248
248
|
- **voice** (10 subcommands) — Voice calls, phone numbers, voicemail & personality: `audit, calls, cost, numbers, personality, release-orphan, stats, transcript, voicemail, voices`
|
|
249
249
|
- **webhooks** (7 subcommands) — Custom webhook management: `create, delete, events, list, listen, simulate, test`
|
|
250
250
|
- **webmcp** (4 subcommands) — Manage the in-browser MCP transport — manifest, dispatch test, invocations, consent: `consent, invocations, manifest, test`
|
|
251
251
|
- **widget** (7 subcommands) — Widgets — embeddable business widgets: `activate, create, delete, embed, get, list, update`
|
|
252
252
|
|
|
253
|
-
*Auto-generated from the live commander tree at build time. CLI version 2.10.
|
|
253
|
+
*Auto-generated from the live commander tree at build time. CLI version 2.10.1, manifest schema 1.0, generated 2026-05-18. Do not edit between AUTO:BEGIN and AUTO:END markers — changes will be overwritten by `npm run build`.*
|
|
254
254
|
|
|
255
255
|
<!-- CLI:AUTO:END -->
|
|
256
256
|
|