Skip to content

Commit 5d82aa0

Browse files
committed
chore: update CLAUDE.md
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 6703a2b commit 5d82aa0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,14 @@ Magika (Google's deep-learning file type detector) is an optional dependency dow
6969
### Vendored Dependencies
7070

7171
`plugin/_vendor/` contains vendored Python packages (managed via `vendorize.toml`). Ignored by mypy and ruff.
72+
73+
## Approach
74+
75+
- Think before acting. Read existing files before writing code.
76+
- Be concise in output but thorough in reasoning.
77+
- Prefer editing over rewriting whole files.
78+
- Do not re-read files you have already read unless the file may have changed.
79+
- Test your code before declaring done.
80+
- No sycophantic openers or closing fluff.
81+
- Keep solutions simple and direct.
82+
- User instructions always override this file.

0 commit comments

Comments
 (0)