Files
temp/features/tui_slash_command_catalog.feature
brent.edwards dc1359fc07 feat(tui): enumerate full slash command set (60+ commands, 14 groups)
Add a specification-aligned slash command catalog and wire it into TUI overlay initialization so command discovery reflects the complete command surface. Cover command and group cardinality plus representative command presence in Behave tests.

ISSUES CLOSED: #1002
2026-04-01 09:23:21 +00:00

14 lines
758 B
Gherkin

Feature: TUI Slash Command Catalog
Scenario: Slash command catalog enumerates 60+ commands across 14 groups
Given the TUI slash command catalog module is loaded
Then the slash command catalog should contain at least 60 commands
And the slash command catalog should contain exactly 14 groups
Scenario: Slash command catalog includes representative commands
Given the TUI slash command catalog module is loaded
Then the slash command catalog should include "session:create"
And the slash command catalog should include "plan:rollback"
And the slash command catalog should include "project:context:show"
And the slash command catalog should include "profile:show"
And the slash command catalog should include "settings"