@prjct.app/pi-team 0.4.2 → 0.4.3
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/CHANGELOG.md +2 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -13,6 +13,12 @@ Coordinate independent PI Agent sessions with local team messaging, queued tasks
|
|
|
13
13
|
- Automatic task-boundary compaction before the next team turn, keeping independent sessions focused and reusable.
|
|
14
14
|
- Live request-flow widget showing requester → assignee relationships, folded transcript previews, and one `/team` command surface.
|
|
15
15
|
|
|
16
|
+
## Demo
|
|
17
|
+
|
|
18
|
+
[](https://github.com/prjct-app/pi-team/raw/refs/heads/main/media/pi-team-demo/pi-team-demo.mp4)
|
|
19
|
+
|
|
20
|
+
[Watch or download the 40-second demo](https://github.com/prjct-app/pi-team/raw/refs/heads/main/media/pi-team-demo/pi-team-demo.mp4). It shows the request flow, persistent local coordination, correlated results, and the two-command session setup. The soundtrack is an original instrumental composition with no voice-over or external samples.
|
|
21
|
+
|
|
16
22
|
## Install
|
|
17
23
|
|
|
18
24
|
Requires Pi installed separately and Node.js **22.19 or later**. Compatibility is tested with **Pi 0.85.1**; newer versions are not yet verified. This is an independent community package.
|