@gonrocca/zero-pi 0.1.66 → 0.1.67
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.
|
@@ -73,6 +73,22 @@ const THINKING_PLAYFUL = [
|
|
|
73
73
|
"No rompiendo producción",
|
|
74
74
|
"Haciendo que compile en la cabeza",
|
|
75
75
|
"Respirando antes de tocar código",
|
|
76
|
+
"Usando la Fuerza",
|
|
77
|
+
"Afinando el sable láser",
|
|
78
|
+
"Saltando al hiperespacio",
|
|
79
|
+
"Esquivando blasters",
|
|
80
|
+
"Consultando al droide astromecánico",
|
|
81
|
+
"Que el diff te acompañe",
|
|
82
|
+
"Evitando el lado oscuro del scope",
|
|
83
|
+
"No es el bug que estás buscando",
|
|
84
|
+
"Cargando el ki",
|
|
85
|
+
"Entrando en modo Super Saiyajin",
|
|
86
|
+
"Juntando energía para la Genkidama",
|
|
87
|
+
"Buscando las Esferas del Dragón",
|
|
88
|
+
"Entrenando en gravedad 100x",
|
|
89
|
+
"Midiendo poder con el scouter",
|
|
90
|
+
"Preparando un Kamehameha al bug",
|
|
91
|
+
"Teletransportando contexto",
|
|
76
92
|
];
|
|
77
93
|
|
|
78
94
|
/** Thinking verbs biased toward SDD work — used once an SDD run is detected. */
|
|
@@ -98,6 +114,15 @@ const THINKING_SDD = [
|
|
|
98
114
|
"Preguntando lo justo",
|
|
99
115
|
"Cerrando ambigüedades",
|
|
100
116
|
"Forjando el spec",
|
|
117
|
+
"Escribiendo el holocrón del spec",
|
|
118
|
+
"Auditando como Consejo Jedi",
|
|
119
|
+
"Manteniendo balance en la Fuerza",
|
|
120
|
+
"Evitando el lado oscuro del scope creep",
|
|
121
|
+
"Buscando el canon del requisito",
|
|
122
|
+
"Entrenando en la Habitación del Tiempo",
|
|
123
|
+
"Cargando Genkidama de tests",
|
|
124
|
+
"Subiendo el poder del build",
|
|
125
|
+
"Invocando a Shenlong por un veredicto pasa",
|
|
101
126
|
"Maquinando",
|
|
102
127
|
"Razonando",
|
|
103
128
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.67",
|
|
4
4
|
"description": "zero-pi — an installable layer for pi (pi.dev): the zero spec-driven development workflow (clarify → explore → plan → analyze → build → veredicto) with automatic clarify/analyze gates, per-phase model autotune, and token-efficient batched builds. Adds capability to pi without modifying pi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|