summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorJohn Eismeier <[email protected]>2025-11-02 10:56:40 -0500
committerGitHub <[email protected]>2025-11-02 09:56:40 -0600
commit8b70b89fde5a6706ffe9b1a1fa1fd22ddf4b8cfb (patch)
treed81f6f75efae044fb4acb4fba290fd0f8b6fb889 /packages
parentf9dbc586dc362da581146f54174ec115e8b9f287 (diff)
downloadopencode-8b70b89fde5a6706ffe9b1a1fa1fd22ddf4b8cfb.tar.gz
opencode-8b70b89fde5a6706ffe9b1a1fa1fd22ddf4b8cfb.zip
fix: typos (#3757)
Signed-off-by: John E <[email protected]>
Diffstat (limited to 'packages')
-rw-r--r--packages/opencode/src/tool/task.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opencode/src/tool/task.txt b/packages/opencode/src/tool/task.txt
index 2be3819f0..c3a78d4d8 100644
--- a/packages/opencode/src/tool/task.txt
+++ b/packages/opencode/src/tool/task.txt
@@ -26,7 +26,7 @@ Usage notes:
Example usage (NOTE: The agents below are fictional examples for illustration only - use the actual agents listed above):
<example_agent_descriptions>
-"code-reviewer": use this agent after you are done writing a signficant piece of code
+"code-reviewer": use this agent after you are done writing a significant piece of code
"greeting-responder": use this agent when to respond to user greetings with a friendly joke
</example_agent_description>
@@ -45,7 +45,7 @@ function isPrime(n) {
}
</code>
<commentary>
-Since a signficant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
+Since a significant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
</commentary>
assistant: Now let me use the code-reviewer agent to review the code
assistant: Uses the Task tool to launch the code-reviewer agent