diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 33abf7e7..d82fbc90 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -63,7 +63,7 @@ Ask the user these questions to determine CLI options: **Provider Priority**: Native (anthropic/, openai/, google/) > GitHub Copilot > OpenCode Zen > Z.ai Coding Plan -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/atlas.ts b/src/agents/atlas.ts index 0c799432..bb9272f1 100644 --- a/src/agents/atlas.ts +++ b/src/agents/atlas.ts @@ -132,7 +132,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. Specialized work = delegate via category+skills. Deep research = parallel background agents. Complex architecture = consult agents. diff --git a/src/agents/sisyphus.ts b/src/agents/sisyphus.ts index f8250dcf..d12c12dd 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.