@gonrocca/zero-pi 0.1.42 → 0.1.43
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 +1 -1
- package/prompts/orchestrator.md +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.43",
|
|
4
4
|
"description": "zero-pi — an installable layer for pi (pi.dev): the zero spec-driven development workflow, per-phase model autotune, and skill auto-learning. Adds capability to pi without modifying pi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
package/prompts/orchestrator.md
CHANGED
|
@@ -103,6 +103,15 @@ and the adversarial veredicto. Delegate each phase to its sub-agent and wait
|
|
|
103
103
|
for its result. The orchestrator keeps control of phase order and the round
|
|
104
104
|
count — the sub-agents only carry out their own phase.
|
|
105
105
|
|
|
106
|
+
**Thin briefs — reference, never re-paste.** A sub-agent reads the
|
|
107
|
+
`.sdd/<slug>/` artifacts itself, so its brief carries only what it needs to
|
|
108
|
+
start: the feature slug, the artifact directory, and — for a build batch — the
|
|
109
|
+
batch's task numbers (plus, on a `corregir` re-run, the veredicto's defect
|
|
110
|
+
list). Never paste artifact contents — requirements, design, task text, prior
|
|
111
|
+
findings, file dumps — into a brief; reference them by path. Re-passing context
|
|
112
|
+
the sub-agent can read for itself is wasted tokens on every invocation, and a
|
|
113
|
+
batched build issues many briefs.
|
|
114
|
+
|
|
106
115
|
## Build batching
|
|
107
116
|
|
|
108
117
|
The **build** phase is not one monolithic sub-agent that implements every
|