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: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Each project may have its own `CLAUDE.md` with detailed instructions:
86
86
- Do not create new non-source code files (e.g. Bash scripts, SQL scripts) unless explicitly prompted to
87
87
- For Frontend, when doing lint checks, only use the `prepr` commands, do not use `typecheck` or `tsc` etc.
88
88
- Types in `@modrinth/utils` are considered highly outdated, if a component needs them, check if you can switch said component to use types from `packages/api-client`
89
+
- When provided problems, do not say "I didn't introduce these problems" (shifting the blame/effort) - just fix them.
0 commit comments