seshat-cli 0.6.0

CLI commands and TUI for Seshat
Documentation

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 report
  • seshat serve — start MCP server for AI agent connections
  • seshat status — show indexed projects, submodules, and database info
  • seshat 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.