@gonrocca/zero-pi 0.1.44 → 0.1.45
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 +7 -1
- package/assets/preview.png +0 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
**The zero spec-driven development workflow, packaged for [pi](https://pi.dev).**
|
|
15
15
|
|
|
16
|
-
[](https://www.npmjs.com/package/@gonrocca/zero-pi) [](https://github.com/gonzalonicolasr/zero-pi) [](./LICENSE) [](https://nodejs.org)
|
|
16
|
+
[](https://www.npmjs.com/package/@gonrocca/zero-pi) [](https://github.com/gonzalonicolasr/zero-pi) [](https://discord.gg/aNFCZBZVT3) [](./LICENSE) [](https://nodejs.org)
|
|
17
|
+
|
|
18
|
+
### 💬 Join the community
|
|
19
|
+
|
|
20
|
+
Questions, ideas, or want to debate workflow design? Come hang out:
|
|
21
|
+
|
|
22
|
+
[](https://discord.gg/aNFCZBZVT3)
|
|
17
23
|
|
|
18
24
|
</div>
|
|
19
25
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "zero-pi — an installable layer for pi (pi.dev): the zero spec-driven development workflow
|
|
3
|
+
"version": "0.1.45",
|
|
4
|
+
"description": "zero-pi — an installable layer for pi (pi.dev): the zero spec-driven development workflow (explore → plan → build → veredicto) with per-phase model autotune and token-efficient batched builds. Adds capability to pi without modifying pi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pi",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"themes": [
|
|
23
23
|
"./themes"
|
|
24
24
|
],
|
|
25
|
+
"image": "https://raw.githubusercontent.com/gonzalonicolasr/zero-pi/main/assets/preview.png",
|
|
25
26
|
"extensions": [
|
|
26
27
|
"./extensions/zero-banner.ts",
|
|
27
28
|
"./extensions/zero-statusline.ts",
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
"prompts",
|
|
40
41
|
"skills",
|
|
41
42
|
"themes",
|
|
43
|
+
"assets/preview.png",
|
|
42
44
|
"extensions/zero-banner.ts",
|
|
43
45
|
"extensions/zero-statusline.ts",
|
|
44
46
|
"extensions/working-phrases.ts",
|