cbrowser 16.15.2 → 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/docs/research/Research-Methodology.md +25 -11
- package/docs/traits/Trait-AnchoringBias.md +3 -1
- package/docs/traits/Trait-AttributionStyle.md +3 -1
- package/docs/traits/Trait-AuthoritySensitivity.md +3 -1
- package/docs/traits/Trait-ChangeBlindness.md +3 -1
- package/docs/traits/Trait-Comprehension.md +3 -1
- package/docs/traits/Trait-Curiosity.md +3 -1
- package/docs/traits/Trait-EmotionalContagion.md +3 -1
- package/docs/traits/Trait-FOMO.md +3 -1
- package/docs/traits/Trait-Index.md +3 -1
- package/docs/traits/Trait-InformationForaging.md +3 -1
- package/docs/traits/Trait-InterruptRecovery.md +3 -1
- package/docs/traits/Trait-MentalModelRigidity.md +3 -1
- package/docs/traits/Trait-MetacognitivePlanning.md +3 -1
- package/docs/traits/Trait-Patience.md +3 -1
- package/docs/traits/Trait-Persistence.md +3 -1
- package/docs/traits/Trait-ProceduralFluency.md +3 -1
- package/docs/traits/Trait-ReadingTendency.md +3 -1
- package/docs/traits/Trait-Resilience.md +3 -1
- package/docs/traits/Trait-RiskTolerance.md +3 -1
- package/docs/traits/Trait-Satisficing.md +3 -1
- package/docs/traits/Trait-SelfEfficacy.md +3 -1
- package/docs/traits/Trait-SocialProofSensitivity.md +3 -1
- package/docs/traits/Trait-TimeHorizon.md +3 -1
- package/docs/traits/Trait-TransferLearning.md +3 -1
- package/docs/traits/Trait-TrustCalibration.md +3 -1
- package/docs/traits/Trait-WorkingMemory.md +3 -1
- 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
|
|
@@ -149,6 +149,30 @@ Accessibility personas include trait modifications based on disability research:
|
|
|
149
149
|
|
|
150
150
|
---
|
|
151
151
|
|
|
152
|
+
## Validation Status
|
|
153
|
+
|
|
154
|
+
> **Important:** CBrowser's trait implementations are **research-informed heuristics**, not direct measurements. The correlation values and behavioral parameters presented throughout this documentation are **educated estimates** derived from related HCI and cognitive psychology literature, not empirical calibrations from CBrowser-specific validation studies.
|
|
155
|
+
>
|
|
156
|
+
> Empirical calibration is planned — see [GitHub Issue #95](https://github.com/alexandriashai/cbrowser/issues/95) for methodology and timeline.
|
|
157
|
+
|
|
158
|
+
### Current State
|
|
159
|
+
|
|
160
|
+
| Aspect | Status |
|
|
161
|
+
|--------|--------|
|
|
162
|
+
| Trait definitions | Based on peer-reviewed research |
|
|
163
|
+
| Behavioral parameters | Theoretically derived from related literature |
|
|
164
|
+
| Persona profiles | Research-informed archetypes |
|
|
165
|
+
| Correlation values | Educated estimates, not direct measurements |
|
|
166
|
+
|
|
167
|
+
### Planned Validation (GitHub #95)
|
|
168
|
+
|
|
169
|
+
The empirical calibration planned for future versions will include:
|
|
170
|
+
- A/B testing simulated vs. real user behavior
|
|
171
|
+
- Statistical comparison against published benchmarks (Baymard, Nielsen Norman, etc.)
|
|
172
|
+
- Iterative tuning until simulation distributions match empirical baselines
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
152
176
|
## Validation Methods
|
|
153
177
|
|
|
154
178
|
### 1. Expert Review
|
|
@@ -158,17 +182,7 @@ Trait definitions and values reviewed by:
|
|
|
158
182
|
- Cognitive psychologists
|
|
159
183
|
- Accessibility specialists
|
|
160
184
|
|
|
161
|
-
### 2.
|
|
162
|
-
|
|
163
|
-
Cognitive journeys validated against real user testing data:
|
|
164
|
-
|
|
165
|
-
| Metric | Correlation with Real Users |
|
|
166
|
-
|--------|----------------------------|
|
|
167
|
-
| Abandonment prediction | r = 0.72 |
|
|
168
|
-
| Navigation patterns | r = 0.68 |
|
|
169
|
-
| Error recovery | r = 0.65 |
|
|
170
|
-
|
|
171
|
-
### 3. Comparative Analysis
|
|
185
|
+
### 2. Comparative Analysis
|
|
172
186
|
|
|
173
187
|
CBrowser personas compared against:
|
|
174
188
|
- Nielsen Norman Group persona archetypes
|
|
@@ -112,7 +112,9 @@ The landmark demonstration of anchoring:
|
|
|
112
112
|
- Countdown timers affect urgency perception
|
|
113
113
|
- "X people are viewing this" shapes demand perception
|
|
114
114
|
|
|
115
|
-
## Trait Correlations
|
|
115
|
+
## Estimated Trait Correlations
|
|
116
|
+
|
|
117
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
116
118
|
|
|
117
119
|
| Related Trait | Correlation | Mechanism |
|
|
118
120
|
|--------------|-------------|-----------|
|
|
@@ -137,7 +137,9 @@ The three dimensions create distinct patterns:
|
|
|
137
137
|
| **Growth** | Internal | Unstable | Controllable | "I wasn't focused. I'll try again carefully." High persistence. |
|
|
138
138
|
| **Fixed Mindset** | Internal | Stable | Uncontrollable | "I'm just not good with technology." Low self-efficacy. |
|
|
139
139
|
|
|
140
|
-
## Trait Correlations
|
|
140
|
+
## Estimated Trait Correlations
|
|
141
|
+
|
|
142
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
141
143
|
|
|
142
144
|
| Related Trait | Correlation | Mechanism |
|
|
143
145
|
|--------------|-------------|-----------|
|
|
@@ -70,7 +70,9 @@ Cialdini, R. B. (2001). *Influence: Science and practice* (4th ed.). Allyn and B
|
|
|
70
70
|
- **Purchase Decisions**: Cross-references claims on independent review sites
|
|
71
71
|
- **Information Architecture**: Prefers unfiltered, chronological content over curated selections
|
|
72
72
|
|
|
73
|
-
## Trait Correlations
|
|
73
|
+
## Estimated Trait Correlations
|
|
74
|
+
|
|
75
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
74
76
|
|
|
75
77
|
| Correlated Trait | Correlation | Mechanism |
|
|
76
78
|
|------------------|-------------|-----------|
|
|
@@ -80,7 +80,9 @@ Rensink, R. A., O'Regan, J. K., & Clark, J. J. (1997). To see or not to see: The
|
|
|
80
80
|
- Price changes during session go undetected
|
|
81
81
|
- Stock status changes ("In Stock" to "Out of Stock") are missed
|
|
82
82
|
|
|
83
|
-
## Trait Correlations
|
|
83
|
+
## Estimated Trait Correlations
|
|
84
|
+
|
|
85
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
84
86
|
|
|
85
87
|
| Related Trait | Correlation | Mechanism |
|
|
86
88
|
|---------------|-------------|-----------|
|
|
@@ -67,7 +67,9 @@ Card, Moran, and Newell's GOMS model breaks user behavior into:
|
|
|
67
67
|
| Moderate | Standard methods, typical operator times, basic selection |
|
|
68
68
|
| High | Rich method library, efficient operators, optimal selection |
|
|
69
69
|
|
|
70
|
-
## Trait Correlations
|
|
70
|
+
## Estimated Trait Correlations
|
|
71
|
+
|
|
72
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
71
73
|
|
|
72
74
|
| Related Trait | Correlation | Mechanism |
|
|
73
75
|
|---------------|-------------|-----------|
|
|
@@ -69,7 +69,9 @@ Loewenstein (1994) extended Berlyne's work:
|
|
|
69
69
|
| 0.6-0.8 | Curious | Actively explores beyond task requirements. Reads related articles and linked content. Investigates new features and options. Clicks on "learn more" links. Explores settings and customization. Time on site 30-40% above average. |
|
|
70
70
|
| 0.8-1.0 | Highly Exploratory | Deep exploration of all available content. Reads documentation and help pages. Investigates every feature, setting, and option. Follows rabbit holes of linked content. May forget original task while exploring. Discovers hidden features. Time on site 50%+ above average. |
|
|
71
71
|
|
|
72
|
-
## Trait Correlations
|
|
72
|
+
## Estimated Trait Correlations
|
|
73
|
+
|
|
74
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
73
75
|
|
|
74
76
|
| Related Trait | Correlation | Mechanism |
|
|
75
77
|
|---------------|-------------|-----------|
|
|
@@ -72,7 +72,9 @@ Kramer, A. D. I., Guillory, J. E., & Hancock, J. T. (2014). Experimental evidenc
|
|
|
72
72
|
- **Content Engagement**: Shares based on utility, not emotional resonance
|
|
73
73
|
- **Customer Support**: Evaluates resolution quality, not emotional tone
|
|
74
74
|
|
|
75
|
-
## Trait Correlations
|
|
75
|
+
## Estimated Trait Correlations
|
|
76
|
+
|
|
77
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
76
78
|
|
|
77
79
|
| Correlated Trait | Correlation | Mechanism |
|
|
78
80
|
|------------------|-------------|-----------|
|
|
@@ -75,7 +75,9 @@ Cialdini, R. B. (2001). *Influence: Science and practice* (4th ed.). Allyn and B
|
|
|
75
75
|
- **Cart Abandonment**: Unaffected by urgency emails; returns when ready or not at all
|
|
76
76
|
- **Social Media**: Uses purposefully; comfortable missing content
|
|
77
77
|
|
|
78
|
-
## Trait Correlations
|
|
78
|
+
## Estimated Trait Correlations
|
|
79
|
+
|
|
80
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
79
81
|
|
|
80
82
|
| Correlated Trait | Correlation | Mechanism |
|
|
81
83
|
|------------------|-------------|-----------|
|
|
@@ -100,7 +100,9 @@ How social context and comparison affect user behavior.
|
|
|
100
100
|
|
|
101
101
|
---
|
|
102
102
|
|
|
103
|
-
## Trait Correlations
|
|
103
|
+
## Estimated Trait Correlations
|
|
104
|
+
|
|
105
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
104
106
|
|
|
105
107
|
Traits don't exist in isolation. Research-backed correlations:
|
|
106
108
|
|
|
@@ -109,7 +109,9 @@ The "patch" in foraging theory is analogous to a web page or site section:
|
|
|
109
109
|
| Preview/Tooltip | Hover information | Low-Medium |
|
|
110
110
|
| Domain/URL | Site credibility signals | Low |
|
|
111
111
|
|
|
112
|
-
## Trait Correlations
|
|
112
|
+
## Estimated Trait Correlations
|
|
113
|
+
|
|
114
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
113
115
|
|
|
114
116
|
| Related Trait | Correlation | Mechanism |
|
|
115
117
|
|--------------|-------------|-----------|
|
|
@@ -152,7 +152,9 @@ function getResumptionBehavior(
|
|
|
152
152
|
}
|
|
153
153
|
```
|
|
154
154
|
|
|
155
|
-
## Trait Correlations
|
|
155
|
+
## Estimated Trait Correlations
|
|
156
|
+
|
|
157
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
156
158
|
|
|
157
159
|
Research and theoretical models indicate the following correlations:
|
|
158
160
|
|
|
@@ -91,7 +91,9 @@ Carroll, J. M., & Rosson, M. B. (1987). Paradox of the active user. In J. M. Car
|
|
|
91
91
|
- Looks for social login options in different position
|
|
92
92
|
- Assumes password visible toggle is checkbox when it's icon
|
|
93
93
|
|
|
94
|
-
## Trait Correlations
|
|
94
|
+
## Estimated Trait Correlations
|
|
95
|
+
|
|
96
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
95
97
|
|
|
96
98
|
| Related Trait | Correlation | Mechanism |
|
|
97
99
|
|---------------|-------------|-----------|
|
|
@@ -80,7 +80,9 @@ Dunlosky, J., & Metcalfe, J. (2009). *Metacognition*. SAGE Publications.
|
|
|
80
80
|
| High | Diagnoses error cause; tries multiple systematic solutions |
|
|
81
81
|
| Very High | Prevents errors through preview; when errors occur, uses systematic debugging |
|
|
82
82
|
|
|
83
|
-
## Trait Correlations
|
|
83
|
+
## Estimated Trait Correlations
|
|
84
|
+
|
|
85
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
84
86
|
|
|
85
87
|
| Related Trait | Correlation | Research Basis |
|
|
86
88
|
|---------------|-------------|----------------|
|
|
@@ -49,7 +49,9 @@ Nielsen, J. (1993). *Usability Engineering*. Academic Press. ISBN 978-0125184069
|
|
|
49
49
|
| 0.6-0.8 | Patient | Tolerates 15-20 seconds for complex operations. Reads loading messages and status updates. Willing to wait for quality content. Doesn't reflexively click repeatedly. Understands that complex operations take time. Rarely abandons due to speed alone. |
|
|
50
50
|
| 0.8-1.0 | Very Patient | Tolerates 30+ seconds for important tasks. Reads terms and conditions fully. Waits for complete page loads before interacting. Never double-clicks out of impatience. Willing to retry failed operations. Provides patience buffer for first-time site visits. |
|
|
51
51
|
|
|
52
|
-
## Trait Correlations
|
|
52
|
+
## Estimated Trait Correlations
|
|
53
|
+
|
|
54
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
53
55
|
|
|
54
56
|
| Related Trait | Correlation | Mechanism |
|
|
55
57
|
|---------------|-------------|-----------|
|
|
@@ -59,7 +59,9 @@ Duckworth's Grit Scale measures two factors relevant to web behavior:
|
|
|
59
59
|
- Finishing what is started
|
|
60
60
|
- **Web impact**: Retries failed actions, seeks help, tries alternative approaches
|
|
61
61
|
|
|
62
|
-
## Trait Correlations
|
|
62
|
+
## Estimated Trait Correlations
|
|
63
|
+
|
|
64
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
63
65
|
|
|
64
66
|
| Related Trait | Correlation | Mechanism |
|
|
65
67
|
|---------------|-------------|-----------|
|
|
@@ -91,7 +91,9 @@ Sweller, J., & Cooper, G. A. (1985). The use of worked examples as a substitute
|
|
|
91
91
|
| High | Minimal observable load; confident movements; quick decisions |
|
|
92
92
|
| Very High | No observable load; parallel processing; possibly bored with simple interfaces |
|
|
93
93
|
|
|
94
|
-
## Trait Correlations
|
|
94
|
+
## Estimated Trait Correlations
|
|
95
|
+
|
|
96
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
95
97
|
|
|
96
98
|
| Related Trait | Correlation | Research Basis |
|
|
97
99
|
|---------------|-------------|----------------|
|
|
@@ -70,7 +70,9 @@ Nielsen's eyetracking research identified the F-shaped reading pattern:
|
|
|
70
70
|
| 0.6-0.8 | Thorough Reader | Reads most of headlines, subheads, and significant portions of body text. Notices text warnings and important messages. Reads 40-60% of text. Follows links within content. Reads captions and labels. More likely to notice inline guidance. |
|
|
71
71
|
| 0.8-1.0 | Complete Reader | Reads nearly all text content systematically. Reads terms and conditions. Notices footnotes and fine print. Reads 70%+ of text. Processes instructions before acting. Unlikely to miss text-based warnings. May read comments and supplementary content. |
|
|
72
72
|
|
|
73
|
-
## Trait Correlations
|
|
73
|
+
## Estimated Trait Correlations
|
|
74
|
+
|
|
75
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
74
76
|
|
|
75
77
|
| Related Trait | Correlation | Mechanism |
|
|
76
78
|
|---------------|-------------|-----------|
|
|
@@ -83,7 +83,9 @@ const errorTolerance = Math.floor(2 + (resilience * 10));
|
|
|
83
83
|
// High resilience: 10-12 errors
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
## Trait Correlations
|
|
86
|
+
## Estimated Trait Correlations
|
|
87
|
+
|
|
88
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
87
89
|
|
|
88
90
|
Research and theoretical models indicate the following correlations:
|
|
89
91
|
|
|
@@ -48,7 +48,9 @@ Tversky, A., & Kahneman, D. (1992). Advances in prospect theory: Cumulative repr
|
|
|
48
48
|
| 0.6-0.8 | Risk-Tolerant | Readily explores new websites. Enters email freely for content access. Tries new payment methods. Downloads apps without extensive research. Clicks on interesting links even from unfamiliar sources. Creates accounts easily. Minimal verification before form submission. |
|
|
49
49
|
| 0.8-1.0 | Very Risk-Seeking | Clicks first, thinks later. Ignores security warnings. Enters personal data casually. Experiments with unverified sites and downloads. May fall for phishing without pattern recognition. No hesitation on unfamiliar checkouts. Dismisses browser warnings. |
|
|
50
50
|
|
|
51
|
-
## Trait Correlations
|
|
51
|
+
## Estimated Trait Correlations
|
|
52
|
+
|
|
53
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
52
54
|
|
|
53
55
|
| Related Trait | Correlation | Mechanism |
|
|
54
56
|
|---------------|-------------|-----------|
|
|
@@ -98,7 +98,9 @@ Schwartz, B., Ward, A., Monterosso, J., Lyubomirsky, S., White, K., & Lehman, D.
|
|
|
98
98
|
- Round numbers ("about 30" not "32")
|
|
99
99
|
- Quick completion even if imprecise
|
|
100
100
|
|
|
101
|
-
## Trait Correlations
|
|
101
|
+
## Estimated Trait Correlations
|
|
102
|
+
|
|
103
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
102
104
|
|
|
103
105
|
| Related Trait | Correlation | Mechanism |
|
|
104
106
|
|--------------|-------------|-----------|
|
|
@@ -102,7 +102,9 @@ function updateEfficacy(state: SelfEfficacyState, success: boolean): void {
|
|
|
102
102
|
}
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
## Trait Correlations
|
|
105
|
+
## Estimated Trait Correlations
|
|
106
|
+
|
|
107
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
106
108
|
|
|
107
109
|
Research and theoretical models indicate the following correlations:
|
|
108
110
|
|
|
@@ -75,7 +75,9 @@ Cialdini, R. B. (2001). *Influence: Science and practice* (4th ed.). Allyn and B
|
|
|
75
75
|
- **Review Sorting**: May read negative reviews specifically to find edge cases
|
|
76
76
|
- **Recommendations**: Explores independently rather than following suggestions
|
|
77
77
|
|
|
78
|
-
## Trait Correlations
|
|
78
|
+
## Estimated Trait Correlations
|
|
79
|
+
|
|
80
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
79
81
|
|
|
80
82
|
| Correlated Trait | Correlation | Mechanism |
|
|
81
83
|
|------------------|-------------|-----------|
|
|
@@ -127,7 +127,9 @@ Frederick, S., Loewenstein, G., & O'Donoghue, T. (2002). Time discounting and ti
|
|
|
127
127
|
- Newsletter subscriptions
|
|
128
128
|
- Documentation and reference material
|
|
129
129
|
|
|
130
|
-
## Trait Correlations
|
|
130
|
+
## Estimated Trait Correlations
|
|
131
|
+
|
|
132
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
131
133
|
|
|
132
134
|
| Related Trait | Correlation | Mechanism |
|
|
133
135
|
|--------------|-------------|-----------|
|
|
@@ -103,7 +103,9 @@ Based on Barnett & Ceci (2002), transfer distance affects success rate:
|
|
|
103
103
|
| Very Far | Different domain, abstract similarity | 10-30% | Web form skills to mobile app form |
|
|
104
104
|
| Analogical | Structural similarity only | 10-20% | Folder organization to database organization |
|
|
105
105
|
|
|
106
|
-
## Trait Correlations
|
|
106
|
+
## Estimated Trait Correlations
|
|
107
|
+
|
|
108
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
107
109
|
|
|
108
110
|
| Related Trait | Correlation | Research Basis |
|
|
109
111
|
|---------------|-------------|----------------|
|
|
@@ -132,7 +132,9 @@ function handleTrustBetrayal(state: TrustState, severity: number): void {
|
|
|
132
132
|
}
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
## Trait Correlations
|
|
135
|
+
## Estimated Trait Correlations
|
|
136
|
+
|
|
137
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
136
138
|
|
|
137
139
|
Research and theoretical models indicate the following correlations:
|
|
138
140
|
|
|
@@ -66,7 +66,9 @@ Miller discovered that while raw information capacity is limited, we can increas
|
|
|
66
66
|
| 0.6-0.8 | High | Handles 8-10 chunks comfortably. Manages complex dashboards. Tracks multiple open tasks. Compares 5+ options mentally. Remembers earlier form inputs while completing later sections. Navigates complex hierarchies. |
|
|
67
67
|
| 0.8-1.0 | Very High | Handles 10+ chunks. Power-user of complex interfaces. Tracks multiple simultaneous processes. Mentally holds entire site structure. Rarely needs visual aids for memory. Can complete complex forms from memory. |
|
|
68
68
|
|
|
69
|
-
## Trait Correlations
|
|
69
|
+
## Estimated Trait Correlations
|
|
70
|
+
|
|
71
|
+
> *Correlation estimates are derived from related research findings and theoretical models. Empirical calibration is planned ([GitHub #95](https://github.com/alexandriashai/cbrowser/issues/95)).*
|
|
70
72
|
|
|
71
73
|
| Related Trait | Correlation | Mechanism |
|
|
72
74
|
|---------------|-------------|-----------|
|
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",
|