Skip to content

v1.2.0

Choose a tag to compare

@GuillemRoca GuillemRoca released this 03 May 15:35
· 8 commits to main since this release
67e4396

Highlights

  • Orchestration patterns — new references/orchestration-patterns.md and agents/README.md documenting the parallel fan-out + merge pattern used by /ship, plus the composition rule that personas don't invoke other personas (Junie orchestrates).
  • Hardened SDD cache hook — full hooks/sdd-cache-*.sh suite (pre/post/purge/selftest) with documentation in hooks/SDD-CACHE.md. Replaces the prior single-script cache flow with a safer, testable pipeline.
  • Agent persona frontmattercode-reviewer, security-auditor, and test-engineer now ship with frontmatter so they can be invoked as proper subagents.
  • /ship rewrite — the ship command now drives the parallel fan-out pattern across the three personas and synthesizes a single go/no-go report.
  • DocsAGENTS.md updated to describe the orchestration model; README and plugin metadata bumped to 1.2.0; .gitignore cleanup; SSH/plugin-update troubleshooting notes.

Changes

  • 67e4396 Orchestration patterns + hardened SDD cache hook (v1.2.0) (#1)
  • 9424706 Document plugin update command and SSH troubleshooting

Full changelog: v1.1.0...v1.2.0