Metadata-Version: 2.4
Name: vurnix
Version: 0.1.0
Summary: Local-first software factory: deterministic multi-agent orchestration for small local models. Early development.
Project-URL: Homepage, https://github.com/shiersa/vurnix
Project-URL: Repository, https://github.com/shiersa/vurnix
Author: shiersa
License-Expression: MIT
License-File: LICENSE
Keywords: agents,deterministic,local-llm,orchestration,software-factory
Classifier: Development Status :: 3 - Alpha
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.10
Description-Content-Type: text/markdown

# Vurnix

**A local-first software factory.** Deterministic multi-agent orchestration that turns
small local models (12B-class, on your own hardware) into working software — end to end,
from PRD to a clone-and-run repository.

> **Status: early development (alpha).** This release reserves the `vurnix` CLI entry
> point and ships an environment preflight. The pipeline lands in a later release.

## Why Vurnix

- **Weak-local-model first** — designed around small open-weight models running locally,
  not frontier APIs. The orchestration layer, not model size, does the heavy lifting.
- **Deterministic orchestration** — scheduling, gating, and verification are plain code:
  same input, same build plan. LLMs write code; they don't run the factory.
- **Self-evolving** — lessons and skills accumulate from every build and graduate into
  deterministic checks over time.
- **Fully autonomous** — PRD in, pushed clone-and-run repository out.

## Install

```sh
pip install vurnix     # or: uv tool install vurnix
```

```sh
vurnix info      # what this is
vurnix doctor    # preflight your environment
vurnix version
```

An `npm i -g vurnix` stub is also published to hold the name; the Python package is primary.

## Roadmap

- [ ] Pipeline release (build orchestration + verification gates)
- [ ] Hub (observability)
- [ ] Docs

## License

MIT — see [LICENSE](LICENSE). This covers the placeholder CLI; future components may
ship under their own terms.
