docs: retire the test-branch PR flow — all submodule PRs target main#45
docs: retire the test-branch PR flow — all submodule PRs target main#45sweetmantech wants to merge 1 commit into
Conversation
The Git Workflow section still instructed api and chat PRs to target the test branch, but that flow was retired (api#750 merged 2026-07-03; chat#1843). Stale guidance here caused agents to be briefed with the wrong base on 2026-07-06 (caught before any PR was opened against test — see recoupable/chat#1850). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 3 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ 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. Comment |
Part of recoupable/chat#1850 — the doc-drift fix behind the base-branch correction in that issue's PR matrix.
What
Retire the
test-branch PR guidance (the reason for this PR). The Git Workflow section still instructed api and chat PRs to targettestwith a test-sync ritual. That flow was retired — api#750 (merged 2026-07-03) and chat#1843 — and both submodules' own CLAUDE.md files already say PRs targetmain. The stale root doc caused agents to be briefed with the wrong base on 2026-07-06 (caught by the submodule docs before any PR was opened againsttest). Both blocks are replaced with a single rule: all submodule PRs targetmain, and the "(e.g.,testvsmain)" example under the common rules is corrected to match.Rides along (pre-existing local edit, committed with permission): the "Internal issue workflow" section documenting the
recoup-internal-dev-issue-tracker/recoup-internal-dev-ship-issueskills and the all-issues-live-in-recoupable/chatconvention.Done when
testin any repo (grep -n "target.*test" AGENTS.md→ no PR-flow hits).api/CLAUDE.mdandchat/CLAUDE.md.🤖 Generated with Claude Code
Summary by cubic
Retires the
test-branch PR flow; all submodule PRs now targetmain, aligning root guidance withapi/CLAUDE.mdandchat/CLAUDE.mdto avoid wrong base selection.Adds an “Internal issue workflow” section documenting
recoup-internal-dev-issue-trackerandrecoup-internal-dev-ship-issue, and clarifies that all issues live inrecoupable/chat.Written for commit bc041cd. Summary will update on new commits.