cbrowser 11.6.0 → 11.6.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.
@@ -216,10 +216,35 @@ For comprehensive validation, combine CBrowser analysis with:
216
216
 
217
217
  ---
218
218
 
219
+ ## Cognitive Trait Research (v11.5.0)
220
+
221
+ Four research-backed cognitive traits for realistic user simulation:
222
+
223
+ | Trait | Research Basis | Key Finding |
224
+ |-------|---------------|-------------|
225
+ | **selfEfficacy** | Bandura (1977) | Low efficacy users abandon 40% faster on first error |
226
+ | **satisficing** | Simon (1956) | Satisficers decide 50% faster with similar outcomes |
227
+ | **trustCalibration** | Fogg (2003) | Trust affects CTA click-through by up to 40% |
228
+ | **interruptRecovery** | Mark et al. (2005) | Average recovery time is 23 minutes |
229
+
230
+ ### Research Citations
231
+
232
+ ¹⁴ *Bandura, A. "Self-efficacy: Toward a unifying theory of behavioral change." Psychological Review, 84(2), 191-215. 1977.*
233
+
234
+ ¹⁵ *Simon, H. A. "Rational Choice and the Structure of the Environment." Psychological Review, 63(2), 129-138. 1956.*
235
+
236
+ ¹⁶ *Fogg, B. J. "Persuasive Technology: Using Computers to Change What We Think and Do." Morgan Kaufmann Publishers. 2003.*
237
+
238
+ ¹⁷ *Mark, G., Gonzalez, V. M., & Harris, J. "No Task Left Behind? Examining the Nature of Fragmented Work." CHI 2005.*
239
+
240
+ ---
241
+
219
242
  ## Changelog
220
243
 
221
244
  | Version | Date | Changes |
222
245
  |---------|------|---------|
246
+ | 11.5.0 | 2026-02-07 | Added 4 cognitive trait research citations |
247
+ | | | Added selfEfficacy, satisficing, trustCalibration, interruptRecovery |
223
248
  | 9.0.0 | 2026-02-06 | Added Focus Hierarchies research section |
224
249
  | | | Added distraction ignore rate heuristics |
225
250
  | | | Added focus area priorities by task type |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "11.6.0",
3
+ "version": "11.6.1",
4
4
  "type": "module",
5
5
  "description": "Cognitive browser automation that thinks like your users. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery.",
6
6
  "main": "dist/index.js",