pi-teams 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**pi-teams** turns your single Pi agent into a coordinated software engineering team. It allows you to spawn multiple "Teammate" agents in separate terminal panes that work autonomously, communicate with each other, and manage a shared task board—all mediated through **tmux**.
|
|
4
4
|
|
|
5
|
+
<a href="pi-team-in-action.png"><img src="pi-team-in-action.png" width="600" alt="pi-teams in action"></a>
|
|
6
|
+
|
|
5
7
|
## 🛠 Installation
|
|
6
8
|
|
|
7
9
|
Open your Pi terminal and type:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-teams",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Agent teams for pi, ported from claude-code-teams-mcp",
|
|
5
5
|
"repository": "github:burggraf/pi-teams",
|
|
6
6
|
"author": "Mark Burggraf",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"@sinclair/typebox": "*"
|
|
23
23
|
},
|
|
24
24
|
"pi": {
|
|
25
|
+
"image": "https://raw.githubusercontent.com/burggraf/pi-teams/main/pi-team-in-action.png",
|
|
25
26
|
"extensions": ["extensions/index.ts"],
|
|
26
27
|
"skills": ["skills"]
|
|
27
28
|
}
|