Metadata-Version: 2.3
Name: ontology-builder-cli
Version: 0.2.1
Summary: CLI for the OntologyEngine REST API — build, validate, and run ontology graphs
Author: radu-mocanu
Author-email: radu-mocanu <radumocanu15@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.13.3
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: rich>=15.0.0
Requires-Dist: typer>=0.25.1
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# ontology-builder-cli

A typed Python CLI for the OntologyBuilder REST API — built for agents and humans alike.

```bash
pip install ontology-builder-cli
ontology-cli --help
```

## Releasing

Bump `plugin/.claude-plugin/plugin.json` → `version` before every publish. This is
required for the plugin marketplace to detect and distribute the update to installed
clients. Any of the following changes warrants a bump:

- Any edit to a skill file (`SKILL.md`, `FROM-SOURCE.md`, `SPEC-DRIVEN.md`, or any
  future skill file under `plugin/skills/`)
- Any change to the CLI (`src/ontology_builder_cli/`) that affects commands, flags,
  or output format that skill instructions depend on
- Any change to `docker-compose.yml` that alters service names, ports, or startup
  behaviour referenced in the skills
