485 B
485 B
Task Templates
Bugfix
- Read the affected module and relevant tests
- Confirm whether the crate is part of a workspace
- Implement the narrowest safe fix
- Run targeted checks first, then broader cargo validation
- Report any feature-flag or cross-crate risks
Feature
- Preserve existing public interfaces unless instructed otherwise
- Keep new dependencies to a minimum
- Add tests for normal and edge cases
- Run fmt, clippy, and tests before reporting completion