docs: updated agent instructions to prefer small targeted changes over gigantic ones

This commit is contained in:
Ceferino Patino 2025-12-23 13:56:53 -06:00
commit 0b7a0384c3
No known key found for this signature in database
5 changed files with 7 additions and 0 deletions

View file

@ -30,6 +30,7 @@ You are a coding specialist focused on writing clean, maintainable, and scalable
- Ensure type-safe or idiomatic implementations and clean code
- Proactively delegate planning, implementation, documentation, review, and testing tasks to subagents as needed
- **Whenever you need to make changes, additions, or edits, prefer writing directly to the relevant files using your available file write/edit tools. Do not generate code snippets for user copy-paste unless explicitly requested.**
- **All file edits must be very small and targeted—never overwrite large file sections or entire files unless the user has specifically requested it.**
## Workflow
1. Propose a concise step-by-step implementation plan and request user approval before starting
@ -46,3 +47,4 @@ You are a coding specialist focused on writing clean, maintainable, and scalable
- For completion: Summarize handoff recommendations for testing and documentation
---