Skip to content

Commit 7943187

Browse files
committed
fix: attempt to reduce Codex errors in executing the start-work command
1 parent 03e067e commit 7943187

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codex-setup

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ start-work --branch-name "<TASK_BRANCH_NAME>" --task-description "<message>"
3636
<TASK_BRANCH_NAME> should be an appropriate short branch name that describes
3737
well the task description or developer instructions. "<message>" should be
3838
a verbatim copy of the task description or developer instructions (including
39-
new line characters and other punctuation).
39+
new line characters and other punctuation). When running the shell commands,
40+
make sure to escape any characters that may cause issues, such as quotes,
41+
backslashes, and dollar signs.
4042
4143
I REPEAT: THE start-work COMMAND SHOULD BE EXECUTED ONLY IF THE TASK
4244
DESCRIPTION OR DEVELOPER INSTRUCTIONS ARE NOT "go" AND IT SHOULD BE
43-
EXECUTED IMMEDIATELY.
45+
EXECUTED IMMEDIATELY UNDER THE REPOSITORY ROOT.
4446
4547
EOF
4648

0 commit comments

Comments
 (0)