Update
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user