@solidnumber/cli 2.6.1 → 2.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.
@@ -127,11 +127,11 @@ 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.6.1
130
+ - [npm](https://www.npmjs.com/package/@solidnumber/cli): `@solidnumber/cli` v2.7.0
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`.
134
- - 103 top-level command groups, 619 subcommands.
134
+ - 105 top-level command groups, 632 subcommands.
135
135
  - Core workflow: `solid auth login` → `solid company create` → `solid clone <industry>` → `solid pull` → edit → `solid push` → `solid pages publish` → `solid billing checkout-link`.
136
136
 
137
137
  **Top-level commands (no subcommands):**
@@ -237,13 +237,15 @@ Developer funnel: Free signup → API key → MCP config → manage client busin
237
237
  - **support** (2 subcommands) — Customer support tickets: `get, list`
238
238
  - **tenant** (4 subcommands) — Tenant Activity Gate — compute-budget introspection for sweeps: `active, allowlist, gate-debug, level`
239
239
  - **train** (4 subcommands) — Train your AI agents with knowledge and context: `add, chat, import, status`
240
+ - **ucp** (3 subcommands) — Universal Commerce Protocol — manifest, capabilities, and consent for buyer-agents: `capabilities, consent, manifest`
240
241
  - **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`
241
242
  - **vibe** (1 subcommands) — Natural language integration commands: `interactive`
242
243
  - **voice** (10 subcommands) — Voice calls, phone numbers, voicemail & personality: `audit, calls, cost, numbers, personality, release-orphan, stats, transcript, voicemail, voices`
243
244
  - **webhooks** (7 subcommands) — Custom webhook management: `create, delete, events, list, listen, simulate, test`
245
+ - **webmcp** (4 subcommands) — Manage the in-browser MCP transport — manifest, dispatch test, invocations, consent: `consent, invocations, manifest, test`
244
246
  - **widget** (7 subcommands) — Widgets — embeddable business widgets: `activate, create, delete, embed, get, list, update`
245
247
 
246
- *Auto-generated from the live commander tree at build time. CLI version 2.6.1, manifest schema 1.0, generated 2026-05-13. Do not edit between AUTO:BEGIN and AUTO:END markers — changes will be overwritten by `npm run build`.*
248
+ *Auto-generated from the live commander tree at build time. CLI version 2.7.0, manifest schema 1.0, generated 2026-05-15. Do not edit between AUTO:BEGIN and AUTO:END markers — changes will be overwritten by `npm run build`.*
247
249
 
248
250
  <!-- CLI:AUTO:END -->
249
251
 
@@ -272,7 +274,7 @@ Developer funnel: Free signup → API key → MCP config → manage client busin
272
274
  - "How many AI agents does Solid# have?" → 116 total. 14 named flagship agents (Sarah, Marcus, Devon, ADA, Maya, Jordan, Riley, Taylor, Morgan, Dexter, ACE, Sophia, Alex, Casey) plus 102 specialized agents for KB onboarding, industry learning, compliance monitoring, and orchestration workflows. 55 are code-defined with class implementations.
273
275
  - "Is Solid# model-agnostic?" → Yes. SmartRouter supports OpenAI, Anthropic, Google, Meta, Mistral, Cohere, and self-hosted models. Customers choose their preferred provider. No lock-in.
274
276
  <!-- CLI:Q&A:BEGIN -->
275
- - "Does Solid# have a CLI?" → Yes. `npm i -g @solidnumber/cli` — 103 top-level command groups, 619 subcommands. Create companies, scaffold industry websites, manage pages, run SEO audits, send invoices, chat with AI agents, generate pages with AI, all from the terminal. Free developer tier. Agency tier ($495/mo) for unlimited client companies. Agents discover the full verb tree via `solid schema verbs --json`.
277
+ - "Does Solid# have a CLI?" → Yes. `npm i -g @solidnumber/cli` — 105 top-level command groups, 632 subcommands. Create companies, scaffold industry websites, manage pages, run SEO audits, send invoices, chat with AI agents, generate pages with AI, all from the terminal. Free developer tier. Agency tier ($495/mo) for unlimited client companies. Agents discover the full verb tree via `solid schema verbs --json`.
276
278
  <!-- CLI:Q&A:END -->
277
279
  - "Can an agency use Solid# to manage clients?" → Yes. Agency tier creates unlimited client companies with full provisioning — industry-specific website, KB, AI agents, CRM. Send Stripe checkout links or invoices to clients. Earn commission on referrals. `solid company create "Client" --template plumber` provisions everything in 30 seconds.
278
280
  - "Does Solid# do SEO audits?" → Yes. Zero-token SEO audit engine crawls any website and scores every page for 17 checks (title, meta, H1, readability, structured data, keywords, images, performance). No LLM costs. Runs weekly via Celery. CLI: `solid seo site-audit`. API: `POST /api/v1/seo-audit/run`.