Metadata-Version: 2.3
Name: beadsflow
Version: 0.1.0
Summary: Standalone automation loop for repo-local Beads workflows
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# beadsflow

[![Documentation Status](https://readthedocs.org/projects/beadsflow/badge/?version=latest)](https://beadsflow.readthedocs.io/en/latest/?badge=latest)

Standalone tool/package for automating Beads-driven work (epic → child beads) in a repo-local `.beads` database.

## Dev quickstart

```bash
uv sync
just test
just typecheck
just lint
```

## Docs

Hosted docs: https://beadsflow.readthedocs.io/en/latest/

```bash
just docs
```
