Metadata-Version: 2.4
Name: unvibecode
Version: 0.3.5
Summary: Turn complex code into connected LLM context, business workflows, and critical risk findings
Author: UnvibeCode
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: jsonschema>=4.20
Requires-Dist: openai<3,>=2.50
Requires-Dist: pyvis>=0.3.2
Requires-Dist: PyYAML>=6.0
Requires-Dist: tiktoken>=0.8
Requires-Dist: tinycss2>=1.2
Requires-Dist: tree-sitter-language-pack>=0.9
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"

# UnvibeCode

Reverse engineer a complex codebase into business workflows, connected code, LLM-ready context, and evidence-backed business risk findings.

## Requirements

Python 3.11 or newer.

## Install

### Windows

```powershell
py -m pip install --upgrade unvibecode
py -m unvibecode --help
```

Review a repository:

```powershell
py -m unvibecode review --repository "D:\\Projects\\customer-support-agent"
```

### macOS / Linux

```bash
python3 -m pip install --upgrade unvibecode
python3 -m unvibecode --help
```

Review a repository:

```bash
python3 -m unvibecode review --repository "/path/to/repository"
```

## Results

UnvibeCode writes customer results under `./unvibecode_results/`.

A normal review produces:

- `00_unvibecode_results.html` — start here
- Business Workflow Map
- Connected Code Map
- Complete Repository Context
- Business Risk Findings

The Business Workflow Map explains application behavior across files and services. The Connected Code Map primarily shows static code relationships and provides downloadable context for deeper LLM analysis.

No customer OpenAI API key is required. Model requests used by the hosted analysis workflow are routed through the UnvibeCode hosted gateway.
