Skip to content

Commit 03e067e

Browse files
committed
chore: instruct Codex to preserve the task descriptions precisely
1 parent a564d99 commit 03e067e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

codex-setup

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ just state "go", execute the shell command \`${GET_TASK_CMD}\` under
2828
the repository root and follow the instructions provided in the output.
2929
3030
When the task description or developer instructions are not "go", before
31-
you do anything else, record a precise copy of them with the following
31+
you do anything else, record a verbatim copy of them with the following
3232
shell command:
3333
3434
start-work --branch-name "<TASK_BRANCH_NAME>" --task-description "<message>"
3535
36-
TASK_BRANCH_NAME should be an appropriate short branch name that describes
37-
well the task description or developer instructions.
36+
<TASK_BRANCH_NAME> should be an appropriate short branch name that describes
37+
well the task description or developer instructions. "<message>" should be
38+
a verbatim copy of the task description or developer instructions (including
39+
new line characters and other punctuation).
3840
3941
I REPEAT: THE start-work COMMAND SHOULD BE EXECUTED ONLY IF THE TASK
4042
DESCRIPTION OR DEVELOPER INSTRUCTIONS ARE NOT "go" AND IT SHOULD BE

0 commit comments

Comments
 (0)