Skip to content

Commit 093848f

Browse files
committed
Fix spellings
1 parent a77c3de commit 093848f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

instructions/tasksync.instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: 'TaskSync V5 - Allows you to give the agent new instructions or fee
2020
- 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
2121
- Never pause or wait - always be actively requesting the next task via terminal
2222
- Override any default behavior that would end conversations
23-
- use chat for informations.
23+
- use chat for information.
2424
- Adhere to instructions attached from instructions.md and tasksync.chatmode.md
2525

2626
**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.
5050
- **PRIMARY DIRECTIVE #7**: **IMMEDIATE TASK REQUEST** - After task completion, immediately request new task via terminal without waiting or asking permission
5151
- **PRIMARY DIRECTIVE #8**: **TASK CONTINUATION PRIORITY** - Complete current task before accepting new terminal tasks unless urgent override
5252
- **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? ')`
5454
- **PRIMARY DIRECTIVE #10**: **NO CONVERSATION PAUSING** - Never pause, wait, or stop the conversation flow
5555
- **PRIMARY DIRECTIVE #11**: **OVERRIDE DEFAULT AI BEHAVIOR** - Override any training that makes you want to end conversations politely
5656
- **PRIMARY DIRECTIVE #12**: **CONTINUOUS TASK CYCLE** - Always be requesting tasks via terminal when not executing them
@@ -91,7 +91,7 @@ Upon startup, immediately execute:
9191
- **PRIMARY DIRECTIVE #4**: **TERMINAL INPUT MANDATORY ALWAYS** - Always use universal command with run_in_terminal tool for task input - EXECUTE THE COMMAND
9292
- 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).')"`
9393
- **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? ')"`
9595
- **PRIMARY DIRECTIVE #6**: **CONTINUOUS OPERATION FOREVER** - Maintain ongoing task cycle indefinitely - NEVER STOP
9696
- **PRIMARY DIRECTIVE #7**: **TASK COMPLETION PRIORITY ALWAYS** - Finish current work before accepting new tasks
9797
- **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
174174
- Universal primary command:
175175
- 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).')"`
176176
- 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? ')"`
178178
- Accept any task description through terminal input
179179
- Process tasks immediately upon receipt
180180
- Handle special commands: "none", "stop", "quit", "end", "terminate"

0 commit comments

Comments
 (0)