mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user