chore: strip label-convention enforcement (schema unification prep)#49
Merged
samtuckerdavis merged 4 commits intomainfrom Apr 27, 2026
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (4)
📝 WalkthroughWalkthroughThis change removes 238 lines across four files: three Claude instruction rule documents (desloppify, parallelization, pipeline-nevers policies) and one GitHub Actions workflow that provisioned repository labels. No code logic is altered—purely documentation and infrastructure deletions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 8✅ Passed checks (8 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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 free
to 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.
Summary
Strips label-convention enforcement from the upstream rules + workflow that propagates across the org as prep for unifying the label schema from a clean slate.
Changes
.claude/rules/pipeline-nevers.md(encodes label-driven gate semantics).claude/rules/parallelization.md(encodes label-driven wave dispatch).claude/rules/desloppify.md(references override labels).github/workflows/setup-labels.yml(creates the labels we're tearing down)Out of scope (intentionally)
claude-code/.claude/skills/{issue,merge,run,unblock}/SKILL.md— these are layer-3 dispatcher skills which the operator controls and has stopped. Left for separate handling alongside the new schema rebuild.Why
Org-wide label state is fragmented across 30 repos. Layer-3 dispatcher is stopped, so this won't break in-flight automation. After merge, the
automated-syncworkflow will propagate these deletions to the 10 downstream linter-rule repos.Companion PRs
Open-Paws/context#120— stripslabels.yaml+sync-labels.shfrom the canonical schema repoOpen-Paws/.github— removes the reusableauto-merge.ymlworkflow + label-template files.github/workflows/auto-merge.ymlcallers🤖 Generated with Claude Code
Summary by CodeRabbit