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.