pub const PRIVACY_DECLARATION: &str = r#"
╔══════════════════════════════════════════════════════════════════╗
║ SYNHEART SENSOR AGENT - PRIVACY DECLARATION ║
╠══════════════════════════════════════════════════════════════════╣
║ ║
║ This agent captures behavioral timing data for research. ║
║ ║
║ ✓ WHAT WE CAPTURE: ║
║ • When keys are pressed (timing only) ║
║ • How fast the mouse moves (speed only) ║
║ • When clicks and scrolls occur (timing only) ║
║ ║
║ ✗ WHAT WE NEVER CAPTURE: ║
║ • Which keys you press (no passwords, messages, etc.) ║
║ • Where your cursor is (no screen position tracking) ║
║ • What applications you use ║
║ • Any screen content ║
║ ║
║ All data is processed locally. Raw events are discarded ║
║ after feature extraction (every 10 seconds). ║
║ ║
║ You can view collection statistics anytime with: ║
║ synheart-sensor status ║
║ ║
╚══════════════════════════════════════════════════════════════════╝
"#;Expand description
Privacy declaration that can be displayed to users.