create-harness-vibe-coding 0.7.1 → 0.7.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/package.json
CHANGED
|
@@ -44,6 +44,25 @@ If tempted to edit source → STOP. Spawn a Worker.
|
|
|
44
44
|
5. **Manager MUST spawn ≥2 Workers or dissolve.** 0-1 Workers = Phantom Manager (AP5).
|
|
45
45
|
6. **Overhead > 0.30 → degrade to /wf.** Record the decision in PLAN.md.
|
|
46
46
|
|
|
47
|
+
## When to Ask the User (AskUserQuestion)
|
|
48
|
+
|
|
49
|
+
CEO MUST use the `AskUserQuestion` tool when:
|
|
50
|
+
|
|
51
|
+
- Intent ambiguous after exploration (≥2 valid interpretations)
|
|
52
|
+
- Scope trade-off needs user decision (e.g. "full rewrite vs minimal fix")
|
|
53
|
+
- Architecture direction has ≥2 viable approaches with different trade-offs
|
|
54
|
+
- User gave vague request like "improve performance" or "clean up code"
|
|
55
|
+
- D-GATE reveals >7 files — ask user to narrow scope
|
|
56
|
+
|
|
57
|
+
Format: 2-4 options per question, `multiSelect: false` for exclusive choices. Each option must include a `description` explaining the trade-off. Example:
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
Q: "Auth refactor scope?"
|
|
61
|
+
[1] "Minimal" — fix token validation only, 1 file
|
|
62
|
+
[2] "Standard" — extract middleware + add tests, 3-5 files
|
|
63
|
+
[3] "Full" — new auth module with pluggable providers, 8-12 files
|
|
64
|
+
```
|
|
65
|
+
|
|
47
66
|
## Manager Synthesis (retry/escalation)
|
|
48
67
|
|
|
49
68
|
```
|
|
@@ -7,6 +7,18 @@ description: Cross-model peer review. Invokes the other agent CLI (Codex or Clau
|
|
|
7
7
|
|
|
8
8
|
**Anti-Self-Review Guard:** Use the OTHER CLI. Claude→Codex, Codex→Claude. Never self-review.
|
|
9
9
|
|
|
10
|
+
## When to Ask the User (AskUserQuestion)
|
|
11
|
+
|
|
12
|
+
BEFORE invoking the other CLI, use `AskUserQuestion` to clarify:
|
|
13
|
+
|
|
14
|
+
- Review focus ambiguous → "Which dimension should I prioritize?"
|
|
15
|
+
- Multiple changes to review → "Review all files or specific module?"
|
|
16
|
+
- User said "review this" without specifics → ask scope
|
|
17
|
+
|
|
18
|
+
Format: 2-3 options with trade-off descriptions.
|
|
19
|
+
|
|
20
|
+
**Codex fallback** (no AskUserQuestion tool): output numbered options in markdown, wait for user reply.
|
|
21
|
+
|
|
10
22
|
## CLI Detection & Invocation
|
|
11
23
|
|
|
12
24
|
| Runtime | Command |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generator": "0.7.
|
|
3
|
-
"generated": "2026-06-26T10:
|
|
2
|
+
"generator": "0.7.2",
|
|
3
|
+
"generated": "2026-06-26T10:23:43.805Z",
|
|
4
4
|
"options": [],
|
|
5
5
|
"autoCheck": true,
|
|
6
6
|
"source": "https://raw.githubusercontent.com/zingspark/create-harness-vibe-coding/main/templates/common/",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
".claude/settings.json": "sha256-3ee53515a829b85267b7330fad9e90d797f1bd16964ec9f876fdd630a0d2c093",
|
|
31
31
|
".claude/skills/subagent-orchestrator/SKILL.md": "sha256-c9b90d8cfbeb8e7c1f89519e34d7da8dc0f0cad102092443e221518c723320e1",
|
|
32
32
|
".claude/skills/wf-learn/SKILL.md": "sha256-9e9100a161327d53a35709d881745c5d1473de058707537b3566474f3c113cac",
|
|
33
|
-
".claude/skills/wf-max/SKILL.md": "sha256-
|
|
33
|
+
".claude/skills/wf-max/SKILL.md": "sha256-48571a7e7ab121ceda34a7280311a2a673c67a4da80940f8ea6ab3fc36fcf26f",
|
|
34
34
|
".claude/skills/wf-readme/SKILL.md": "sha256-4d34ee3b6b305fa2581f5d8cb31e9152759f3df8bf8fa08efbb43782f128bdcd",
|
|
35
35
|
".claude/skills/wf-remove/SKILL.md": "sha256-4057d8f0672ad44990354670aeb6c5be0c3d1f934781b26f776323f070f4a984",
|
|
36
|
-
".claude/skills/wf-review/SKILL.md": "sha256-
|
|
36
|
+
".claude/skills/wf-review/SKILL.md": "sha256-43269317af25e38c283ae859c69567b6624cf3be8079feb43aee4afe5d1f0814",
|
|
37
37
|
".claude/skills/wf-update/SKILL.md": "sha256-9c40d89ef52762793d97461da36709148af4a03222c352fde40f0193d0dddb58",
|
|
38
38
|
".codex/config.toml": "sha256-d37497c3278121598a663564ab38b53f658969717f78decb661ddd11c66551ea",
|
|
39
39
|
".codex/hooks.json": "sha256-6d8d237b4a038a48fbadbdd087d9a68dba024bcfd748f59968252ebae7cc2e96",
|