Project setup
This commit is contained in:
@@ -2,5 +2,13 @@
|
||||
name: implement
|
||||
description: 'Implement all @copilot annotations'
|
||||
---
|
||||
# General
|
||||
Find and implement all `@copilot` comments in the codebase. Modify only code related to those annotations, and always make sure that tests are added.
|
||||
|
||||
Find and implement all `@copilot` comments in the codebase. Only modify code related to those annotations. Skip e2e tests unless asked.
|
||||
## Plan Mode
|
||||
If you are currently in plan mode, look at all the annotations and always create a plan first.
|
||||
Only start modifying code once the plan has been approved by the user.
|
||||
|
||||
## Implementation
|
||||
Implement the changes requested at the location of the annotation.
|
||||
After the implementation is finished, remove the comment containing the annotation.
|
||||
|
||||
Reference in New Issue
Block a user