release: 2.1.2 — SUBORDINATE annotation for ops-gsd-states#205
release: 2.1.2 — SUBORDINATE annotation for ops-gsd-states#205auroracapital merged 1 commit intomainfrom
Conversation
Patch release rolling up the second-pass YOLO false-fire suppression merged tonight (#204): - bin/ops-gsd-states now annotates `[SUBORDINATE — tracking delegated to workspace; do NOT flag as stalled]` for any GSD project whose STATE.md frontmatter has `status: subordinate_to_workspace`. C-suite agents get an inline short-circuit so they stop reporting these as stalled. Bumps: - plugin.json: 2.1.1 -> 2.1.2 - marketplace.json: 2.1.1 -> 2.1.2 - package.json (bin): 1.7.1 -> 1.7.2 CHANGELOG entry under [2.1.2] with the concrete 2026-05-01 case that motivated the fix (COO false-flagged healify-api v3.1 Phase 1 as stalled on a PR that was intentionally superseded). No breaking changes; drop-in replacement for 2.1.1.
|
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 28 minutes and 28 seconds.Comment |
Patch release rolling up #204.
bin/ops-gsd-statesnow annotates[SUBORDINATE — tracking delegated to workspace; do NOT flag as stalled]for projects withstatus: subordinate_to_workspacein STATE.md frontmatter, so C-suite YOLO agents stop false-flagging delegated projects as stalled. Bumps: plugin.json 2.1.1→2.1.2, marketplace.json 2.1.1→2.1.2, package.json 1.7.1→1.7.2. No breaking changes.Note
Low Risk
Low risk patch: small change to
bin/ops-gsd-statesoutput formatting plus version/changelog bumps; main risk is downstream consumers relying on the exact header string.Overview
Bumps the
opsplugin release to2.1.2(andclaude-ops-binto1.7.2) acrossmarketplace.json,plugin.json, andpackage.json, and documents the release inCHANGELOG.md.Updates
bin/ops-gsd-statesto detectstatus: subordinate_to_workspacein.planning/STATE.mdfrontmatter and append a[SUBORDINATE — tracking delegated to workspace; do NOT flag as stalled]annotation to the project header so YOLO C-suite agents can ignore delegated projects during stall detection.Reviewed by Cursor Bugbot for commit 58a64f8. Bugbot is set up for automated code reviews on this repo. Configure here.