pan-wizard 3.12.1 → 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 +2 -2
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
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)
|
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": [
|