cbrowser 16.16.0 → 16.16.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.
Files changed (2) hide show
  1. package/README.md +26 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -432,6 +432,32 @@ npx cbrowser config set-api-key
432
432
 
433
433
  ---
434
434
 
435
+ ## Enterprise Edition
436
+
437
+ [CBrowser Enterprise](https://github.com/alexandriashai/cbrowser-enterprise) extends CBrowser with:
438
+
439
+ | Feature | Description |
440
+ |---------|-------------|
441
+ | **Marketing Suite** | Influence effectiveness research — test which design/copy/UX patterns influence which buyer segments |
442
+ | **8 Marketing Personas** | B2B (enterprise-buyer, startup-founder, procurement-manager, technical-evaluator) + Consumer (impulse-shopper, price-researcher, loyal-customer, skeptical-first-timer) |
443
+ | **Influence Matrix** | Conversion effectiveness for variant × persona combinations |
444
+ | **Lever Analysis** | Which psychological persuasion patterns work for each persona |
445
+ | **Constitutional Stealth** | Full stealth measures for authorized penetration testing |
446
+
447
+ **MCP Server:** Enterprise MCP includes all 48 base tools + 8 marketing tools.
448
+
449
+ ```bash
450
+ # Start Enterprise MCP server
451
+ npx cbrowser-enterprise mcp-server
452
+
453
+ # List marketing personas
454
+ npx cbrowser-enterprise marketing personas list --category b2b
455
+ ```
456
+
457
+ See [Marketing Suite Wiki](https://github.com/alexandriashai/cbrowser/wiki/Marketing-Suite) for full documentation.
458
+
459
+ ---
460
+
435
461
  ## License
436
462
 
437
463
  **Business Source License 1.1 (BSL-1.1)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "16.16.0",
3
+ "version": "16.16.1",
4
4
  "type": "module",
5
5
  "description": "Cognitive browser automation that thinks like your users—and helps AI agents navigate too. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery. Sites that pass CBrowser's cognitive tests are easier for both humans and AI agents to navigate.",
6
6
  "main": "dist/index.js",