I'd like to have a separate variable to reference the AI user system prompt when defining a Workspace task automation. Okay with new variable to retain backwards compatibility with $TASK_PROMPT.
example automation task command: claude --system-prompt "$SYSTEM_PROMPT" -p "$TASK_ONLY_PROMPT"
I'd like to have a separate variable to reference the AI user system prompt when defining a Workspace task automation. Okay with new variable to retain backwards compatibility with
$TASK_PROMPT.example automation task command:
claude --system-prompt "$SYSTEM_PROMPT" -p "$TASK_ONLY_PROMPT"