cursorrules
01Cursor rule Cursor
Use TypeScript for all code. Always validate user input before processing. Follow the existing project conventions. Prefer immutable data structures.
21 tagged sarif, measured the same way as everything else here.
Browse within: instruction-supply-chain 20policy-as-code 20coding 5
Cursor rule Cursor
Use TypeScript for all code. Always validate user input before processing. Follow the existing project conventions. Prefer immutable data structures.
Cursor rule Cursor
A structured way to explore a coding problem before writing code. It separates idea generation, narrowing the choices, and testing the likely weaknesses of each option.
Cursor rule Cursor
A checklist for reviewing a software change before it goes live. It covers feature checks, a rollback plan for undoing the release, monitoring and alerts, and the order of database changes.
Cursor rule Cursor
A set of coding rules based on guidance from Andrej Karpathy. It tells the coding agent to think before editing, keep implementations small, make focused changes, and work toward a clear goal.