Metadata-Version: 2.4
Name: relaytask
Version: 0.1.0
Summary: Handoff-native multi-repo task workspace manager
Author: Swing
License-Expression: MIT
Keywords: task,workflow,tmux,textual,agent,handoff,worktree
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.85
Dynamic: license-file

# RelayTask

Handoff-native multi-repo task workspace manager for agent-driven feature work.

## Install

```bash
pip install relaytask
```

## Run

```bash
relaytask
relaytask-tui
```

## Local development

```bash
./bin/relaytask
./bin/relaytask-tui
python3 build_relaytask_bundle.py
```
