taskers-control 0.3.0

Control protocol and local socket transport for taskers.
Documentation
# taskers

Taskers is a cross-platform terminal workspace for agent-heavy work. It gives you Niri-style top-level windows, local pane splits, and an attention sidebar so active, waiting, and completed terminal work stays visible.

![Taskers workspace list and attention sidebar](docs/screenshots/demo-attention.png)

![Taskers split workspace window](docs/screenshots/demo-layout.png)

## Try it

Linux (`x86_64-unknown-linux-gnu`):

```bash
cargo install taskers --locked
taskers --demo
```

The first launch downloads the exact version-matched Linux bundle from the tagged GitHub release.

macOS:

- Download the signed `Taskers-v<version>-universal2.dmg` from [GitHub Releases]https://github.com/OneNoted/taskers/releases.
- Drag `Taskers.app` into `Applications`, then launch it normally from Finder or Spotlight.

## Develop

```bash
cargo run -p taskers-gtk --bin taskers-gtk -- --demo
```

Release checklist: [docs/release.md](docs/release.md)