Metadata-Version: 2.4
Name: aegisure
Version: 0.2.0
Summary: Aegisure CLI and core engine for governing AI coding agents.
Project-URL: Homepage, https://aegisure.dev
Project-URL: Repository, https://github.com/Hetul803/Aegisure
Project-URL: Documentation, https://aegisure.dev/docs
Author: Aegisure
License: Proprietary
Keywords: ai-agents,developer-tools,github,provenance,security
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: cryptography>=42.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: typer>=0.12.0
Description-Content-Type: text/markdown

# Aegisure CLI

Aegisure is the control and audit plane for AI coding agents. The CLI gives a local-first path for generating a repo Constitution, scanning diffs, exporting cross-agent memory files, capturing provenance, and preparing repair prompts.

```bash
pip install aegisure
aegisure init
aegisure scan --staged
aegisure export
```

The static scanner is fully offline and does not call an LLM. Optional review features can use Anthropic, OpenAI, or Ollama when configured.
