Skip to content

v0.7.0

Choose a tag to compare

@jperdior jperdior released this 06 Sep 23:49
· 24 commits to main since this release
b0b5717

Fixes the eleven findings of the first end-to-end run (#13).

  • loop/launch.sh starts the loop detached with one plain command; /ship uses it. Log under ~/.local/state/engineering-loop/runs/, ending in delivery-loop: exit N.
  • The bell no longer prints Device not configured when the run is detached.
  • Pre-flight probes gh api repos/<owner/repo> and refuses a token that cannot see the repository, naming the settings file and its GH_TOKEN= line.
  • setup-loop.sh without a TTY names the file and lines to set, and says a Claude Code ! command is not a terminal.
  • The superpowers lookup follows CLAUDE_CONFIG_DIR.
  • The pre-PR telemetry omits the PR row instead of writing an empty cell into the PR body.
  • /ship watches the run log with a monitor and a timer, relays only ticks, pause, escalation, PR and exit, and reads telemetry from the state directory.
  • /spec-writing sizes the spec to the change (**Size:** bounded | full in the TLDR; six sections for bounded), proposes a fix to a host skill in the way rather than arguing around it, and fails a section left to the template.
  • /pre-implement-spec runs one audit agent for a bounded spec, four for a full one, and never builds to audit.

Upgrade: /plugin update engineering-loop@engineering-loop, then start a new session.