Metadata-Version: 2.4
Name: priorstudio-studio
Version: 0.4.0
Summary: Static-site Studio for PriorStudio — renders an FM project as a browsable web UI.
Author: PriorStudio contributors
License: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: jinja2>=3.1
Requires-Dist: markdown>=3.5
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# priorstudio-studio

Static-site renderer for an FM project. Reads `ROADMAP.md`, `initiatives/`, `priors/`, `models/`, `evals/`, `runs/`, and `literature/` and produces a browsable HTML site.

```bash
priorstudio studio build       # output in _studio/
priorstudio studio serve       # build + serve at http://localhost:8000
```

The site is the same artifacts you'd review in a PR, just rendered. No database, no server, no auth — git is still the source of truth.
