Metadata-Version: 2.4
Name: a2c-cli
Version: 0.2.1
Summary: A2C command-line interface over a2c-core
Author-email: Michel Gillet <michel.gillet@libesys.org>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/libesys/ai-workflows/a2c-workflow
Project-URL: Repository, https://gitlab.com/libesys/ai-workflows/a2c-workflow.git
Project-URL: Documentation, https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/blob/develop/docs/cli.md
Keywords: a2c,architecture,cli,workflow
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: a2c-core==0.2.1
Requires-Dist: typer>=0.12

# a2c-cli

Command-line interface for A2C — inspection, validation, and review-first planning over
`a2c-core`.

Part of the [a2c-workflow](https://gitlab.com/libesys/ai-workflows/a2c-workflow) product.
Lockstep version with `a2c-core` and `a2c-tui`.

## Install

```bash
pip install a2c-cli
```

Console command: `a2c`

## Documentation

- [CLI reference](https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/blob/develop/docs/cli.md)
- [Package publishing](https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/blob/develop/docs/package-publishing.md)
