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
Release v1.37.0: fix dispatch-tool undercount and heredoc/$VAR write over-count
task_count only ever matched tool_use blocks named "Task"; this build's SDK names
the dispatch tool "Agent". Delegation and agent-naming mandates were silently inert
across every install (70 Agent dispatches read as 0). Also fixes the v1.36.0
Bash-write extractor reading heredoc bodies and $VAR redirect targets as real
writes (measured 53->34 dirs, 83->60 exts on a real transcript), and adds
prove-it-works, a Stop-hook check standing in for a skill trigger that cannot be
matched from the user's prompt.
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.36.0",
13
+
"version": "1.37.0",
14
14
"source": "./claude",
15
15
"description": "28 skills that fire without a slash command, 14 agents, 15 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.36.0",
3
+
"version": "1.37.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