Metadata-Version: 2.4
Name: agentic-delivery
Version: 0.2.0
Summary: Agentic Delivery CLI — wrapper over the scripts/* pipeline
Author: Michael Chen
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: pyyaml>=6
Requires-Dist: rich>=13
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: jsonschema>=4; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-snapshot; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# agentic-delivery CLI

A state-aware wrapper over the `scripts/*.sh` pipeline of the
[agentic-delivery](../README.md) repo.

## Install

    pipx install agentic-delivery

Or, in this repo:

    pip install -e cli/

## Usage

    agentic --help
    agentic version

Run inside (or anywhere under) a checked-out `agentic-delivery` repo.

See `docs/superpowers/specs/2026-05-27-agentic-cli-design.md` for the design.
