Slash Command Execution Surface
- Entity ID:
ent-20260420-b01a0000001f - Type:
concept - Scope:
shared - Status:
active - Aliases: command trigger surface, REPL + CLI arg command invocation
Description
Two-surface invocation model for slash commands: (1) from the Ink REPL when user types '/' followed by command name, and (2) from CLI args when running claude-code with a command baked into invocation. Both paths resolve against the same getCommands() registry at src/commands.ts. Essential commands surfaced for rebuild verification: /help, /config, /init, /commit, /review.
Key claims
- commands.ts is ~25K lines and registers ~50 slash commands
Relations
- Slash Command Execution Surface --[triggers]--> Command Registry (src/commands.ts)