release: 2.1.1 — YOLO Phase 1 abort fix + C-suite claim verification#203
release: 2.1.1 — YOLO Phase 1 abort fix + C-suite claim verification#203auroracapital merged 1 commit intomainfrom
Conversation
Patch release rolling up the two YOLO reliability fixes merged this evening: - PR #201: extract STATE.md walker to bin/ops-gsd-states for shell portability. Restores Phase 1 data-gathering after the inline shell block silently aborted under sh/dash on the bash-only `${d/#\~/$HOME}` expansion. - PR #202: add CLAIM VERIFICATION GUARDRAIL to yolo-ceo / yolo-cto / yolo-cfo / yolo-coo so the agents stop reporting false-positive fires (verify against doppler/aws/git log before asserting; label UNVERIFIED when verification is impossible). Bumps: - plugin.json: 2.1.0 -> 2.1.1 - marketplace.json: 2.1.0 -> 2.1.1 - package.json (bin): 1.7.0 -> 1.7.1 CHANGELOG entry under [2.1.1] with details on both fixes and the real-world false-positive cases that motivated the verification rule. No breaking changes; drop-in replacement for 2.1.0.
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 57 minutes and 49 seconds.Comment |
Summary
Patch release rolling up the two YOLO reliability fixes merged earlier tonight:
bin/ops-gsd-statesfor shell portability. Restores Phase 1 data-gathering after an inline shell block silently aborted undersh/dashon a bash-only${d/#\~/\$HOME}expansion.CLAIM VERIFICATION GUARDRAILto all 4 YOLO C-suite agents (yolo-{ceo,cto,cfo,coo}). Stops false-positive fires from STATE.md pattern-matching by requiring concrete verification (doppler secrets get --plain,git log --grep decomm, etc.) before asserting state, andUNVERIFIEDlabeling when verification is impossible.Version bumps
claude-ops/.claude-plugin/plugin.json: 2.1.0 → 2.1.1.claude-plugin/marketplace.json: 2.1.0 → 2.1.1claude-ops/package.json(bin): 1.7.0 → 1.7.1CHANGELOG
New
[2.1.1]entry with details on both fixes and the real-world false-positive cases that motivated the verification rule (stageryCLERK_AUTHORIZED_PARTIESnot actually missing, healify-langgraphs intentional Phase 19.4 Stage 2 decomm flagged as fire, non-existent stagerystgDoppler config referenced).Test plan
bash tests/test-no-secrets.sh— 14/14 passedbash -n bin/ops-gsd-states— syntax cleanbin/ops-gsd-statesstandalone smoke — returns STATE.md aggregation, exit 0Note
Low Risk
Only metadata/version and documentation updates; no runtime code changes are included in this diff, so functional risk is minimal aside from release/versioning correctness.
Overview
Publishes patch release
2.1.1by bumping the plugin version inplugin.jsonand the marketplace pin, and incrementing the bin package version to1.7.1.Updates
CHANGELOG.mdwith a new2.1.1entry describing/ops:ops-yoloreliability fixes (Phase 1 data-gathering abort fix and new C-suite claim-verification guardrail).Reviewed by Cursor Bugbot for commit 30427f8. Bugbot is set up for automated code reviews on this repo. Configure here.