We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6703a2b commit 5d82aa0Copy full SHA for 5d82aa0
1 file changed
CLAUDE.md
@@ -69,3 +69,14 @@ Magika (Google's deep-learning file type detector) is an optional dependency dow
69
### Vendored Dependencies
70
71
`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