fix: Quote unquoted TASK_PROMPT in workspace task commands (OD-2829) #75
| Submitter | Work Horse |
| Target | main |
| Source | issue-2829-ai-workspace-task-inc-prompt |
Merge Strategy
Create Merge Commit
| Submitter | Work Horse |
| Target | main |
| Source | issue-2829-ai-workspace-task-inc-prompt |
Summary
When an AI user's system prompt is included in the workspace task prompt, multi-line content can break task automation if the workspace spec references
$TASK_PROMPTwithout quotes. This change auto-quotes unquoted references in POSIX, PowerShell, and Windows batch shells, and clarifies the task command field description.Fixes #2829
Test plan
$TASK_PROMPTcommand passes the full prompt to the coding agent