fix(prompts): add missing opening <Role> tag to Sisyphus system prompt (#682)

This commit is contained in:
Coaspe
2026-01-11 18:15:44 +09:00
committed by GitHub
parent 8ff159bc2e
commit 24bdc7ea77

View File

@@ -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 = `
<Role>
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.