pi-cohort 2.0.0 → 2.0.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/CHANGELOG.md +5 -0
- package/README.md +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.1] - 2026-07-02
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Removed the stale `pi-subagents` banner image and demo video from the README; they carried the old branding and rendered wrong on the GitHub and npm package pages.
|
|
7
|
+
|
|
3
8
|
## [2.0.0] - 2026-07-02
|
|
4
9
|
|
|
5
10
|
First public npm release under the new name. Breaking public-identity change: package renamed, distribution moved from git-tag pins to npm.
|
package/README.md
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
<p>
|
|
2
|
-
<img src="https://raw.githubusercontent.com/jjuraszek/pi-cohort/main/banner.png" alt="pi-cohort" width="1100">
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
1
|
# pi-cohort
|
|
6
2
|
|
|
7
3
|
`pi-cohort` lets Pi delegate work to focused child agents. Use it for code review, scouting, implementation, parallel audits, saved workflows, background jobs, and anything else that benefits from a second or third set of model eyes.
|
|
8
4
|
|
|
9
|
-
https://github.com/user-attachments/assets/702554ec-faaf-4635-80aa-fb5d6e292fd1
|
|
10
|
-
|
|
11
5
|
## Installation
|
|
12
6
|
|
|
13
7
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-cohort",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Delegate Pi work to focused child agents: code review, scouting, implementation, parallel audits, saved chains, and background jobs.",
|
|
5
5
|
"author": "Jacek Juraszek",
|
|
6
6
|
"license": "MIT",
|