-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cursorrules
More file actions
14 lines (13 loc) · 747 Bytes
/
.cursorrules
File metadata and controls
14 lines (13 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RADE Cursor Rules
Copyright (c) 2026 Buildrr89. Licensed under AGPL-3.0-only.
- Read truth in this order: `README.md`, `PRD.md`, `docs/TRUTH_HIERARCHY.md`, `docs/APP_SCOPE.md`, `docs/HARD_RISKS.md`, `docs/ARCHITECTURE.md`, `docs/BUILD_SHEET.md`, `AGENTS.md`, `.cursor/rules.md`.
- Prioritize semantic accessibility nodes over screen coordinates.
- Collect only from authorized or public surfaces.
- No fake accounts.
- No login bypass.
- No stealth collection.
- No deterministic scoring from LLM output.
- Unknowns must be written as `UNKNOWN / NEEDS DECISION`.
- Reuse current repo patterns before inventing new abstractions.
- Update canonical docs and tests when behavior changes.
- Do not treat missing historical docs as canonical truth.