This commit is contained in:
2026-08-23 19:46:43 -04:00
parent 3bd59af6b9
commit acb73bcc58
11 changed files with 471 additions and 1 deletions
+4 -1
View File
@@ -18,4 +18,7 @@
## Code Quality
- Read files in full before wide-ranging changes, before editing files you have not fully inspected, and when asked to investigate or audit. Do not rely on search snippets for broad changes.
- Inspect relevant code before editing. Start with search, symbols, and targeted reads.
- Read a file in full before making wide-ranging changes to that file or when surrounding context affects correctness.
- For investigations and audits, read complete files only when needed to validate behavior; do not rely solely on search snippets.
- Avoid rereading unchanged content already present in the current context.