Skip to content

v0.5.5

Choose a tag to compare

@asakaguchi asakaguchi released this 17 Jun 16:51
· 29 commits to main since this release
d2b7e90

Fixed

  • bang-backtick-check.sh no longer hard-blocks consumer repos — a new --skip-if-no-target flag makes --all return a clean skip (rc=0) instead of an rc=2 invocation error when there is no plugins/rite/ markdown to scan (marketplace-only consumer repos), removing the forced manual gate bypass in /rite:pr:ready and /rite:pr:create. Self-host repos keep the original rc=2 misconfiguration diagnostic. (#1551)
  • Active-but-idle session worktrees protected from lazy reappr-cycle-cleanup.sh keeps a worktree whose issue claim holder is active=true even when the claim heartbeat has gone stale (idle past CLAIM_STALE_SECONDS), preventing the /clear "Path does not exist" error from recurring on resume. (#1553)
  • Read-only commands relay their real output again — removed context: fork from /rite:issue:list, /rite:investigate, /rite:workflow, and /rite:skill:suggest so their output is shown inline instead of being replaced by the harness control wrapper. (#1556)
  • orphan-reference-check.sh --all works inside session worktrees — the --all scan now walks paths relative to REPO_ROOT, so running from a .rite/worktrees/issue-N worktree no longer excludes every file and exits 2; orphan detection is restored under the default multi_session.enabled: true. (#1557)