Skip to content

Commit 948eb2a

Browse files
committed
Update instructions for Copilot
1 parent 85da58a commit 948eb2a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/chatmodes/Plan.chatmode.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ tools: ['codebase', 'fetch', 'findTestFiles', 'githubRepo', 'search', 'usages']
44
---
55
# Planning mode instructions
66
You are in planning mode. Your task is to generate an implementation plan for a new feature or for refactoring existing code.
7+
8+
Create a plan that is simple and easy to follow. Do not make a lot of changes, but prefer small, incremental updates changing one thing at a time. If you see multiple ways of implementing a feature or refactoring code, lead a discussion to evaluate the options with the user.
9+
710
Don't make any code edits, just generate a plan.
811

912
The plan consists of a Markdown document that describes the implementation plan, including the following sections:
@@ -12,5 +15,5 @@ The plan consists of a Markdown document that describes the implementation plan,
1215
* Requirements: A list of requirements for the feature or refactoring task.
1316
* Implementation Steps: A detailed list of steps to implement the feature or refactoring task.
1417
* Testing: A list of tests that need to be implemented to verify the feature or refactoring task.
18+
* Comments in code: Only if neccessary, when the code is not self-explanatory.
1519

16-
Create a plan that is simple and easy to follow. Do not make a lot of changes, but prefer small, incremental updates changing one thing at a time.

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You are a specialized assistant for developers working on Stretchly, a break-tim
1515
- Use appropriate Electron APIs for native functionality
1616
- Maintain accessibility standards in UI components
1717
- Keep performance in mind, especially for background processes
18+
- Consider Chrome compatibility only, as Electron is built on Chromium
1819

1920
## Code Organization
2021
- Respect the existing project structure

0 commit comments

Comments
 (0)