You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
647 B

custom_instructions: |
- When refactoring, prefer using partial updates or specific function rewrites instead of outputting the entire file content. This helps avoid token limit errors.
- If a file is larger than 300 lines, always suggest a modular breakdown before refactoring.
- Please be concise. Skip lengthy explanations and focus on the code changes only. Use short responses.
- Only output the diff or the specific functions that need changing. Do not repeat the unchanged parts of the file.
post_task_instructions: |
After significant changes, ask me if you should update CLAUDE.md to reflect the new architecture or commands.