c57d08c0b4
The base prompt is category-agnostic; the actual category context (deep, quick, ultrabrain, writing) layers on top at runtime via the promptAppend parameter resolved by resolvePromptAppend. Distinctive elements: - Closing '# Category context' section explicitly telling the agent to read the appended block as overriding defaults on conflict - Orchestrator-facing final-answer structure (What changed / Key decisions / Verification / Observations / Blockers) instead of a user-facing conversational close - Sparse commentary cadence; the orchestrator synthesizes progress for the user, so mid-task narration is mostly noise getSisyphusJuniorPromptSource() checks gpt-5-5 before the gpt-5.4 / gpt-5.3-codex path so the new prompt takes precedence for gpt-5.5 deployments.