Metadata-Version: 2.4
Name: codepilot-cli-app
Version: 0.9.11
Summary: CodePilot – agentic engineering CLI
Project-URL: Homepage, https://github.com/your-org/codepilot
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: rich>=13.7.0
Requires-Dist: prompt_toolkit>=3.0.43
Requires-Dist: pyyaml>=6.0
Requires-Dist: codepilot-ai>=0.9.11
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# CodePilot CLI

CodePilot CLI is a cross-platform command-line interface for the `codepilot-ai`
runtime.

## Install

```bash
pipx install codepilot-cli
```

After installation, run it from any directory:

```bash
codepilot
```

The CLI uses the current working directory as the agent workspace.
