pigmalion-setup 0.2.1 → 0.2.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/bin/cli.js +1 -4
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -167,10 +167,7 @@ async function runCodex(codexCmd) {
|
|
|
167
167
|
const useShell = process.platform === "win32" && (ext === ".cmd" || ext === ".ps1");
|
|
168
168
|
|
|
169
169
|
const prompt = [
|
|
170
|
-
`Lee y sigue estrictamente SETUP.md en: ${setupPath}
|
|
171
|
-
"Inicia el flujo base con el usuario para definir vision general, documentacion y ROADMAP.",
|
|
172
|
-
"No toques codigo todavia. Solo documentacion, roadmap y arquitectura.",
|
|
173
|
-
"Comienza ahora."
|
|
170
|
+
`"Lee y sigue estrictamente SETUP.md en: ${setupPath} y luego termina."`
|
|
174
171
|
].join("\n");
|
|
175
172
|
|
|
176
173
|
const child = spawn(codexCmd, [prompt], {
|