Skip to content

Commit 5d6ec2e

Browse files
serghei-devsergeyklay
authored andcommitted
fix(prompt): use exact protocol token in RuntimeStatusSuffix godoc
Replace 'review-needed' with 'needs-human-review' in the doc comment to match the actual A2O protocol token, improving grepability.
1 parent 02a27f4 commit 5d6ec2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/prompt/turn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const DefaultContinuationPrompt = "Continue working on this task. Review the cur
1616
// RuntimeStatusSuffix is a fixed instruction string appended to the agent
1717
// prompt on the first turn of each worker run. It informs the agent of
1818
// the A2O status-signaling protocol for reporting blocked or
19-
// review-needed status via the .sortie/status file.
19+
// needs-human-review status via the .sortie/status file.
2020
//
2121
// Continuation turns omit this suffix because the instruction persists
2222
// in the agent's conversation history from turn 1.

0 commit comments

Comments
 (0)