Skip to main content

Crate tsafe_cli

Crate tsafe_cli 

Source
Expand description

Library backing the tsafe command-line binary.

The CLI is the operator entry point for local encrypted vault workflows, safe command execution, authority contracts, audits, and companion process launchers. tsafe exec --contract <name> -- <command> runs a command under a named authority contract; tsafe mcp serve --profile <profile> --contract <contract> --workdir <repo> starts the bound MCP normal form by resolving the companion tsafe-mcp binary.

In Agent Authority Firewall usage, the CLI keeps authority selection at startup: one profile, one contract, and one workdir per server process. Separate host entries such as tsafe-cordance and tsafe-cortex should use separate server instances rather than request-time profile or contract switching.

Modules§

cli
explain
In-CLI documentation for concepts (tsafe explain <topic>).
manpages
op_mapping
providers

Functions§

run
Launch the tsafe CLI.