@gonrocca/zero-pi 0.1.52 → 0.1.53
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 +0 -0
- package/extensions/autotune-extension.ts +0 -0
- package/extensions/autotune.ts +0 -0
- package/extensions/conversation-resume.ts +0 -0
- package/extensions/gh-runner.ts +0 -0
- package/extensions/git-runner.ts +0 -0
- package/extensions/pr-body.ts +0 -0
- package/extensions/provider-guard-extension.ts +0 -0
- package/extensions/provider-guard.ts +0 -0
- package/extensions/scan-guard-extension.ts +0 -0
- package/extensions/scan-guard.ts +0 -0
- package/extensions/sdd-agents.ts +0 -0
- package/extensions/sdd-config.ts +0 -0
- package/extensions/sdd-links.ts +0 -0
- package/extensions/spec-merge-extension.ts +0 -0
- package/extensions/spec-merge.ts +0 -0
- package/extensions/win-tree-kill.ts +0 -0
- package/extensions/working-phrases.ts +0 -0
- package/extensions/zero-archive-extension.ts +0 -0
- package/extensions/zero-banner.ts +0 -0
- package/extensions/zero-branch-extension.ts +0 -0
- package/extensions/zero-diff-extension.ts +0 -0
- package/extensions/zero-git-validate-extension.ts +0 -0
- package/extensions/zero-issue-extension.ts +0 -0
- package/extensions/zero-models-picker.ts +0 -0
- package/extensions/zero-models.ts +0 -0
- package/extensions/zero-pr-extension.ts +0 -0
- package/extensions/zero-status-extension.ts +0 -0
- package/extensions/zero-status.ts +0 -0
- package/extensions/zero-statusline.ts +0 -0
- package/extensions/zero-validate-extension.ts +0 -0
- package/extensions/zero-validate.ts +0 -0
- package/package.json +1 -1
- package/prompts/forge.md +10 -2
- package/prompts/orchestrator.md +0 -0
- package/prompts/phases/build.md +0 -0
- package/prompts/phases/explore.md +0 -0
- package/prompts/phases/plan.md +0 -0
- package/prompts/phases/veredicto.md +0 -0
- package/skills/sdd-routing/SKILL.md +0 -0
package/README.md
CHANGED
|
File without changes
|
|
File without changes
|
package/extensions/autotune.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/extensions/gh-runner.ts
CHANGED
|
File without changes
|
package/extensions/git-runner.ts
CHANGED
|
File without changes
|
package/extensions/pr-body.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/extensions/scan-guard.ts
CHANGED
|
File without changes
|
package/extensions/sdd-agents.ts
CHANGED
|
File without changes
|
package/extensions/sdd-config.ts
CHANGED
|
File without changes
|
package/extensions/sdd-links.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/extensions/spec-merge.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.53",
|
|
4
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": [
|
package/prompts/forge.md
CHANGED
|
@@ -11,8 +11,16 @@ report the result as not verified. Ask the user for interactive or automatic
|
|
|
11
11
|
mode up front; in interactive mode pause after each phase for approval. Never
|
|
12
12
|
claim success unless veredicto returned `pasa`.
|
|
13
13
|
|
|
14
|
-
If the request begins with `--continue
|
|
15
|
-
|
|
14
|
+
**Parse the arguments first.** If the request begins with `--continue`, this is
|
|
15
|
+
a **resume** run, not a fresh one:
|
|
16
|
+
|
|
17
|
+
- `--continue` with no slug → resume mode: hand control to the orchestrator's
|
|
18
|
+
`## Resuming a run` section, which scans `.sdd/*/` for an unfinished run.
|
|
19
|
+
- `--continue <slug>` → resume mode targeting `.sdd/<slug>/` directly. If that
|
|
20
|
+
directory does not exist, report "no such run: <slug>" and stop — do **not**
|
|
21
|
+
start a fresh run under that slug.
|
|
22
|
+
- Anything else (a feature request, or no arguments) → a fresh run: the
|
|
23
|
+
arguments are the feature request below.
|
|
16
24
|
|
|
17
25
|
**Strict TDD by default.** Follow the orchestrator's `## Strict TDD forwarding`:
|
|
18
26
|
build runs test-first (RED → GREEN → TRIANGULATE → REFACTOR) and emits a TDD
|
package/prompts/orchestrator.md
CHANGED
|
File without changes
|
package/prompts/phases/build.md
CHANGED
|
File without changes
|
|
File without changes
|
package/prompts/phases/plan.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|