You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both manifests said 1.2.0 while main sat 22 commits ahead, so anyone installing
from the marketplace got a version string that did not describe what they
received.
The release is the pre-launch audit: the installer now writes where Claude Code
actually reads, bash users get the environment, /bootstrap works off this
machine, uninstall reverses what it installed, the licensing describes the four
origins it actually has, and CI runs on Linux, macOS, Windows and Alpine instead
of Ubuntu twice.
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"plugins": [
11
11
{
12
12
"name": "vstack",
13
-
"version": "1.2.0",
13
+
"version": "1.3.0",
14
14
"source": "./claude",
15
15
"description": "26 skills that fire without a slash command, 8 agents, 14 commands, and the session hook that routes situations to skills. Most skills are ported from pstack and Superpowers — see claude/skills/ATTRIBUTION.md for per-skill source and license.",
Copy file name to clipboardExpand all lines: claude/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "vstack",
3
-
"version": "1.2.0",
3
+
"version": "1.3.0",
4
4
"description": "Skills that fire on the situation instead of a slash command, plus the subagents, commands, and session hook that make them fire. Verification gates, parallel fan-out, code review, and writing discipline.",
0 commit comments