cbrowser 16.14.4 → 16.14.6

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 (42) hide show
  1. package/README.md +3 -3
  2. package/dist/cli.js +0 -0
  3. package/docs/STRESS-TEST-v16.14.4.md +235 -0
  4. package/docs/personas/Persona-ADHD.md +2 -2
  5. package/docs/personas/Persona-ElderlyUser.md +2 -2
  6. package/docs/personas/Persona-FirstTimer.md +2 -2
  7. package/docs/personas/Persona-ImpatientUser.md +2 -2
  8. package/docs/personas/Persona-Index.md +23 -23
  9. package/docs/personas/Persona-LowVision.md +2 -2
  10. package/docs/personas/Persona-MobileUser.md +2 -2
  11. package/docs/personas/Persona-MotorTremor.md +2 -2
  12. package/docs/personas/Persona-PowerUser.md +2 -2
  13. package/docs/personas/Persona-ScreenReaderUser.md +2 -2
  14. package/docs/research/Bibliography.md +3 -3
  15. package/docs/research/Research-Methodology.md +4 -4
  16. package/docs/traits/Trait-AnchoringBias.md +12 -12
  17. package/docs/traits/Trait-AttributionStyle.md +12 -12
  18. package/docs/traits/Trait-AuthoritySensitivity.md +5 -5
  19. package/docs/traits/Trait-ChangeBlindness.md +4 -4
  20. package/docs/traits/Trait-Comprehension.md +6 -6
  21. package/docs/traits/Trait-Curiosity.md +8 -8
  22. package/docs/traits/Trait-EmotionalContagion.md +5 -5
  23. package/docs/traits/Trait-FOMO.md +5 -5
  24. package/docs/traits/Trait-Index.md +30 -30
  25. package/docs/traits/Trait-InformationForaging.md +12 -12
  26. package/docs/traits/Trait-InterruptRecovery.md +5 -5
  27. package/docs/traits/Trait-MentalModelRigidity.md +6 -6
  28. package/docs/traits/Trait-MetacognitivePlanning.md +11 -11
  29. package/docs/traits/Trait-Patience.md +6 -6
  30. package/docs/traits/Trait-Persistence.md +4 -4
  31. package/docs/traits/Trait-ProceduralFluency.md +12 -12
  32. package/docs/traits/Trait-ReadingTendency.md +10 -10
  33. package/docs/traits/Trait-Resilience.md +5 -5
  34. package/docs/traits/Trait-RiskTolerance.md +4 -4
  35. package/docs/traits/Trait-Satisficing.md +10 -10
  36. package/docs/traits/Trait-SelfEfficacy.md +5 -5
  37. package/docs/traits/Trait-SocialProofSensitivity.md +5 -5
  38. package/docs/traits/Trait-TimeHorizon.md +12 -12
  39. package/docs/traits/Trait-TransferLearning.md +11 -11
  40. package/docs/traits/Trait-TrustCalibration.md +5 -5
  41. package/docs/traits/Trait-WorkingMemory.md +5 -5
  42. package/package.json +1 -1
@@ -194,11 +194,11 @@ Research and theoretical models indicate the following correlations:
194
194
 
195
195
  ## See Also
196
196
 
197
- - [Trait-RiskTolerance](Trait-RiskTolerance) - Willingness to take chances (related but distinct)
198
- - [Trait-ReadingTendency](Trait-ReadingTendency) - Tendency to read content (skeptics read more)
199
- - [Trait-Patience](Trait-Patience) - Time tolerance for verification
200
- - [Trait-SelfEfficacy](Trait-SelfEfficacy) - Confidence may relate to trust
201
- - [Trait-Index](Trait-Index) - Complete trait listing
197
+ - [Trait-RiskTolerance](./Trait-RiskTolerance.md) - Willingness to take chances (related but distinct)
198
+ - [Trait-ReadingTendency](./Trait-ReadingTendency.md) - Tendency to read content (skeptics read more)
199
+ - [Trait-Patience](./Trait-Patience.md) - Time tolerance for verification
200
+ - [Trait-SelfEfficacy](./Trait-SelfEfficacy.md) - Confidence may relate to trust
201
+ - [Trait-Index](./Trait-Index.md) - Complete trait listing
202
202
 
203
203
  ## Bibliography
204
204
 
@@ -70,10 +70,10 @@ Miller discovered that while raw information capacity is limited, we can increas
70
70
 
71
71
  | Related Trait | Correlation | Mechanism |
72
72
  |---------------|-------------|-----------|
73
- | [Comprehension](Trait-Comprehension) | r = 0.52 | Memory capacity enables complex understanding |
73
+ | [Comprehension](./Trait-Comprehension.md) | r = 0.52 | Memory capacity enables complex understanding |
74
74
  | [Procedural Fluency](../traits/Trait-ProceduralFluency) | r = 0.45 | Procedure execution requires memory |
75
75
  | [Metacognitive Planning](../traits/Trait-MetacognitivePlanning) | r = 0.48 | Planning requires holding multiple options |
76
- | [Curiosity](Trait-Curiosity) | r = 0.28 | Limited memory restricts exploration |
76
+ | [Curiosity](./Trait-Curiosity.md) | r = 0.28 | Limited memory restricts exploration |
77
77
  | [Interrupt Recovery](../traits/Trait-InterruptRecovery) | r = 0.41 | Memory enables task resumption |
78
78
 
79
79
  ## Impact on Web Behavior
@@ -165,11 +165,11 @@ Sweller's Cognitive Load Theory (1988) extends Miller's work:
165
165
 
166
166
  ## See Also
167
167
 
168
- - [Trait Index](Trait-Index) - All cognitive traits
169
- - [Comprehension](Trait-Comprehension) - Uses working memory capacity
168
+ - [Trait Index](./Trait-Index.md) - All cognitive traits
169
+ - [Comprehension](./Trait-Comprehension.md) - Uses working memory capacity
170
170
  - [Procedural Fluency](../traits/Trait-ProceduralFluency) - Memory for procedures
171
171
  - [Interrupt Recovery](../traits/Trait-InterruptRecovery) - Task state in memory
172
- - [Persona Index](../personas/Persona-Index) - Pre-configured personas
172
+ - [Persona Index](../personas/Persona-Index.md) - Pre-configured personas
173
173
 
174
174
  ## Bibliography
175
175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "16.14.4",
3
+ "version": "16.14.6",
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",