Skip to content

v2.3.3 — audit remediation + README rewrite

Choose a tag to compare

@lasswellt lasswellt released this 02 Jun 03:15
· 38 commits to main since this release

[2.3.3] — 2026-06-01 · audit remediation + README rewrite

Fixed

  • orchestrator boot summary: removed unsupported initialPrompt frontmatter (silently ignored per the documented plugin-agent field allowlist) and folded the boot state-summary into the system-prompt body so it actually fires.
  • trigger collisions: added reciprocal routing boundaries for reviewsprint-review, shiprelease, and the bare-audit/security audit overload (object-noun routing); secondary boundaries for sprintimplementsprint-dev, codebase-map↔architect, browseui-audit.
  • hook path robustness: quoted all 38 "${CLAUDE_PLUGIN_ROOT}" command values in hooks.json (shell-form, install-paths-with-spaces safe); taught scripts/validate-plugin-structure.sh to strip the quotes when resolving.
  • version-gating: surfaced the effective Claude Code minimum (>=2.1.117) in plugin.json description (no manifest engines field exists).
  • orphan agents: documented architect + doc-writer as orchestrator-only freeform targets.
  • de-orphaned _shared/scheduling.md (linked from next + code-sweep); removed unsupported color frontmatter from 4 agents; added worker-agent invocation markers (reviewer/test-writer/doc-writer); documented external deps (Playwright MCP, Gemini CLI).

Changed

  • README: full rewrite — corrected the ANSI Shadow ASCII banner; converted 4 ASCII diagrams to Mermaid (holistic-machine overview, the Blitz cycle, review/audit registry core, carry-forward lifecycle); corrected stale counts (shared protocols → 32, check-registry → 94 checks); dropped the nonexistent typed-agent-definitions section.