30 lines
551 B
Markdown
30 lines
551 B
Markdown
# pi-tmux-subagent
|
|
|
|
`pi-tmux-subagent` is a Pi extension package that runs subagent tasks in tmux panes and ships the prompts and wrapper code needed to execute those runs.
|
|
|
|
## Install
|
|
|
|
Use it as a local package root today:
|
|
|
|
```bash
|
|
pi install /absolute/path/to/tmux-subagent
|
|
```
|
|
|
|
After this folder is moved into its own repository, the same package can be installed from git.
|
|
|
|
## Resources
|
|
|
|
- Extension: `./index.ts`
|
|
- Prompts: `./prompts/*.md`
|
|
|
|
## Requirements
|
|
|
|
- `tmux` must be available on `PATH`
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm install
|
|
npm test
|
|
```
|