Skip to content

v3.0.0

Latest

Choose a tag to compare

@etr etr released this 25 Jun 17:13

Major release: unify on a single skill layer.

Highlights

  • Single skill layer. The commands layer is gone — every capability is now a skill, user-invocable via /groundwork:<name> and, where appropriate, model-invocable.
  • Full lifecycle coverage. Skills now span discovery → domain modeling → architecture → planning → TDD → debugging → validation → shipping, with the new using-groundwork lifecycle router and shared references/checklists.
  • Hardened export installer. install-skills.sh is now fail-closed and portable (bash 3.2 + BSD sed), with parity/leakage tests guarding skill↔config alignment.

Also in this release

  • Store plans locally; pass plan/task to task-executor by path rather than inline content.
  • Add cloud-infrastructure and conventions reviewers; review/checker agents gained dual-output mode (file + stdout).
  • Switch project-state isolation from session-id to terminal pane so concurrent panes don't clobber each other.
  • Fix SubagentStop hook flagging every agent's output as empty.