initial commit

This commit is contained in:
pi
2026-04-10 23:12:17 +01:00
commit d64e050fcc
34 changed files with 6954 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# 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
```