Skip to content

Commit 7b58ff0

Browse files
Trecekclaude
andcommitted
fix(review): update test recipe to satisfy sentinel validation rule
The test recipe's stop message 'done' triggers the error-severity all-dispatchable-stops-have-sentinel rule, causing get_recipe to return an error instead of valid content. Update the stop message to include 'sentinel' so the recipe passes validation and the restored error-free assertion holds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7c4f8f3 commit 7b58ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/test_tools_kitchen_gate_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_get_recipe_uses_project_dir(tmp_path, monkeypatch):
341341
"steps": {
342342
"stop": {
343343
"action": "stop",
344-
"message": "done",
344+
"message": "Task complete — emit the L3 sentinel block and terminate.",
345345
},
346346
},
347347
}

0 commit comments

Comments
 (0)