Expand description
CLI-first local product surface for Starweaver.
Modules§
- launcher
- Product launcher for
starweaverandsw.
Structs§
- Cli
- Top-level CLI.
- CliConfig
- Resolved CLI configuration.
- CliService
- CLI service.
- Config
Resolver - Config resolver.
- Display
Replay Window - Display replay events and the next sequence for live tail continuation.
- Local
Session Store - Shared session store adapter backed by the CLI local
SQLitestore. - Local
Store - Local
SQLiteand file-store handle. - Local
Stream Archive - Shared stream archive adapter backed by the CLI local
SQLitestore. - RpcCommand
- RPC runtime command.
- Slash
Command Definition - Config-defined slash command prompt.
- Trim
Report - Trim report.
Enums§
- CliCommand
- CLI command families.
- CliError
- CLI failure.
- Output
Mode - Output mode.
- RpcTransport
- RPC runtime transport.
- Session
Command - Compact session commands.
Functions§
- command_
output - Return command output for tests and host integrations.
- run
- Run the CLI from an argument iterator.
- run_
from_ env - Run the CLI from process arguments.
- run_
rpc_ server - Run the JSON-RPC host service from a standalone RPC process.
Type Aliases§
- CliResult
- CLI result alias.