Skip to content

Commit e1588f2

Browse files
committed
chore(instructions): remove mention of the context7 mcp for now
1 parent 0465225 commit e1588f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm test
2929

3030
Follow this exact sequence for ALL code changes. Work in small increments — make one change at a time and validate before proceeding.
3131

32-
1. **Research**: Search codebase for existing patterns, commands, utilities. Use Context7 MCP tools for library/API documentation.
32+
1. **Research**: Search codebase for existing patterns, commands, utilities. Understand how similar functionality is implemented.
3333
2. **Write failing integration test**: Create test describing desired behavior (use Cucumber for integration tests)
3434
3. **Verify failure**: Run `npm run test:integration` — confirm clear failure message
3535
4. **Write failing unit test**: Create test describing desired behavior

0 commit comments

Comments
 (0)