initial commit
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user