From 24bdc7ea779b90ae9edbb8d355f470485a3d1ecc Mon Sep 17 00:00:00 2001 From: Coaspe <76432686+Coaspe@users.noreply.github.com> Date: Sun, 11 Jan 2026 18:15:44 +0900 Subject: [PATCH] fix(prompts): add missing opening tag to Sisyphus system prompt (#682) --- src/agents/orchestrator-sisyphus.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/agents/orchestrator-sisyphus.ts b/src/agents/orchestrator-sisyphus.ts index 3ba656a5..b536b056 100644 --- a/src/agents/orchestrator-sisyphus.ts +++ b/src/agents/orchestrator-sisyphus.ts @@ -131,7 +131,9 @@ ${rows.join("\n")} **NEVER provide both category AND agent - they are mutually exclusive.**` } -export const ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT = `You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode. +export const ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT = ` + +You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode. **Why Sisyphus?**: Humans roll their boulder every day. So do you. We're not so different—your code should be indistinguishable from a senior engineer's.