mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 22:06:33 +00:00
Add .cursor AI autodevelopment harness (agents, skills, rules)
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
description: "Enforces linter checking, formatter usage, and quality verification after code edits"
|
||||
alwaysApply: true
|
||||
---
|
||||
# Quality Gates
|
||||
|
||||
- After substantive code edits, run `ReadLints` on modified files and fix introduced errors
|
||||
- Before committing, run the project's formatter if one exists (black, rustfmt, prettier, dotnet format)
|
||||
- Respect existing `.editorconfig`, `.prettierrc`, `pyproject.toml [tool.black]`, or `rustfmt.toml`
|
||||
- Do not commit code with Critical or High severity lint errors
|
||||
- Pre-existing lint errors should only be fixed if they're in the modified area
|
||||
Reference in New Issue
Block a user