You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursorrules
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
- When creating new files, ensure the appropriate SPDX license header is included.
8
8
- Prioritize workspace-level dependency management as outlined in the root configs.
9
9
- Maintain concise, friendly, and professional attitude when assisting with development tasks.
10
-
- **CRITICAL**: AI agents MUST execute `pnpm -w fix` after EVERY modification of code or documentation, and before signaling completion, to ensure strict adherence to project standards (linting, formatting, license headers).
10
+
- **CRITICAL**: AI agents MUST execute `mise run --force fix` after EVERY modification of code or documentation, and before signaling completion, to ensure strict adherence to project standards (linting, formatting, license headers).
11
11
- Use `printf` instead of `echo` for shell commands to ensure portability and avoid issues with interpretation of escape sequences.
12
12
- Use `jq` (for JSON) and `yq` (for YAML and TOML) instead of `grep`, `sed`, or `awk` when processing structured data.
0 commit comments