We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ca60a commit 84bd7b9Copy full SHA for 84bd7b9
1 file changed
AGENTS.md
@@ -9,7 +9,7 @@ User-facing documentation lives in `README.md`. Keep this file focused on contri
9
- Follow the sequence plan → implement → verify; do not pivot without restating the plan.
10
- Stop immediately on unexpected failures and ask before changing approach.
11
- Keep edits atomic and avoid leaving mixed partial states.
12
-- Propose jsonSchemaOptions with trade-offs before invasive changes.
+- You SHOULD discuss trade-offs before making invasive changes to existing code.
13
- Prefer mechanical, reversible transforms (especially when syncing upstream sources).
14
- Validate that outputs are non-empty before overwriting files.
15
- Minimal shims are acceptable only when needed to keep backports compiling.
0 commit comments