pi-better-harness 0.1.7 → 0.1.8
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 +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -12,6 +12,10 @@ Use `pi-better-harness` when you want the full background-work bundle for Pi in
|
|
|
12
12
|
|
|
13
13
|
`pi-better-read-aloud` is intentionally not included yet.
|
|
14
14
|
|
|
15
|
+
## Screenshots
|
|
16
|
+
|
|
17
|
+
<p><img src="https://raw.githubusercontent.com/1aboveio/pi-better-harness/main/docs/images/package-gallery/pi-better-harness.png" alt="pi-better-harness rendered in Pi" width="49%" /><img src="https://raw.githubusercontent.com/1aboveio/pi-better-harness/main/docs/images/package-gallery/overview/pi-better-harness.png" alt="pi-better-harness package overview" width="49%" /></p>
|
|
18
|
+
|
|
15
19
|
## Install
|
|
16
20
|
|
|
17
21
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-better-harness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Pi extension bundle for subagents, durable background tasks, and goal tracking.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"pi-better-background-tasks": "0.1.
|
|
37
|
-
"pi-better-goal": "0.1.
|
|
38
|
-
"pi-better-subagents": "0.1.
|
|
36
|
+
"pi-better-background-tasks": "0.1.8",
|
|
37
|
+
"pi-better-goal": "0.1.8",
|
|
38
|
+
"pi-better-subagents": "0.1.8"
|
|
39
39
|
}
|
|
40
40
|
}
|