cbrowser 18.3.8 → 18.3.9

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 +9 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CBrowser — Cognitive Browser Automation
2
2
 
3
- > **The browser automation that thinks.** v16.15.0 achieved **Grade A+** in comprehensive stress testing—100% pass rate across 48+ tools and 60+ invocations, zero critical bugs, zero server crashes. [View Full Assessment →](docs/STRESS-TEST-v16.14.4.md)
3
+ > **The browser automation that thinks.** Achieved **Grade A+** in comprehensive stress testing—100% pass rate across 68+ tools, zero critical bugs, zero server crashes. [View Full Assessment →](docs/STRESS-TEST-v16.14.4.md)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/cbrowser.svg)](https://www.npmjs.com/package/cbrowser)
6
6
  [![Documentation](https://img.shields.io/badge/Docs-cbrowser.ai-blue.svg)](https://cbrowser.ai/docs)
@@ -18,7 +18,7 @@ Sites that pass CBrowser's cognitive tests are easier for both humans **and** AI
18
18
 
19
19
  ## What Makes CBrowser Different
20
20
 
21
- **68 tools, 15 cognitive personas, 25 research-backed traits.** After rigorous stress testing across production sites including Airbnb and Hacker News:
21
+ **68 tools, 17 cognitive personas, 25 research-backed traits.** After rigorous stress testing across production sites including Airbnb and Hacker News:
22
22
 
23
23
  | Capability | Status | Why It Matters |
24
24
  |------------|--------|----------------|
@@ -460,23 +460,18 @@ See [Marketing Suite Wiki](https://github.com/alexandriashai/cbrowser/wiki/Marke
460
460
 
461
461
  ## License
462
462
 
463
- **MIT License (MIT)**
463
+ **MIT License** — Free and open source.
464
464
 
465
- - Free for non-production use: development, testing, personal projects, evaluation
466
- - ✅ Read, modify, and contribute to the source
467
- - ⚠️ Production use (including production testing pipelines) requires a commercial license
468
-
469
- **Note:** Non-production use means evaluation of CBrowser itself, not using CBrowser as part of a production testing service.
470
-
471
- Converts to **Apache 2.0** on February 5, 2030.
472
-
473
- For commercial licensing: [alexandria.shai.eden@gmail.com](mailto:alexandria.shai.eden@gmail.com)
465
+ Use, modify, and distribute freely for any purpose, including commercial and production use. See [LICENSE](LICENSE) for full terms.
474
466
 
475
467
  ---
476
468
 
477
469
  ## Copyright
478
470
 
479
- © 2026 Alexandria Eden. All rights reserved.
471
+ © 2026 Alexandria Eden
472
+
473
+ Contact: [alexandria.shai.eden@gmail.com](mailto:alexandria.shai.eden@gmail.com)
474
+ Website: [cbrowser.ai](https://cbrowser.ai)
480
475
 
481
476
  ---
482
477
 
@@ -494,4 +489,4 @@ For commercial licensing: [alexandria.shai.eden@gmail.com](mailto:alexandria.sha
494
489
  - [Research Methodology](https://cbrowser.ai/docs/Research-Methodology) — How 25 traits were selected and validated
495
490
  - [Trait Index](https://cbrowser.ai/docs/Trait-Index) — All cognitive traits with citations
496
491
  - [Bibliography](https://cbrowser.ai/docs/Bibliography) — Complete academic references
497
- - [Persona Index](https://cbrowser.ai/docs/Persona-Index) — All 13 built-in personas
492
+ - [Persona Index](https://cbrowser.ai/docs/Persona-Index) — All 17 built-in personas
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "18.3.8",
3
+ "version": "18.3.9",
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",