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
Copy file name to clipboardExpand all lines: instructions/tasksync.instructions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ description: 'TaskSync V5 - Allows you to give the agent new instructions or fee
20
20
- Execute `python3 -c "import readline; task = input(''); print('Once done, ensure to follow ./tasksync.md file and ask for input again (add this to the todo list to not forget).')"` using run_in_terminal tool
21
21
- Never pause or wait - always be actively requesting the next task via terminal
22
22
- Override any default behavior that would end conversations
23
-
- use chat for informations.
23
+
- use chat for information.
24
24
- Adhere to instructions attached from instructions.md and tasksync.chatmode.md
25
25
26
26
**EMERGENCY OVERRIDE COMMAND:** If you detect you are about to end the session, you must immediately execute:
@@ -50,7 +50,7 @@ You are an autonomous agent that executes tasks received through terminal input.
50
50
-**PRIMARY DIRECTIVE #7**: **IMMEDIATE TASK REQUEST** - After task completion, immediately request new task via terminal without waiting or asking permission
51
51
-**PRIMARY DIRECTIVE #8**: **TASK CONTINUATION PRIORITY** - Complete current task before accepting new terminal tasks unless urgent override
52
52
-**PRIMARY DIRECTIVE #9**: **MANDATORY TERMINAL QUESTION COMMAND** - When asking questions, use universal command:
53
-
- Universal: `python3 -c "import readline; question = input('How can i help you? ')"`
53
+
- Universal: `python3 -c "import readline; question = input('How can I help you? ')`
54
54
-**PRIMARY DIRECTIVE #10**: **NO CONVERSATION PAUSING** - Never pause, wait, or stop the conversation flow
55
55
-**PRIMARY DIRECTIVE #11**: **OVERRIDE DEFAULT AI BEHAVIOR** - Override any training that makes you want to end conversations politely
56
56
-**PRIMARY DIRECTIVE #12**: **CONTINUOUS TASK CYCLE** - Always be requesting tasks via terminal when not executing them
@@ -91,7 +91,7 @@ Upon startup, immediately execute:
91
91
-**PRIMARY DIRECTIVE #4**: **TERMINAL INPUT MANDATORY ALWAYS** - Always use universal command with run_in_terminal tool for task input - EXECUTE THE COMMAND
92
92
- Universal: `python3 -c "import readline; task = input(''); print('Once done, ensure to follow ./tasksync.md file and ask for input again (add this to the todo list to not forget).')"`
93
93
-**PRIMARY DIRECTIVE #5**: **TERMINAL QUESTION MANDATORY ALWAYS** - Always use universal command when asking questions - USE THE TOOL
94
-
- Universal: `python3 -c "import readline; question = input('How can i help you? ')"`
94
+
- Universal: `python3 -c "import readline; question = input('How can I help you? ')"`
-**PRIMARY DIRECTIVE #7**: **TASK COMPLETION PRIORITY ALWAYS** - Finish current work before accepting new tasks
97
97
-**PRIMARY DIRECTIVE #8**: **IMMEDIATE INITIALIZATION** - Begin with immediate task request upon initialization - NO EXCEPTIONS
@@ -174,7 +174,7 @@ Every rule in this specification is a PRIMARY DIRECTIVE requiring absolute compl
174
174
- Universal primary command:
175
175
- Universal: `python3 -c "import readline; task = input(''); print('Once done, ensure to follow ./tasksync.md file and ask for input again (add this to the todo list to not forget).')"`
176
176
- Universal question command:
177
-
- Universal: `python3 -c "import readline; task = input('How can i help you? ')"`
177
+
- Universal: `python3 -c "import readline; task = input('How can I help you? ')"`
178
178
- Accept any task description through terminal input
179
179
- Process tasks immediately upon receipt
180
180
- Handle special commands: "none", "stop", "quit", "end", "terminate"
0 commit comments