Metadata-Version: 2.5
Name: buildbard
Version: 1.0.0
Summary: Buildbard CLI — spec-driven TDD orchestrator (deviatdd rewrite)
Requires-Python: >=3.13
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

![buildbard](buildbard.svg)

# buildbard

Spec-driven TDD orchestrator. Python CLI (`buildbard` / `bard`).

## Setup

```sh
mise run setup
```

## Use

```sh
mise run dev          # CLI help
mise run check        # lint + format-check
mise run test         # unit tests
```
