cli-anything-seaclip A stateless command-line interface for SeaClip-Lite project management. Communicates via HTTP API and direct SQLite reads. No local state or session. Installation Prerequisites: - Python 3.10+ - SeaClip-Lite backend running at localhost:5200 Usage Basic Commands REPL Mode When invoked without a subcommand, the CLI enters an interactive REPL session: Command Groups Issue Issue management commands. | Command | Description | |---------|-------------| | | List issues (--status, --priority, --search, --limit) | | | Create a new issue (--title, --description, --priority) | | |…