Expand description
Static metadata for supported CLI adapters.
Single source of truth for per-CLI registration data shared by
beam-cli (setup wizard), beam-daemon (zellij adopt, workflow resume),
and beam-worker (spawn env, prompt passing). Adding a new CLI adapter
requires exactly one new row in CLI_SPECS here (plus the adapter
implementation in beam-worker).
Structs§
- CliSpec
- Static description of one supported CLI.
Constants§
- CLI_
SPECS - All supported CLIs, in setup-wizard display order.
Functions§
- cli_
spec - Look up the spec for a CLI id. Returns
Nonefor unknown ids.