@prjct.app/pi-plan 0.1.1 → 0.1.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/CHANGELOG.md +4 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pi-plan
|
|
2
2
|
|
|
3
|
-
[](https://pi.dev)
|
|
4
4
|
|
|
5
5
|
Read-only planning with an approval step and tracked execution in Pi.
|
|
6
6
|
|
|
@@ -46,7 +46,7 @@ pi remove npm:@prjct.app/pi-plan
|
|
|
46
46
|
|
|
47
47
|
Use `pi config` to enable or disable individual resources. Use `pi config -l` for project settings and add `-l` to removal when you installed locally.
|
|
48
48
|
|
|
49
|
-
To pin version 0.1.
|
|
49
|
+
To pin version 0.1.2, use `pi install npm:@prjct.app/pi-plan@0.1.2`. Pi skips pinned npm versions during package updates. For a Git installation, update or remove using the same `git:github.com/prjct-app/pi-plan-mode` source instead of the npm source.
|
|
50
50
|
|
|
51
51
|
When switching from GitHub to npm, remove the Git installation first, then install the npm package and restart Pi.
|
|
52
52
|
|