Skip to main content

Crate starweaver_cli

Crate starweaver_cli 

Source
Expand description

CLI-first local product surface for Starweaver.

Modules§

launcher
Product launcher for starweaver and sw.
session_management
CLI-owned query-only session-management adapter.

Structs§

Cli
Top-level CLI.
CliConfig
Resolved CLI configuration.
CliService
CLI service.
ConfigResolver
Config resolver.
DisplayReplayWindow
Display replay events and the next sequence for live tail continuation.
LocalSessionStore
Session store bound to a resolved CLI database path.
LocalStore
Local product facade backed by the workspace-wide canonical SQLite schema.
LocalStreamArchive
Stream archive bound to a resolved CLI database path.
SlashCommandDefinition
Config-defined slash command prompt.
TrimReport
Trim report.

Enums§

CliCommand
CLI command families.
CliEnvironmentAccessMode
CLI-private access mode for one configured environment mount.
CliError
CLI failure.
OutputMode
Output mode.
SessionCommand
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.

Type Aliases§

CliResult
CLI result alias.