pi-workflows 0.11.2

Terminal viewer and live replay server for pi-workflows run bundles
Documentation
# piw

piw is the terminal viewer for [pi-workflows](https://github.com/osolmaz/pi-workflows).
It browses saved workflow runs, follows active runs, and replays recorded workflow and Pi conversation events without rerunning models or tools.

## Install

Install the `pi-workflows` crate to get the `piw` command:

```bash
cargo install pi-workflows
```

## Use

Open the default run directory:

```bash
piw
```

Open another run directory or one specific run bundle:

```bash
piw /path/to/runs
piw /path/to/one-run
```

Serve local runs over the live replay protocol:

```bash
piw serve
```

Connect another viewer to that server:

```bash
piw connect ws://127.0.0.1:9377/ws
```

See the [piw viewer guide](https://github.com/osolmaz/pi-workflows/blob/main/docs/tui-viewer.md) for controls, themes, replay behavior, and remote viewing.