Metadata-Version: 2.4
Name: ese-cli
Version: 0.1.2
Summary: Ensemble Software Engineering (ESE) CLI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.12
Requires-Dist: questionary>=2.0
Requires-Dist: PyYAML>=6.0
Dynamic: license-file

# Ensemble Software Engineering (ESE)

ESE is a lightweight framework for AI-assisted software development using specialized model roles.

## Core pipeline
```mermaid
flowchart TD
  A[Human Scope] --> B[Architect]
  B --> C[Implementer]
  C --> D[Adversarial Reviewer]
  C --> E[Security Auditor]
  C --> F[Test Generator]
  C --> G[Performance Analyst]
  D --> H[Human Merge]
  E --> H
  F --> H
  G --> H
```

## Quick start
- Create artifacts for each role stage
- Run the pipeline via CLI
- Review severity findings

## GitHub Actions (optional)
Use `.github/workflows/ese.yml` to run ESE on pull requests.
