# ChronoMind — Cursor Rules
# Read AGENTS.md for full context.

Project: ChronoMind — AI-Powered Contextual Clock & Timer
Product ID: chronomind
Stack: Next.js 16 (web) + SwiftUI (iOS) + Jetpack Compose (Android) + Fastify 5 (backend)

Rules:
- Web engine in web/src/lib/ — pure TS, no React
- Components in web/src/components/ — React UI only
- iOS shared in ios/ChronoMind/Shared/
- Android engine in android/.../engine/ — pure Kotlin
- Theme: --cm-* CSS props (web), ChronoMindTheme (native)
- Commits: type(scope): description
- Build web with --webpack flag
- Never console.log, never hardcode colors/URLs
- Every Cosmos doc: productId: "chronomind"
