Metadata-Version: 2.4
Name: aid-installer
Version: 2.0.1
Summary: AID (AI Integrated Development) CLI installer - puts the persistent aid command on PATH via pipx or pip
Project-URL: Homepage, https://aid.casuloailabs.com
Project-URL: Documentation, https://aid.casuloailabs.com
Project-URL: Repository, https://github.com/AndreVianna/aid-methodology
Project-URL: Issues, https://github.com/AndreVianna/aid-methodology/issues
Author-email: Andre Vianna <andre.vianna.rj@hotmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: AI,aid,cli,development,installer,integrated
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# aid-installer

Install [AID](https://aid.casuloailabs.com) (AI Integrated Development) into your repository.
This package always installs the matching AID release.

`pipx install aid-installer` (recommended) puts a persistent `aid` command on your PATH;
`pip install --user aid-installer` also works.

```bash
pipx install aid-installer
aid add claude-code     # install the AID toolset into the current repository
aid --help
```

AID is a full-lifecycle methodology for building software with AI agents — a phased
skill + specialized-agent pipeline over a per-project Knowledge Base, rendered from a
single source into host-tool install trees for Claude Code, Codex, Cursor, GitHub
Copilot CLI, and Antigravity.

- Documentation: <https://aid.casuloailabs.com>
- Source & issues: <https://github.com/AndreVianna/aid-methodology>

Licensed under the MIT License.
