@gonrocca/zero-pi 0.1.23 โ 0.1.24
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 +2 -3
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -279,11 +279,10 @@ tuned for SDD work. Select it from `/settings`, or set `"theme": "zero-sdd"`.
|
|
|
279
279
|
|
|
280
280
|
## ๐ Relationship to `zero`
|
|
281
281
|
|
|
282
|
-
`zero-pi` is the pi-specific layer of the
|
|
283
|
-
**[zero](https://github.com/gonzalonicolasr/zero)** integrator. The `zero` CLI
|
|
282
|
+
`zero-pi` is the pi-specific layer of the **zero** integrator. The `zero` CLI
|
|
284
283
|
installs this layer onto pi (bootstrapping pi.dev itself when missing) and
|
|
285
284
|
writes the per-phase model configuration. You can also install `zero-pi`
|
|
286
|
-
directly if you only want the pi layer.
|
|
285
|
+
directly with `pi install npm:@gonrocca/zero-pi` if you only want the pi layer.
|
|
287
286
|
|
|
288
287
|
## ๐งช Development
|
|
289
288
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "zero-pi โ an installable layer for pi (pi.dev): the zero spec-driven development workflow, skill auto-learning, and an animated ZERO startup banner. Adds capability to pi without modifying pi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -67,11 +67,10 @@
|
|
|
67
67
|
},
|
|
68
68
|
"repository": {
|
|
69
69
|
"type": "git",
|
|
70
|
-
"url": "git+https://github.com/gonzalonicolasr/zero.git"
|
|
71
|
-
"directory": "packages/zero-pi"
|
|
70
|
+
"url": "git+https://github.com/gonzalonicolasr/zero-pi.git"
|
|
72
71
|
},
|
|
73
|
-
"homepage": "https://github.com/gonzalonicolasr/zero
|
|
72
|
+
"homepage": "https://github.com/gonzalonicolasr/zero-pi#readme",
|
|
74
73
|
"bugs": {
|
|
75
|
-
"url": "https://github.com/gonzalonicolasr/zero/issues"
|
|
74
|
+
"url": "https://github.com/gonzalonicolasr/zero-pi/issues"
|
|
76
75
|
}
|
|
77
76
|
}
|