@gonrocca/zero-pi 0.1.19 → 0.1.20
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
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": [
|
package/prompts/forge.md
CHANGED
|
@@ -14,4 +14,10 @@ claim success unless veredicto returned `pasa`.
|
|
|
14
14
|
If the request begins with `--continue [slug]`, resume that unfinished run from
|
|
15
15
|
its `.sdd/<slug>/` artifacts instead of starting fresh.
|
|
16
16
|
|
|
17
|
+
**Work quietly.** Emit one short status line per phase (`explore → …`, the
|
|
18
|
+
verdict, the round count) — no step-by-step narration, no reasoning out loud,
|
|
19
|
+
and do not echo tool output or agent listings back into the chat. The four
|
|
20
|
+
`zero-*` sub-agents already exist; delegate to them directly without running a
|
|
21
|
+
`subagent` listing. The user wants progress and the final verdict, not a log.
|
|
22
|
+
|
|
17
23
|
Feature request: $ARGUMENTS
|
package/prompts/phases/build.md
CHANGED
|
@@ -18,3 +18,5 @@ change within the plan's scope — do not expand it on your own initiative.
|
|
|
18
18
|
|
|
19
19
|
Run the test suite and make it pass before reporting the phase complete. Report
|
|
20
20
|
what you changed so the veredicto phase has something concrete to review.
|
|
21
|
+
|
|
22
|
+
**Work quietly.** Report only your phase's outcome — concise findings, plan, result, or verdict. No step-by-step narration, no reasoning out loud, no echoing tool output.
|
|
@@ -20,3 +20,5 @@ what is relevant to the request, and what to watch out for.
|
|
|
20
20
|
If the orchestrator includes prior-run memory in your brief, use it: past runs
|
|
21
21
|
record what already broke in this code and which plans were sent back. Fold the
|
|
22
22
|
relevant points into the findings under a "Prior runs" heading.
|
|
23
|
+
|
|
24
|
+
**Work quietly.** Report only your phase's outcome — concise findings, plan, result, or verdict. No step-by-step narration, no reasoning out loud, no echoing tool output.
|
package/prompts/phases/plan.md
CHANGED
|
@@ -80,3 +80,5 @@ means the same number on every run.
|
|
|
80
80
|
the tasks above it), the **bold total** computed as the literal sum of the
|
|
81
81
|
per-task estimates, and the over-budget exceptions list — state "none" when
|
|
82
82
|
there are no exceptions.
|
|
83
|
+
|
|
84
|
+
**Work quietly.** Report only your phase's outcome — concise findings, plan, result, or verdict. No step-by-step narration, no reasoning out loud, no echoing tool output.
|
|
@@ -28,3 +28,5 @@ Never return `pasa` unless the evidence supports it.
|
|
|
28
28
|
State the verdict's reasoning concretely — the specific defects for `corregir`,
|
|
29
29
|
the specific plan flaw for `replantear`. The orchestrator persists that
|
|
30
30
|
reasoning to the run's memory trace, so future runs depend on it being precise.
|
|
31
|
+
|
|
32
|
+
**Work quietly.** Report only your phase's outcome — concise findings, plan, result, or verdict. No step-by-step narration, no reasoning out loud, no echoing tool output.
|