diff --git a/.ai/prompts/implement.md b/.ai/prompts/implement.md index d94d3c3..4fa883e 100644 --- a/.ai/prompts/implement.md +++ b/.ai/prompts/implement.md @@ -28,9 +28,7 @@ Implement the solution, create a PR, and ensure it passes all quality checks. ``` 4. Implement the changes with clean, logical commits. 5. Run the full quality suite: - - Type checking - - Linting - - All tests + - mix ci 6. Fix any failures before proceeding. 7. Push the branch and create a PR: ```