We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0465225 commit e1588f2Copy full SHA for e1588f2
1 file changed
.github/copilot-instructions.md
@@ -29,7 +29,7 @@ npm test
29
30
Follow this exact sequence for ALL code changes. Work in small increments — make one change at a time and validate before proceeding.
31
32
-1. **Research**: Search codebase for existing patterns, commands, utilities. Use Context7 MCP tools for library/API documentation.
+1. **Research**: Search codebase for existing patterns, commands, utilities. Understand how similar functionality is implemented.
33
2. **Write failing integration test**: Create test describing desired behavior (use Cucumber for integration tests)
34
3. **Verify failure**: Run `npm run test:integration` — confirm clear failure message
35
4. **Write failing unit test**: Create test describing desired behavior
0 commit comments