Skip to content

Commit cac4f2c

Browse files
committed
test(kanban): update worker-prompt header assertion to match #19427
PR #19427 dropped the 'You are a Kanban worker' identity line from KANBAN_GUIDANCE so SOUL.md stays authoritative for profile identity. This test assertion was stale against that change; update it to the new protocol-only header.
1 parent deb59ea commit cac4f2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/tools/test_kanban_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ def test_kanban_guidance_in_worker_prompt(monkeypatch, tmp_path):
467467
skip_memory=True,
468468
)
469469
prompt = a._build_system_prompt()
470-
# Header phrase
471-
assert "You are a Kanban worker" in prompt
470+
# Header phrase (identity-free — SOUL.md owns identity, layer 3 is protocol)
471+
assert "Kanban task execution protocol" in prompt
472472
# Lifecycle signals
473473
assert "kanban_show()" in prompt
474474
assert "kanban_complete" in prompt

0 commit comments

Comments
 (0)