Expand description
Command-line mode module - POLICY layer.
This module owns all command-line mode state and behavior:
CmdlineState- per-client session extensionCmdlinePrompt- prompt type enum (:,/,?)CmdlineBridge- adapts state to JSON for gRPC
§Architecture (#468)
CmdlineState was moved here from the driver layer because it is POLICY
(defines HOW command-line mode behaves). The driver layer only provides
the trait contracts (MECHANISM).
The bridge is registered via BridgeProvider during init(), enabling
generic bridge detection without hardcoded server/driver code.
Structs§
- Cmdline
Bridge - Bridge for command-line state.
- Cmdline
Module - Command-line mode module.
- Cmdline
State - Session extension for command-line state.
Enums§
- Cmdline
Message - A message to display in the command-line area.
- Cmdline
Prompt - Command-line prompt type for session extensions.