cbrowser 18.9.1 → 18.9.3

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 (71) hide show
  1. package/dist/mcp-tools/base/index.d.ts +1 -1
  2. package/dist/mcp-tools/base/index.js +1 -1
  3. package/docs/ASSESSMENT.md +6 -0
  4. package/docs/AUTH0-SETUP.md +6 -0
  5. package/docs/DEMO-DEPLOYMENT.md +6 -0
  6. package/docs/ENTERPRISE-INTEGRATION.md +6 -0
  7. package/docs/GETTING-STARTED.md +6 -0
  8. package/docs/INSTALL.md +6 -0
  9. package/docs/MCP-INTEGRATION.md +6 -0
  10. package/docs/METHODOLOGY.md +6 -0
  11. package/docs/PERSONA-QUESTIONNAIRE.md +6 -0
  12. package/docs/README.md +7 -1
  13. package/docs/REMOTE-MCP-SERVER.md +6 -0
  14. package/docs/SECURITY_WHITEPAPER.md +6 -0
  15. package/docs/STRESS-TEST-v16.14.4.md +6 -0
  16. package/docs/Tool-Cognitive-Journey-Autonomous.md +6 -0
  17. package/docs/Tool-Competitive-Benchmark.md +6 -0
  18. package/docs/Tool-Empathy-Audit.md +6 -0
  19. package/docs/Tool-Hunt-Bugs.md +6 -0
  20. package/docs/Tool-Marketing-Campaign.md +6 -0
  21. package/docs/Tool-Persona-Create.md +6 -0
  22. package/docs/Tools-Accessibility.md +6 -0
  23. package/docs/Tools-Browser-Automation.md +6 -0
  24. package/docs/Tools-Cognitive-Journeys.md +6 -0
  25. package/docs/Tools-Marketing-Intelligence.md +6 -0
  26. package/docs/Tools-Overview.md +6 -0
  27. package/docs/Tools-Persona-System.md +6 -0
  28. package/docs/Tools-Session-State.md +6 -0
  29. package/docs/Tools-Testing-Quality.md +6 -0
  30. package/docs/Tools-Utilities.md +6 -0
  31. package/docs/Tools-Visual-Performance.md +6 -0
  32. package/docs/personas/Persona-ADHD.md +6 -0
  33. package/docs/personas/Persona-ElderlyUser.md +6 -0
  34. package/docs/personas/Persona-FirstTimer.md +6 -0
  35. package/docs/personas/Persona-ImpatientUser.md +6 -0
  36. package/docs/personas/Persona-Index.md +6 -0
  37. package/docs/personas/Persona-LowVision.md +6 -0
  38. package/docs/personas/Persona-MobileUser.md +6 -0
  39. package/docs/personas/Persona-MotorTremor.md +6 -0
  40. package/docs/personas/Persona-PowerUser.md +6 -0
  41. package/docs/personas/Persona-ScreenReaderUser.md +6 -0
  42. package/docs/research/Bibliography.md +6 -0
  43. package/docs/research/Research-Methodology.md +6 -0
  44. package/docs/research/Values-Research.md +6 -0
  45. package/docs/traits/Trait-AnchoringBias.md +6 -0
  46. package/docs/traits/Trait-AttributionStyle.md +6 -0
  47. package/docs/traits/Trait-AuthoritySensitivity.md +6 -0
  48. package/docs/traits/Trait-ChangeBlindness.md +6 -0
  49. package/docs/traits/Trait-Comprehension.md +6 -0
  50. package/docs/traits/Trait-Curiosity.md +6 -0
  51. package/docs/traits/Trait-EmotionalContagion.md +6 -0
  52. package/docs/traits/Trait-FOMO.md +6 -0
  53. package/docs/traits/Trait-Index.md +6 -0
  54. package/docs/traits/Trait-InformationForaging.md +6 -0
  55. package/docs/traits/Trait-InterruptRecovery.md +6 -0
  56. package/docs/traits/Trait-MentalModelRigidity.md +6 -0
  57. package/docs/traits/Trait-MetacognitivePlanning.md +6 -0
  58. package/docs/traits/Trait-Patience.md +6 -0
  59. package/docs/traits/Trait-Persistence.md +6 -0
  60. package/docs/traits/Trait-ProceduralFluency.md +6 -0
  61. package/docs/traits/Trait-ReadingTendency.md +6 -0
  62. package/docs/traits/Trait-Resilience.md +6 -0
  63. package/docs/traits/Trait-RiskTolerance.md +6 -0
  64. package/docs/traits/Trait-Satisficing.md +6 -0
  65. package/docs/traits/Trait-SelfEfficacy.md +6 -0
  66. package/docs/traits/Trait-SocialProofSensitivity.md +6 -0
  67. package/docs/traits/Trait-TimeHorizon.md +6 -0
  68. package/docs/traits/Trait-TransferLearning.md +6 -0
  69. package/docs/traits/Trait-TrustCalibration.md +6 -0
  70. package/docs/traits/Trait-WorkingMemory.md +6 -0
  71. package/package.json +1 -1
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import type { McpServer, ToolRegistrationContext } from "../types.js";
10
10
  /**
11
- * Register all 56 base tools on an MCP server
11
+ * Register all 57 base tools on an MCP server
12
12
  *
13
13
  * Tool count by category:
14
14
  * - Navigation: 1 (navigate)
@@ -26,7 +26,7 @@ import { registerBrowserManagementTools } from "./browser-management-tools.js";
26
26
  import { registerSecurityTools } from "./security-tools.js";
27
27
  import { registerMarketingTools } from "./marketing-tools.js";
28
28
  /**
29
- * Register all 56 base tools on an MCP server
29
+ * Register all 57 base tools on an MCP server
30
30
  *
31
31
  * Tool count by category:
32
32
  * - Navigation: 1 (navigate)
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[CBrowser v12.0.0 - Independent Assessment](https://cbrowser.ai/docs/ASSESSMENT)**
4
+
5
+ ---
6
+
1
7
  # CBrowser v12.0.0 — Independent Assessment
2
8
 
3
9
  **Final Grade: A**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Auth0 OAuth Setup for CBrowser MCP Server](https://cbrowser.ai/docs/AUTH0-SETUP)**
4
+
5
+ ---
6
+
1
7
  # Auth0 OAuth Setup for CBrowser MCP Server
2
8
 
3
9
  This guide walks you through setting up Auth0 authentication for the CBrowser Remote MCP Server, enabling integration with claude.ai's custom connector feature.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[CBrowser MCP Demo Server Deployment](https://cbrowser.ai/docs/DEMO-DEPLOYMENT)**
4
+
5
+ ---
6
+
1
7
  # CBrowser MCP Demo Server Deployment
2
8
 
3
9
  Deploy a rate-limited, resource-constrained MCP demo server.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[CBrowser Enterprise Integration Guide](https://cbrowser.ai/docs/ENTERPRISE-INTEGRATION)**
4
+
5
+ ---
6
+
1
7
  # CBrowser Enterprise Integration Guide
2
8
 
3
9
  This document explains how to integrate the private `cbrowser-enterprise` package with the public `cbrowser` package.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Getting Started with CBrowser](https://cbrowser.ai/docs/GETTING-STARTED)**
4
+
5
+ ---
6
+
1
7
  # Getting Started with CBrowser
2
8
 
3
9
  CBrowser (Cognitive Browser) is the browser automation that thinks like your users. This guide will get you up and running quickly.
package/docs/INSTALL.md CHANGED
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[CBrowser Installation Guide](https://cbrowser.ai/docs/INSTALL)**
4
+
5
+ ---
6
+
1
7
  # CBrowser Installation Guide
2
8
 
3
9
  ## Installation Options
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[MCP Server Integration](https://cbrowser.ai/docs/MCP-INTEGRATION)**
4
+
5
+ ---
6
+
1
7
  # MCP Server Integration
2
8
 
3
9
  CBrowser provides full Model Context Protocol (MCP) integration for Claude Desktop and claude.ai.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[CBrowser Scoring Methodology & Research Sources](https://cbrowser.ai/docs/METHODOLOGY)**
4
+
5
+ ---
6
+
1
7
  # CBrowser Scoring Methodology & Research Sources
2
8
 
3
9
  CBrowser's analysis features use **heuristic estimates** calibrated against published UX and accessibility research. This document explains our methodology, sources, and limitations.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Persona Questionnaire System](https://cbrowser.ai/docs/PERSONA-QUESTIONNAIRE)**
4
+
5
+ ---
6
+
1
7
  # Persona Questionnaire System
2
8
 
3
9
  **Introduced in v16.6.0**
package/docs/README.md CHANGED
@@ -1,6 +1,12 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[CBrowser Documentation](https://cbrowser.ai/docs/README)**
4
+
5
+ ---
6
+
1
7
  # CBrowser Documentation
2
8
 
3
- **📚 Full documentation has moved to: [https://cbrowser.ai/docs](https://cbrowser.ai/docs)**
9
+ **Full documentation has moved to: [https://cbrowser.ai/docs](https://cbrowser.ai/docs)**
4
10
 
5
11
  ---
6
12
 
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Remote MCP Server Deployment Guide](https://cbrowser.ai/docs/REMOTE-MCP-SERVER)**
4
+
5
+ ---
6
+
1
7
  # Remote MCP Server Deployment Guide
2
8
 
3
9
  Deploy CBrowser (Cognitive Browser) as a remote MCP server for claude.ai custom connectors. This allows your entire team to use CBrowser through Claude without local installation.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Constitutional AI for Browser Automation: A Defense-in-Depth Approach](https://cbrowser.ai/docs/SECURITY_WHITEPAPER)**
4
+
5
+ ---
6
+
1
7
  # Constitutional AI for Browser Automation: A Defense-in-Depth Approach
2
8
 
3
9
  > **CBrowser Security Whitepaper**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[CBrowser v16.14.4 - Final Pre-Launch Stress Test](https://cbrowser.ai/docs/STRESS-TEST-v16.14.4)**
4
+
5
+ ---
6
+
1
7
  # CBrowser v16.14.4 — Final Pre-Launch Stress Test
2
8
 
3
9
  **Date:** February 9, 2026
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Cognitive Journey Autonomous](https://cbrowser.ai/docs/Tool-Cognitive-Journey-Autonomous)**
4
+
5
+ ---
6
+
1
7
  # Cognitive Journey Autonomous
2
8
 
3
9
  **🔒 Enterprise Feature**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Competitive Benchmark](https://cbrowser.ai/docs/Tool-Competitive-Benchmark)**
4
+
5
+ ---
6
+
1
7
  # Competitive Benchmark
2
8
 
3
9
  **See how your UX stacks up against competitors.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Empathy Audit](https://cbrowser.ai/docs/Tool-Empathy-Audit)**
4
+
5
+ ---
6
+
1
7
  # Empathy Audit
2
8
 
3
9
  **Experience your site through the eyes of someone with a disability.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Hunt Bugs](https://cbrowser.ai/docs/Tool-Hunt-Bugs)**
4
+
5
+ ---
6
+
1
7
  # Hunt Bugs
2
8
 
3
9
  **Turn AI loose on your site. See what's broken.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Marketing Campaigns](https://cbrowser.ai/docs/Tool-Marketing-Campaign)**
4
+
5
+ ---
6
+
1
7
  # Marketing Campaigns
2
8
 
3
9
  **Test which messages work for which audiences — with scientific rigor.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Creating Custom Personas](https://cbrowser.ai/docs/Tool-Persona-Create)**
4
+
5
+ ---
6
+
1
7
  # Creating Custom Personas
2
8
 
3
9
  **Build personas that match your actual users, not generic archetypes.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Accessibility Tools](https://cbrowser.ai/docs/Tools-Accessibility)**
4
+
5
+ ---
6
+
1
7
  # Accessibility Tools
2
8
 
3
9
  **Experience your site through the eyes of someone who can't use a mouse.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Browser Automation Tools](https://cbrowser.ai/docs/Tools-Browser-Automation)**
4
+
5
+ ---
6
+
1
7
  # Browser Automation Tools
2
8
 
3
9
  **Tell the browser what you want. Let AI figure out how.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Cognitive Journey Tools](https://cbrowser.ai/docs/Tools-Cognitive-Journeys)**
4
+
5
+ ---
6
+
1
7
  # Cognitive Journey Tools
2
8
 
3
9
  **Find out where users give up before they actually do.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Marketing Intelligence Tools](https://cbrowser.ai/docs/Tools-Marketing-Intelligence)**
4
+
5
+ ---
6
+
1
7
  # Marketing Intelligence Tools
2
8
 
3
9
  **Stop guessing which messages work. Start measuring influence.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Tools Reference](https://cbrowser.ai/docs/Tools-Overview)**
4
+
5
+ ---
6
+
1
7
  # Tools Reference
2
8
 
3
9
  **Stop writing brittle test scripts. Start having conversations with your browser.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Persona System Tools](https://cbrowser.ai/docs/Tools-Persona-System)**
4
+
5
+ ---
6
+
1
7
  # Persona System Tools
2
8
 
3
9
  **Test your site through the eyes of real user types, not imaginary "average users."**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Session & State Tools](https://cbrowser.ai/docs/Tools-Session-State)**
4
+
5
+ ---
6
+
1
7
  # Session & State Tools
2
8
 
3
9
  **Stay logged in. Handle Cloudflare. Test sites that fight back.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Testing & Quality Tools](https://cbrowser.ai/docs/Tools-Testing-Quality)**
4
+
5
+ ---
6
+
1
7
  # Testing & Quality Tools
2
8
 
3
9
  **Write tests in plain English. Let AI fix them when they break.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Utility Tools](https://cbrowser.ai/docs/Tools-Utilities)**
4
+
5
+ ---
6
+
1
7
  # Utility Tools
2
8
 
3
9
  **Diagnostics, health checks, and infrastructure.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Visual & Performance Tools](https://cbrowser.ai/docs/Tools-Visual-Performance)**
4
+
5
+ ---
6
+
1
7
  # Visual & Performance Tools
2
8
 
3
9
  **Catch regressions before your users see them.**
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Cognitive ADHD User](https://cbrowser.ai/docs/Persona-ADHD)**
4
+
5
+ ---
6
+
1
7
  # Cognitive ADHD User
2
8
 
3
9
  **Category**: Accessibility Personas
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Elderly User](https://cbrowser.ai/docs/Persona-ElderlyUser)**
4
+
5
+ ---
6
+
1
7
  # Elderly User
2
8
 
3
9
  **Category**: General Users
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[First-Timer](https://cbrowser.ai/docs/Persona-FirstTimer)**
4
+
5
+ ---
6
+
1
7
  # First-Timer
2
8
 
3
9
  **Category**: General Users
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Impatient User](https://cbrowser.ai/docs/Persona-ImpatientUser)**
4
+
5
+ ---
6
+
1
7
  # Impatient User
2
8
 
3
9
  **Category**: General Users
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Persona Index](https://cbrowser.ai/docs/Persona-Index)**
4
+
5
+ ---
6
+
1
7
  # Persona Index
2
8
 
3
9
  > **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Low Vision User](https://cbrowser.ai/docs/Persona-LowVision)**
4
+
5
+ ---
6
+
1
7
  # Low Vision User
2
8
 
3
9
  **Category**: Accessibility Personas
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Mobile User](https://cbrowser.ai/docs/Persona-MobileUser)**
4
+
5
+ ---
6
+
1
7
  # Mobile User
2
8
 
3
9
  **Category**: General Users
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Motor Tremor User](https://cbrowser.ai/docs/Persona-MotorTremor)**
4
+
5
+ ---
6
+
1
7
  # Motor Tremor User
2
8
 
3
9
  **Category**: Accessibility Personas
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Power User](https://cbrowser.ai/docs/Persona-PowerUser)**
4
+
5
+ ---
6
+
1
7
  # Power User
2
8
 
3
9
  **Category**: General Users
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Screen Reader User](https://cbrowser.ai/docs/Persona-ScreenReaderUser)**
4
+
5
+ ---
6
+
1
7
  # Screen Reader User
2
8
 
3
9
  **Category**: Accessibility Personas
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Bibliography](https://cbrowser.ai/docs/Bibliography)**
4
+
5
+ ---
6
+
1
7
  # Bibliography
2
8
 
3
9
  > **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Research Methodology](https://cbrowser.ai/docs/Research-Methodology)**
4
+
5
+ ---
6
+
1
7
  # Research Methodology
2
8
 
3
9
  > **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Values Research](https://cbrowser.ai/docs/Values-Research)**
4
+
5
+ ---
6
+
1
7
  # Values Research
2
8
 
3
9
  > **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Anchoring Bias](https://cbrowser.ai/docs/Trait-AnchoringBias)**
4
+
5
+ ---
6
+
1
7
  # Anchoring Bias
2
8
 
3
9
  **Category**: Tier 3 - Decision-Making Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Attribution Style](https://cbrowser.ai/docs/Trait-AttributionStyle)**
4
+
5
+ ---
6
+
1
7
  # Attribution Style
2
8
 
3
9
  **Category**: Tier 3 - Decision-Making Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Authority Sensitivity](https://cbrowser.ai/docs/Trait-AuthoritySensitivity)**
4
+
5
+ ---
6
+
1
7
  # Authority Sensitivity
2
8
 
3
9
  **Category**: Tier 6 - Social Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Change Blindness](https://cbrowser.ai/docs/Trait-ChangeBlindness)**
4
+
5
+ ---
6
+
1
7
  # Change Blindness
2
8
 
3
9
  **Category**: Tier 5 - Perception Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Comprehension](https://cbrowser.ai/docs/Trait-Comprehension)**
4
+
5
+ ---
6
+
1
7
  # Comprehension
2
8
 
3
9
  **Category**: Tier 1 - Core Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Curiosity](https://cbrowser.ai/docs/Trait-Curiosity)**
4
+
5
+ ---
6
+
1
7
  # Curiosity
2
8
 
3
9
  **Category**: Tier 1 - Core Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Emotional Contagion](https://cbrowser.ai/docs/Trait-EmotionalContagion)**
4
+
5
+ ---
6
+
1
7
  # Emotional Contagion
2
8
 
3
9
  **Category**: Tier 6 - Social Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[FOMO (Fear of Missing Out)](https://cbrowser.ai/docs/Trait-FOMO)**
4
+
5
+ ---
6
+
1
7
  # FOMO (Fear of Missing Out)
2
8
 
3
9
  **Category**: Tier 6 - Social Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Cognitive Traits Index](https://cbrowser.ai/docs/Trait-Index)**
4
+
5
+ ---
6
+
1
7
  # Cognitive Traits Index
2
8
 
3
9
  > **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Information Foraging](https://cbrowser.ai/docs/Trait-InformationForaging)**
4
+
5
+ ---
6
+
1
7
  # Information Foraging
2
8
 
3
9
  **Category**: Tier 3 - Decision-Making Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Interrupt Recovery](https://cbrowser.ai/docs/Trait-InterruptRecovery)**
4
+
5
+ ---
6
+
1
7
  # Interrupt Recovery
2
8
 
3
9
  **Category**: Tier 2 - Emotional Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Mental Model Rigidity](https://cbrowser.ai/docs/Trait-MentalModelRigidity)**
4
+
5
+ ---
6
+
1
7
  # Mental Model Rigidity
2
8
 
3
9
  **Category**: Tier 5 - Perception Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Metacognitive Planning](https://cbrowser.ai/docs/Trait-MetacognitivePlanning)**
4
+
5
+ ---
6
+
1
7
  # Metacognitive Planning
2
8
 
3
9
  **Category**: Tier 4 - Planning Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Patience](https://cbrowser.ai/docs/Trait-Patience)**
4
+
5
+ ---
6
+
1
7
  # Patience
2
8
 
3
9
  **Category**: Tier 1 - Core Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Persistence](https://cbrowser.ai/docs/Trait-Persistence)**
4
+
5
+ ---
6
+
1
7
  # Persistence
2
8
 
3
9
  **Category**: Tier 1 - Core Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Procedural Fluency](https://cbrowser.ai/docs/Trait-ProceduralFluency)**
4
+
5
+ ---
6
+
1
7
  # Procedural Fluency
2
8
 
3
9
  **Category**: Tier 4 - Planning Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Reading Tendency](https://cbrowser.ai/docs/Trait-ReadingTendency)**
4
+
5
+ ---
6
+
1
7
  # Reading Tendency
2
8
 
3
9
  **Category**: Tier 1 - Core Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Resilience](https://cbrowser.ai/docs/Trait-Resilience)**
4
+
5
+ ---
6
+
1
7
  # Resilience
2
8
 
3
9
  **Category**: Tier 2 - Emotional Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Risk Tolerance](https://cbrowser.ai/docs/Trait-RiskTolerance)**
4
+
5
+ ---
6
+
1
7
  # Risk Tolerance
2
8
 
3
9
  **Category**: Tier 1 - Core Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Satisficing](https://cbrowser.ai/docs/Trait-Satisficing)**
4
+
5
+ ---
6
+
1
7
  # Satisficing
2
8
 
3
9
  **Category**: Tier 3 - Decision-Making Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Self-Efficacy](https://cbrowser.ai/docs/Trait-SelfEfficacy)**
4
+
5
+ ---
6
+
1
7
  # Self-Efficacy
2
8
 
3
9
  **Category**: Tier 2 - Emotional Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Social Proof Sensitivity](https://cbrowser.ai/docs/Trait-SocialProofSensitivity)**
4
+
5
+ ---
6
+
1
7
  # Social Proof Sensitivity
2
8
 
3
9
  **Category**: Tier 6 - Social Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Time Horizon](https://cbrowser.ai/docs/Trait-TimeHorizon)**
4
+
5
+ ---
6
+
1
7
  # Time Horizon
2
8
 
3
9
  **Category**: Tier 3 - Decision-Making Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Transfer Learning](https://cbrowser.ai/docs/Trait-TransferLearning)**
4
+
5
+ ---
6
+
1
7
  # Transfer Learning
2
8
 
3
9
  **Category**: Tier 4 - Planning Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Trust Calibration](https://cbrowser.ai/docs/Trait-TrustCalibration)**
4
+
5
+ ---
6
+
1
7
  # Trust Calibration
2
8
 
3
9
  **Category**: Tier 2 - Emotional Traits
@@ -1,3 +1,9 @@
1
+ > **This documentation is no longer maintained here.**
2
+ >
3
+ > For the latest version, please visit: **[Working Memory](https://cbrowser.ai/docs/Trait-WorkingMemory)**
4
+
5
+ ---
6
+
1
7
  # Working Memory
2
8
 
3
9
  **Category**: Tier 1 - Core Traits
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "18.9.1",
3
+ "version": "18.9.3",
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",