pan-wizard 3.8.0 → 3.12.0
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 +80 -9
- package/agents/pan-conductor.md +15 -3
- package/agents/pan-counterfactual.md +1 -2
- package/agents/pan-debugger.md +1 -2
- package/agents/pan-distiller.md +1 -2
- package/agents/pan-document_code.md +1 -0
- package/agents/pan-executor.md +1 -0
- package/agents/pan-experiment-runner.md +1 -2
- package/agents/pan-hardener.md +1 -2
- package/agents/pan-integration-checker.md +1 -2
- package/agents/pan-knowledge.md +1 -2
- package/agents/pan-meta-reviewer.md +1 -2
- package/agents/pan-optimizer.md +1 -0
- package/agents/pan-phase-researcher.md +1 -0
- package/agents/pan-plan-checker.md +1 -2
- package/agents/pan-planner.md +1 -0
- package/agents/pan-previewer.md +1 -2
- package/agents/pan-project-researcher.md +6 -0
- package/agents/pan-release.md +58 -0
- package/agents/pan-research-synthesizer.md +7 -0
- package/agents/pan-reviewer.md +2 -3
- package/agents/pan-roadmapper.md +1 -0
- package/agents/pan-verifier.md +1 -2
- package/assets/pan-avatar.png +0 -0
- package/assets/pan-developer.png +0 -0
- package/assets/pan-docs-header.png +0 -0
- package/assets/pan-hero.png +0 -0
- package/assets/pan-logo-2000-transparent.svg +11 -30
- package/assets/pan-logo-2000.svg +12 -43
- package/assets/pan-logo-lockup.svg +11 -0
- package/assets/pan-mark.svg +7 -0
- package/assets/pan-orchestration.png +0 -0
- package/assets/pan-readme-hero.png +0 -0
- package/assets/terminal.svg +39 -119
- package/bin/install-lib.cjs +661 -46
- package/bin/install.js +722 -116
- package/commands/pan/army.md +169 -0
- package/commands/pan/dashboard.md +25 -0
- package/commands/pan/experiment.md +2 -0
- package/commands/pan/focus-auto.md +32 -4
- package/commands/pan/hud.md +91 -0
- package/commands/pan/profile.md +2 -0
- package/hooks/dist/pan-cost-logger.js +22 -7
- package/package.json +5 -4
- package/pan-wizard-core/bin/lib/campaign.cjs +198 -0
- package/pan-wizard-core/bin/lib/commands-learnings.cjs +544 -0
- package/pan-wizard-core/bin/lib/commands.cjs +12 -523
- package/pan-wizard-core/bin/lib/constants.cjs +8 -0
- package/pan-wizard-core/bin/lib/core.cjs +80 -0
- package/pan-wizard-core/bin/lib/cost.cjs +62 -8
- package/pan-wizard-core/bin/lib/focus.cjs +13 -1
- package/pan-wizard-core/bin/lib/git.cjs +6 -1
- package/pan-wizard-core/bin/lib/hud.cjs +887 -0
- package/pan-wizard-core/bin/lib/lock.cjs +108 -0
- package/pan-wizard-core/bin/lib/milestone.cjs +3 -2
- package/pan-wizard-core/bin/lib/phase-remove.cjs +392 -0
- package/pan-wizard-core/bin/lib/phase.cjs +4 -369
- package/pan-wizard-core/bin/lib/runner.cjs +5 -0
- package/pan-wizard-core/bin/lib/squads.cjs +152 -0
- package/pan-wizard-core/bin/lib/state.cjs +10 -1
- package/pan-wizard-core/bin/lib/verify-deploy.cjs +181 -0
- package/pan-wizard-core/bin/lib/verify-drift.cjs +255 -0
- package/pan-wizard-core/bin/lib/verify-preflight.cjs +261 -0
- package/pan-wizard-core/bin/lib/verify-retro.cjs +177 -0
- package/pan-wizard-core/bin/lib/verify.cjs +10 -797
- package/pan-wizard-core/bin/lib/worktree.cjs +123 -0
- package/pan-wizard-core/bin/pan-tools.cjs +78 -0
- package/pan-wizard-core/learnings/universal/autonomous-loop.md +56 -0
- package/pan-wizard-core/workflows/plan-phase.md +11 -0
- package/scripts/build-plugin.js +105 -0
- package/scripts/install-git-hooks.js +64 -0
- package/scripts/release-check.js +13 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
|
|
2
|
+
<line x1="50" y1="26" x2="26" y2="74" stroke="#5B4BE6" stroke-width="7" stroke-linecap="round"></line>
|
|
3
|
+
<line x1="50" y1="26" x2="74" y2="74" stroke="#5B4BE6" stroke-width="7" stroke-linecap="round"></line>
|
|
4
|
+
<circle cx="50" cy="26" r="13" fill="#FF5A3C"></circle>
|
|
5
|
+
<circle cx="26" cy="74" r="11" fill="#FFCE4A"></circle>
|
|
6
|
+
<circle cx="74" cy="74" r="11" fill="#1E8E5A"></circle>
|
|
7
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
package/assets/terminal.svg
CHANGED
|
@@ -1,119 +1,39 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
</
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</
|
|
26
|
-
</
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<!-- Title bar text -->
|
|
42
|
-
<text x="480" y="25" text-anchor="middle" class="mono" font-size="12" fill="#555570">pan-wizard</text>
|
|
43
|
-
|
|
44
|
-
<!-- Content -->
|
|
45
|
-
<g transform="translate(36, 62)">
|
|
46
|
-
|
|
47
|
-
<!-- Prompt + command -->
|
|
48
|
-
<text class="mono" font-size="14" y="0">
|
|
49
|
-
<tspan fill="#9ece6a">~/my-project</tspan>
|
|
50
|
-
<tspan fill="#555570"> $ </tspan>
|
|
51
|
-
<tspan fill="#c0caf5">npx pan-wizard</tspan>
|
|
52
|
-
</text>
|
|
53
|
-
|
|
54
|
-
<!-- Clean PAN wordmark -->
|
|
55
|
-
<g transform="translate(36, 40)" filter="url(#glow)">
|
|
56
|
-
<text fill="url(#panGrad)" class="sans" font-size="72" font-weight="900" letter-spacing="-2">PAN</text>
|
|
57
|
-
<text fill="url(#gold)" class="sans" font-size="20" font-weight="300" x="188" y="0" letter-spacing="6">WIZARD</text>
|
|
58
|
-
</g>
|
|
59
|
-
|
|
60
|
-
<!-- Pokeball divider -->
|
|
61
|
-
<line x1="0" y1="124" x2="888" y2="124" stroke="#FFCC00" stroke-opacity="0.2" stroke-width="1"/>
|
|
62
|
-
<circle cx="444" cy="124" r="6" fill="none" stroke="#FFCC00" stroke-opacity="0.2" stroke-width="1"/>
|
|
63
|
-
<circle cx="444" cy="124" r="2" fill="#FFCC00" opacity="0.25"/>
|
|
64
|
-
|
|
65
|
-
<!-- Version + description -->
|
|
66
|
-
<text class="mono" font-size="13" y="152">
|
|
67
|
-
<tspan fill="#555570">v0.1.0</tspan>
|
|
68
|
-
<tspan fill="#3a3a52"> · </tspan>
|
|
69
|
-
<tspan fill="#8888aa">Workflow automation for Claude Code</tspan>
|
|
70
|
-
</text>
|
|
71
|
-
|
|
72
|
-
<!-- Install steps -->
|
|
73
|
-
<text class="mono" font-size="13" y="192">
|
|
74
|
-
<tspan fill="#9ece6a"> ✔</tspan>
|
|
75
|
-
<tspan fill="#c0caf5"> Detected project</tspan>
|
|
76
|
-
<tspan fill="#555570"> package.json</tspan>
|
|
77
|
-
</text>
|
|
78
|
-
<text class="mono" font-size="13" y="216">
|
|
79
|
-
<tspan fill="#9ece6a"> ✔</tspan>
|
|
80
|
-
<tspan fill="#c0caf5"> Installed</tspan>
|
|
81
|
-
<tspan fill="#EE1515"> 32</tspan>
|
|
82
|
-
<tspan fill="#c0caf5"> slash commands</tspan>
|
|
83
|
-
</text>
|
|
84
|
-
<text class="mono" font-size="13" y="240">
|
|
85
|
-
<tspan fill="#9ece6a"> ✔</tspan>
|
|
86
|
-
<tspan fill="#c0caf5"> Configured agents, workflows, hooks</tspan>
|
|
87
|
-
</text>
|
|
88
|
-
|
|
89
|
-
<!-- Divider -->
|
|
90
|
-
<line x1="0" y1="264" x2="888" y2="264" stroke="#3a3a52" stroke-width="1"/>
|
|
91
|
-
|
|
92
|
-
<!-- Quick start hints -->
|
|
93
|
-
<text class="mono" font-size="13" y="292">
|
|
94
|
-
<tspan fill="#FFCC00"> ▸</tspan>
|
|
95
|
-
<tspan fill="#c0caf5"> New project</tspan>
|
|
96
|
-
<tspan fill="#555570"> ········ </tspan>
|
|
97
|
-
<tspan fill="#EE1515">/pan:new-project</tspan>
|
|
98
|
-
</text>
|
|
99
|
-
<text class="mono" font-size="13" y="316">
|
|
100
|
-
<tspan fill="#FFCC00"> ▸</tspan>
|
|
101
|
-
<tspan fill="#c0caf5"> Check progress</tspan>
|
|
102
|
-
<tspan fill="#555570"> ····· </tspan>
|
|
103
|
-
<tspan fill="#EE1515">/pan:progress</tspan>
|
|
104
|
-
</text>
|
|
105
|
-
<text class="mono" font-size="13" y="340">
|
|
106
|
-
<tspan fill="#FFCC00"> ▸</tspan>
|
|
107
|
-
<tspan fill="#c0caf5"> All commands</tspan>
|
|
108
|
-
<tspan fill="#555570"> ······· </tspan>
|
|
109
|
-
<tspan fill="#EE1515">/pan:help</tspan>
|
|
110
|
-
</text>
|
|
111
|
-
|
|
112
|
-
<!-- Final prompt -->
|
|
113
|
-
<text class="mono" font-size="14" y="390">
|
|
114
|
-
<tspan fill="#9ece6a">~/my-project</tspan>
|
|
115
|
-
<tspan fill="#555570"> $ </tspan>
|
|
116
|
-
<tspan fill="#c0caf5">▌</tspan>
|
|
117
|
-
</text>
|
|
118
|
-
</g>
|
|
119
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 980 470" font-family="'JetBrains Mono','SFMono-Regular',Consolas,monospace">
|
|
2
|
+
<rect width="980" height="470" rx="16" fill="#211E18"/>
|
|
3
|
+
<rect width="980" height="46" rx="16" fill="#2A251D"/>
|
|
4
|
+
<rect y="32" width="980" height="14" fill="#2A251D"/>
|
|
5
|
+
<circle cx="28" cy="23" r="6.5" fill="#FF5A3C"/>
|
|
6
|
+
<circle cx="50" cy="23" r="6.5" fill="#FFCE4A"/>
|
|
7
|
+
<circle cx="72" cy="23" r="6.5" fill="#1E8E5A"/>
|
|
8
|
+
<g transform="translate(434,12) scale(0.22)">
|
|
9
|
+
<line x1="50" y1="26" x2="26" y2="74" stroke="#5B4BE6" stroke-width="9" stroke-linecap="round"/>
|
|
10
|
+
<line x1="50" y1="26" x2="74" y2="74" stroke="#5B4BE6" stroke-width="9" stroke-linecap="round"/>
|
|
11
|
+
<circle cx="50" cy="26" r="13" fill="#FF5A3C"/>
|
|
12
|
+
<circle cx="26" cy="74" r="11" fill="#FFCE4A"/>
|
|
13
|
+
<circle cx="74" cy="74" r="11" fill="#1E8E5A"/>
|
|
14
|
+
</g>
|
|
15
|
+
<text x="460" y="28" font-family="'Gabarito','Segoe UI',sans-serif" font-size="13" font-weight="700"><tspan fill="#FF9077">Pan</tspan><tspan fill="#A7A091">Wizard · pan army</tspan></text>
|
|
16
|
+
|
|
17
|
+
<g transform="translate(40,84)" font-size="14">
|
|
18
|
+
<text y="0"><tspan fill="#76D2A2">~/billing-app</tspan><tspan fill="#6E685B"> $ </tspan><tspan fill="#FF9077">/pan:army </tspan><tspan fill="#FBF7EE">"ship the billing module"</tspan></text>
|
|
19
|
+
|
|
20
|
+
<text y="40"><tspan fill="#FF5A3C" font-weight="700">◆ Mission Control</tspan><tspan fill="#8C8475"> Opus · plans the goal, delegates to squads, never writes code</tspan></text>
|
|
21
|
+
|
|
22
|
+
<text y="78"><tspan fill="#76D2A2"> ✓ </tspan><tspan fill="#8A7DF0" font-weight="700">Architecture</tspan><tspan fill="#C9C3B6"> contract designed</tspan><tspan fill="#6E685B"> · read-only</tspan></text>
|
|
23
|
+
|
|
24
|
+
<text y="110"><tspan fill="#FF9077"> ◐ </tspan><tspan fill="#FF9077" font-weight="700">Build</tspan><tspan fill="#C9C3B6"> parallel agents — one isolated worktree each</tspan></text>
|
|
25
|
+
<text y="138"><tspan fill="#6E685B"> ↳ </tspan><tspan fill="#C9C3B6">army/webhooks </tspan><tspan fill="#FF5A3C">████████</tspan><tspan fill="#3A352C">░░</tspan><tspan fill="#8C8475"> building</tspan></text>
|
|
26
|
+
<text y="162"><tspan fill="#6E685B"> ↳ </tspan><tspan fill="#C9C3B6">army/invoice-pdf </tspan><tspan fill="#FF5A3C">██████</tspan><tspan fill="#3A352C">░░░░</tspan><tspan fill="#8C8475"> building</tspan></text>
|
|
27
|
+
<text y="186"><tspan fill="#6E685B"> ↳ </tspan><tspan fill="#C9C3B6">army/usage-meter </tspan><tspan fill="#3FB07A">██████████</tspan><tspan fill="#76D2A2"> ✓ ready</tspan></text>
|
|
28
|
+
|
|
29
|
+
<text y="224"><tspan fill="#76D2A2"> ◐ </tspan><tspan fill="#76D2A2" font-weight="700">Quality</tspan><tspan fill="#C9C3B6"> adversarial review</tspan><tspan fill="#6E685B"> · queued</tspan></text>
|
|
30
|
+
|
|
31
|
+
<text y="256"><tspan fill="#FFD86B"> ⏸ </tspan><tspan fill="#FFD86B" font-weight="700">Release</tspan><tspan fill="#C9C3B6"> squash-merge prepared, CI green</tspan><tspan fill="#FFD86B"> · awaiting human ✋</tspan></text>
|
|
32
|
+
|
|
33
|
+
<line x1="0" y1="284" x2="900" y2="284" stroke="#3A352C" stroke-width="1"/>
|
|
34
|
+
|
|
35
|
+
<text y="314" font-size="13"><tspan fill="#A7A091">autonomy runs up to the irreversible step — </tspan><tspan fill="#FBF7EE">a human approves every merge.</tspan></text>
|
|
36
|
+
|
|
37
|
+
<text y="356"><tspan fill="#76D2A2">~/billing-app</tspan><tspan fill="#6E685B"> $ </tspan><tspan fill="#FBF7EE">▌</tspan></text>
|
|
38
|
+
</g>
|
|
39
|
+
</svg>
|