--- description: "Policy for optional local AI usage logs under .cursor/telemetry/" globs: [".cursor/telemetry/**"] alwaysApply: false --- # Telemetry — {{PROJECT_NAME}} ## Context When `telemetry_opt_in: true`, this repo may record **local-only** generation or usage notes under `.cursor/telemetry/`. This is **not** production analytics. ## Constraints - **Never** commit secrets, tokens, or PII into JSONL or shell history - Prefer redacted summaries over raw prompts - Add `.cursor/telemetry/*.jsonl` to `.gitignore` unless your team explicitly version-controls sanitized samples ## Patterns - Append one JSON object per line (JSONL) with ISO timestamps and event type - Rotate or truncate files if they grow beyond a few MB