pan-wizard 3.12.0 → 3.12.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/README.md +6 -6
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="assets/pan-readme-hero.png" alt="PanWizard — context engineering that makes AI coding reliable" width="820" />
|
|
3
|
+
<img src="https://cdn.jsdelivr.net/npm/pan-wizard@latest/assets/pan-readme-hero.png" alt="PanWizard — context engineering that makes AI coding reliable" width="820" />
|
|
4
4
|
|
|
5
5
|
# PanWizard
|
|
6
6
|
|
|
7
|
-
**
|
|
7
|
+
**Command a bot army for your codebase** — an Opus *Mission Control* delegates whole-project goals to specialist squads and ships behind a human merge gate. Five AI CLIs, zero context rot.
|
|
8
8
|
|
|
9
|
-
**Solves context rot — the quality degradation that happens as
|
|
9
|
+
**Solves context rot** — the quality degradation that happens as the model fills its context window.
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/pan-wizard)
|
|
12
12
|
[](https://www.npmjs.com/package/pan-wizard)
|
|
@@ -22,7 +22,7 @@ npx pan-wizard@latest
|
|
|
22
22
|
|
|
23
23
|
<br>
|
|
24
24
|
|
|
25
|
-

|
|
25
|
+

|
|
26
26
|
|
|
27
27
|
<br>
|
|
28
28
|
|
|
@@ -79,7 +79,7 @@ PAN is the context engineering layer that makes Claude Code reliable. It breaks
|
|
|
79
79
|
> **Don't run one phase — run the whole project.** `/pan:army` turns PAN's agents into a coordinated army that delivers a goal end-to-end: an Opus **Mission Control** plans the mission and delegates to specialist **squads**, parallel builders each work an isolated git worktree, and **nothing reaches your main branch without green checks and your explicit approval.**
|
|
80
80
|
|
|
81
81
|
<div align="center">
|
|
82
|
-
<img src="assets/pan-orchestration.png" alt="PanWizard specialist agents orchestrated along a pipeline" width="340" />
|
|
82
|
+
<img src="https://cdn.jsdelivr.net/npm/pan-wizard@latest/assets/pan-orchestration.png" alt="PanWizard specialist agents orchestrated along a pipeline" width="340" />
|
|
83
83
|
</div>
|
|
84
84
|
|
|
85
85
|
| Tier | Squad | Does | Access |
|
|
@@ -834,7 +834,7 @@ This removes all PAN commands, agents, hooks, and settings while preserving your
|
|
|
834
834
|
## Documentation
|
|
835
835
|
|
|
836
836
|
<div align="center">
|
|
837
|
-
<img src="assets/pan-docs-header.png" alt="" width="720" />
|
|
837
|
+
<img src="https://cdn.jsdelivr.net/npm/pan-wizard@latest/assets/pan-docs-header.png" alt="" width="720" />
|
|
838
838
|
</div>
|
|
839
839
|
|
|
840
840
|
| Document | Audience | What it covers |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pan-wizard",
|
|
3
|
-
"version": "3.12.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.12.2",
|
|
4
|
+
"description": "Command a bot army for your codebase: an Opus Mission Control delegates whole-project goals to specialist squads and ships behind a human merge gate. Five AI CLIs, zero context rot.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pan-wizard": "bin/install.js"
|
|
7
7
|
},
|
|
@@ -27,7 +27,12 @@
|
|
|
27
27
|
"codex-cli",
|
|
28
28
|
"copilot",
|
|
29
29
|
"copilot-cli",
|
|
30
|
-
"github-copilot"
|
|
30
|
+
"github-copilot",
|
|
31
|
+
"opencode",
|
|
32
|
+
"bot-army",
|
|
33
|
+
"ai-agents",
|
|
34
|
+
"subagents",
|
|
35
|
+
"agent-orchestration"
|
|
31
36
|
],
|
|
32
37
|
"author": "PAN Wizard Contributors",
|
|
33
38
|
"contributors": [
|