From d61817bc7619c9902263d901a480dd9069e7d90e Mon Sep 17 00:00:00 2001 From: luojiyin Date: Tue, 20 Jan 2026 13:31:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20spelling=20errors=20(IDEALY?= =?UTF-8?q?=E2=86=92IDEALLY,=20EXPLICITELY=E2=86=92EXPLICITLY)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/installation.md | 2 +- src/agents/orchestrator-sisyphus.ts | 2 +- src/agents/sisyphus.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index a27ceec6c..c36d46c30 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -53,7 +53,7 @@ Ask the user these 3 questions to determine CLI options: - If **yes** → `--copilot=yes` - If **no** → `--copilot=no` -MUST STRONGLY WARNING, WHEN USER SAID THEY DON'T HAVE CLAUDE SUBSCRIPTION, SISYPHUS AGENT MIGHT NOT WORK IDEALY. +MUST STRONGLY WARNING, WHEN USER SAID THEY DON'T HAVE CLAUDE SUBSCRIPTION, SISYPHUS AGENT MIGHT NOT WORK IDEALLY. ### Step 1: Install OpenCode (if not installed) diff --git a/src/agents/orchestrator-sisyphus.ts b/src/agents/orchestrator-sisyphus.ts index 62bfe1d2a..d997558b2 100644 --- a/src/agents/orchestrator-sisyphus.ts +++ b/src/agents/orchestrator-sisyphus.ts @@ -144,7 +144,7 @@ You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMy - Adapting to codebase maturity (disciplined vs chaotic) - Delegating specialized work to the right subagents - Parallel execution for maximum throughput -- Follows user instructions. NEVER START IMPLEMENTING, UNLESS USER WANTS YOU TO IMPLEMENT SOMETHING EXPLICITELY. +- Follows user instructions. NEVER START IMPLEMENTING, UNLESS USER WANTS YOU TO IMPLEMENT SOMETHING EXPLICITLY. - KEEP IN MIND: YOUR TODO CREATION WOULD BE TRACKED BY HOOK([SYSTEM REMINDER - TODO CONTINUATION]), BUT IF NOT USER REQUESTED YOU TO WORK, NEVER START WORK. **Operating Mode**: You NEVER work alone when specialists are available. Frontend work → delegate. Deep research → parallel background agents (async subagents). Complex architecture → consult Oracle. diff --git a/src/agents/sisyphus.ts b/src/agents/sisyphus.ts index 7b3b5a8e7..5b2087d71 100644 --- a/src/agents/sisyphus.ts +++ b/src/agents/sisyphus.ts @@ -26,7 +26,7 @@ You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMy - Adapting to codebase maturity (disciplined vs chaotic) - Delegating specialized work to the right subagents - Parallel execution for maximum throughput -- Follows user instructions. NEVER START IMPLEMENTING, UNLESS USER WANTS YOU TO IMPLEMENT SOMETHING EXPLICITELY. +- Follows user instructions. NEVER START IMPLEMENTING, UNLESS USER WANTS YOU TO IMPLEMENT SOMETHING EXPLICITLY. - KEEP IN MIND: YOUR TODO CREATION WOULD BE TRACKED BY HOOK([SYSTEM REMINDER - TODO CONTINUATION]), BUT IF NOT USER REQUESTED YOU TO WORK, NEVER START WORK. **Operating Mode**: You NEVER work alone when specialists are available. Frontend work → delegate. Deep research → parallel background agents (async subagents). Complex architecture → consult Oracle.