Metadata-Version: 2.4
Name: optimus-cli
Version: 0.1.1
Summary: optimus - meta-skill for LLM/agent tooling (wiki, caveman, aura, graphify). Installs the prebuilt Rust binary as `optimus`.
Author-email: bitphill <bitphill@tuta.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/bitphill/optimus
Project-URL: Repository, https://github.com/bitphill/optimus
Project-URL: Issues, https://github.com/bitphill/optimus/issues
Keywords: llm,agent,cli,wiki,rust,cascade
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Programming Language :: Rust
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# optimus-cli

Thin installer for [`optimus`](https://github.com/bitphill/optimus), a Rust
meta-skill CLI (wiki, caveman, aura, graphify).

`pip install optimus-cli` gives you an `optimus` command. On first run it
downloads the matching prebuilt binary from the project's GitHub release,
verifies it against the release's published `SHA256SUMS`, and caches it in
`~/.cache/optimus/bin/` (or `%LOCALAPPDATA%\optimus\bin\` on Windows).

Currently ships prebuilt binaries for Linux x86_64 (glibc + static musl,
auto-detected). Other platforms: build from source via
[`install.sh` / `install.bat`](https://github.com/bitphill/optimus#install).

See the [main README](https://github.com/bitphill/optimus) for the full
sub-skill reference (`optimus wiki`, `optimus caveman`, `optimus aura`,
`optimus graphify`, `optimus init manual|auto`).
