Seshat CLI
CLI commands and TUI for developer interaction. Provides the human-facing interface to Seshat's capabilities:
seshat scan <path>— scan a project and display analysis reportseshat serve— start MCP server for AI agent connectionsseshat status— show indexed projects, submodules, and database infoseshat review— interactive TUI for convention review (stub)seshat init— generate MCP configuration for detected AI clients (stub)
Uses clap for argument parsing, indicatif for progress bars, and
tracing-subscriber for log output.