545 B
545 B
Task Templates
Bugfix
Goal: fix a specific bug with minimal API change.
Required flow:
- Read relevant implementation and tests
- Summarize likely root cause briefly
- Implement the smallest safe fix
- Run targeted tests, then broader checks if needed
- Report changed files and residual risks
Feature
Goal: add a small feature without broad refactors.
Required flow:
- Inspect related modules and interfaces
- Preserve public API unless the task says otherwise
- Add tests for new behavior
- Run lint, typecheck, and tests