pan-wizard 3.12.0 → 3.12.1

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
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
 
@@ -22,7 +22,7 @@ npx pan-wizard@latest
22
22
 
23
23
  <br>
24
24
 
25
- ![PanWizard bot army — Mission Control delegating to squads, builders in isolated worktrees, human-gated merge](assets/terminal.svg)
25
+ ![PanWizard bot army — Mission Control delegating to squads, builders in isolated worktrees, human-gated merge](https://cdn.jsdelivr.net/npm/pan-wizard@latest/assets/terminal.svg)
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,6 +1,6 @@
1
1
  {
2
2
  "name": "pan-wizard",
3
- "version": "3.12.0",
3
+ "version": "3.12.1",
4
4
  "description": "A lightweight workflow automation and context engineering system for Claude Code, OpenCode, Gemini CLI, Codex, and Copilot CLI.",
5
5
  "bin": {
6
6
  "pan-wizard": "bin/install.js"