You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two-workflow release pipeline: release.yml (workflow_dispatch) creates a version-bump PR, and release-publish.yml creates the tag and GitHub Release when the PR merges — respects branch protection without elevated tokens
.github/workflows/tests.yml — CI workflow running bash tests on Ubuntu and PowerShell tests on Windows for PRs and pushes to main
Regression test suites: 25 bash tests (tests/regression/bash/) and 26 PowerShell tests (tests/regression/powershell/)
Fixed
get_incomplete_task_count in ralph-loop.sh returning "0 0" instead of "0" when no incomplete tasks exist — grep -c outputs "0" with exit code 1, then || echo 0 duplicated it (#1)
Hardcoded model: Claude Haiku 4.5 (copilot) in run.md frontmatter preventing use with non-Copilot CLIs or setups without Haiku access (#1)