Metadata-Version: 2.4
Name: oknoll
Version: 0.3.0
Summary: oknoll: local-first CLI for building, linting, exploring, and packing OKF bundles
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: mcp>=1.9
Requires-Dist: okf-core==0.3.0
Requires-Dist: oknoll-connectors==0.3.0
Requires-Dist: oknoll-eval==0.3.0
Requires-Dist: oknoll-providers==0.3.0
Requires-Dist: typer>=0.15
Description-Content-Type: text/markdown

# oknoll

Local-first CLI for building, linting, exploring, and packing **OKF v0.2**
knowledge bundles — plain-Markdown, citable, deterministic. Includes the stdio
MCP server (`oknoll serve --mcp`) so agents can explore a bundle.

```sh
uv tool install oknoll        # or: pipx install oknoll
oknoll init myproject && cd myproject
oknoll add ./docs && oknoll build
oknoll ask "what does the security policy say?"
```

Part of [OpenKnoll](https://github.com/openknoll/oknoll-python) — full
documentation, the OKF format, and the design live in the repository README.
