cbrowser 16.15.3 → 16.15.4
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 +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,13 +106,17 @@ CBrowser models 25 research-backed cognitive traits to simulate how real users t
|
|
|
106
106
|
|-------|---------------|----------------|
|
|
107
107
|
| **Patience** | — | How quickly users abandon on friction |
|
|
108
108
|
| **Frustration** | — | Accumulates with errors, decays with success |
|
|
109
|
-
| **Decision Fatigue** | Baumeister
|
|
110
|
-
| **Dual-Process Thinking** | Kahneman (
|
|
109
|
+
| **Decision Fatigue** | Baumeister et al. (1998)* | Users start choosing defaults after too many decisions |
|
|
110
|
+
| **Dual-Process Thinking** | Kahneman (2011) | System 1 (fast/automatic) vs System 2 (slow/deliberate) |
|
|
111
111
|
| **Self-Efficacy** | Bandura (1977) | Belief in ability to solve problems; low = faster abandonment |
|
|
112
112
|
| **Satisficing** | Simon (1956) | Accept "good enough" vs. optimize; satisficers decide 50% faster |
|
|
113
113
|
| **Trust Calibration** | Fogg (2003) | Baseline trust affects click-through by 40% |
|
|
114
114
|
| **Interrupt Recovery** | Mark et al. (2005) | Average recovery time 23min; models context preservation |
|
|
115
115
|
|
|
116
|
+
*\*Note: Ego depletion research has faced [replication challenges](https://doi.org/10.1177/1745691616652873). CBrowser uses a simplified decision fatigue model focused on observable choice patterns.*
|
|
117
|
+
|
|
118
|
+
**Full documentation:** [Research Methodology](https://github.com/alexandriashai/cbrowser/wiki/Research-Methodology) · [Trait Index](https://github.com/alexandriashai/cbrowser/wiki/Trait-Index) · [Bibliography](https://github.com/alexandriashai/cbrowser/wiki/Bibliography)
|
|
119
|
+
|
|
116
120
|
### Abandonment Detection
|
|
117
121
|
|
|
118
122
|
The simulation stops when a realistic user would give up:
|
|
@@ -454,3 +458,9 @@ For commercial licensing: [alexandria.shai.eden@gmail.com](mailto:alexandria.sha
|
|
|
454
458
|
- [A+ Assessment Report](https://claude.ai/public/artifacts/0cee560d-60b8-44d6-8eec-e674fbfac9c4)
|
|
455
459
|
- [Remote MCP Server Guide](docs/REMOTE-MCP-SERVER.md)
|
|
456
460
|
- [Roadmap](ROADMAP.md)
|
|
461
|
+
|
|
462
|
+
### Research Documentation
|
|
463
|
+
|
|
464
|
+
- [Research Methodology](https://github.com/alexandriashai/cbrowser/wiki/Research-Methodology) — How 25 traits were selected and validated
|
|
465
|
+
- [Trait Index](https://github.com/alexandriashai/cbrowser/wiki/Trait-Index) — All cognitive traits with citations
|
|
466
|
+
- [Bibliography](https://github.com/alexandriashai/cbrowser/wiki/Bibliography) — Complete academic references
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "16.15.
|
|
3
|
+
"version": "16.15.4",
|
|
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",
|