Uh oh!
There was an error while loading. Please reload this page.
docs(standards): reconcile 'Ready is the refined queue' with the bug fast-lane - #208
Merged
Merged
Conversation
…fast-lane Saqlain (client-runtime#301): the new bug rule sends defects straight into Ready unrefined, but the next line still called Ready 'the refined queue' flatly, so a reader landing there assumes everything in Ready is refined. Qualify it with the bug exception. Source fix per our own rule (managed block — never hand-edit the synced copies); the standards-sync re-propagates to every repo's CLAUDE.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
saadqbal
approved these changes
Aug 11, 2026
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reconciles an internal contradiction in the managed org-standards block that Saqlain flagged on client-runtime#301.
Before: line 32 sends bugs straight into
Readyunrefined, but line 33 flatly calledReady"the refined queue" — a reader on line 33 alone assumes everything in Ready is refined, which is no longer true.After: line 33 now reads "
Readyis the refined queue — bugs excepted, per the line above —".Per our own rule the synced copies are never hand-edited; this fixes the source so
standards-syncre-propagates to every repo's CLAUDE.md. Unblocks the sync PRs (client-runtime#301 et al.) once re-synced.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only change to org-wide standards prose; no runtime or security impact.
Overview
Fixes a wording clash in the Engineer kanban section of canonical
org-standards.md: bugs can land inReadywithout refinement, but the next bullet still calledReadypurely "the refined queue."The Picking up work line now says
Readyis the refined queue — bugs excepted, per the line above —, so the bug fast-lane and queue guidance read consistently. This is the source file forstandards-sync; downstreamCLAUDE.mdcopies pick it up on the next sync.Reviewed by Cursor Bugbot for commit 533f7d5. Bugbot is set up for automated code reviews on this repo. Configure here.