You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(plan): require linting/testing as final task in generated plans
Add requirement for plans to always end with a linting and testing task
to ensure code quality before completing a cycle.
Signed-off-by: leocavalcante <[email protected]>
\\- NEVER provide options or ask "would you like me to..."
187
187
\\- If main features are implemented, focus on: code quality, tests, documentation, refactoring, performance, security, error handling, edge cases, optimization, CI/CD, deployment, monitoring
188
188
\\- There is ALWAYS something to improve in any project
189
+
\\- CRITICAL: The FINAL task in your plan MUST be "Run project linting and tests to ensure everything passes"
0 commit comments