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.