pi-goal-x 0.7.1 → 0.7.2
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-goal-x",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Goal mode extension for pi: persistent long-running objectives, /goal-set drafting, Sisyphus prompt style, autoContinue, and an above-editor status overlay. Fork of @capyup/pi-goal.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pi-goal-x contributors",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"pi": {
|
|
33
33
|
"extensions": [
|
|
34
34
|
"extensions/goal.ts"
|
|
35
|
-
]
|
|
35
|
+
],
|
|
36
|
+
"image": "https://github.com/tmonk/pi-goal-x/raw/main/screenshot.png"
|
|
36
37
|
},
|
|
37
38
|
"scripts": {
|
|
38
39
|
"check": "tsc --noEmit",
|