c8464fbc98
* feat: add Kilo soul prompt for consistent personality across all models * fix: gate soul prompt behind Codex check to match existing prompt delivery pattern Codex sessions deliver prompts via options.instructions, not system messages. Prepend the soul to options.instructions for Codex, and skip it from the system array, matching how SystemPrompt.provider() is already handled.