You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a simple installation (I am using it with vscode nd copilot), and some commands from the default profile are mentioning at the beginning:
Carefully read and execute the instructions in the following files IN SEQUENCE, following their numbered file names. Only proceed to the next numbered instruction file once the previous numbered instruction has been executed.
but then the command is actually included the content got the numbered files.
For example:
implement-tasks % ls -l1
1-determine-tasks.md
2-implement-tasks.md
3-verify-implementation.md
implement-tasks.md
and
implement-tasks % head -n15 implement-tasks.md
Now that we have a spec and tasks list ready for implementation, we will proceed with implementation of this spec by following this multi-phase process:
PHASE 1: Determine which task group(s) from tasks.md should be implemented
PHASE 2: Implement the given task(s)
PHASE 3: After ALL task groups have been implemented, produce the final verification report.
Carefully read and execute the instructions in the following files IN SEQUENCE, following their numbered file names. Only proceed to the next numbered instruction file once the previous numbered instruction has been executed.
Instructions to follow in sequence:
# PHASE 1: Determine Tasks
First, check if the user has already provided instructions about which task group(s) to implement.
**If the user HAS provided instructions:** Proceed to PHASE 2 to delegate implementation of those specified task group(s) to the **implementer** subagent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I did a simple installation (I am using it with vscode nd copilot), and some commands from the default profile are mentioning at the beginning:
but then the command is actually included the content got the numbered files.
For example:
and
Beta Was this translation helpful? Give feedback.
All reactions