test(acceptance): align the fleet-help feature with the parity contract

The command-parity harvest fixed /fleet's semantic confusion: /fleet
workers (not status) shows session sub-agents, /fleet status reads the
durable ledger in the TUI, and each row carries its CLI parity hint.
Two feature steps still asserted the old wording (status-shows-
sub-agents and the run-in-your-shell redirect that no longer exists
because the TUI now performs the read itself).
This commit is contained in:
Hmbown
2026-07-27 05:57:54 -07:00
parent 55b4bed83b
commit 473d4012bc

View File

@@ -39,5 +39,5 @@ Feature: Core command visible surfaces
When the user runs the core command "/rlm 1 inspect command extraction"
Then the message window should include "Opening persistent RLM context at depth 1"
When the user runs the core command "/fleet help"
Then the message window should include "/fleet status shows sub-agents in the current TUI session"
And the message window should include "run codewhale fleet status in your shell"
Then the message window should include "/fleet workers (and /subagents) shows sub-agents in the current TUI session only"
And the message window should include "CLI: codewhale fleet status"