README: list the CATSTACK_DRAFTER_CORE flag - #743
Conversation
Owner
Author
|
This pull request is part of a Mergify stack:
|
6 tasks
EdbertChan
force-pushed
the
stack/EdbertChan/drafter-core-flag-readme/turn-drafter-core-pr-rules-off-unless-catstack--3014f5c0
branch
from
September 27, 2026 05:23
359f49d to
8099af0
Compare
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: I11034a1e13b6a10e6ee6f162491c4ef3da4ad1ee
…ub reports a merge conflict against stack/EdbertChan/drafter-core-flag-readme/turn-drafter-core-pr-rules-off-unless-catstack--3014f5c0; Exit code: 0
EdbertChan
force-pushed
the
stack/EdbertChan/drafter-core-flag-readme/list-catstack-drafter-core-flag--11034a1e
branch
from
September 27, 2026 06:08
31e1e4e to
54617b5
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_b858d59c-1a99-46c0-8120-1444177e7ce9) |
added 3 commits
September 27, 2026 06:25
…ub reports a merge conflict against stack/EdbertChan/drafter-core-flag-readme/turn-drafter-core-pr-rules-off-unless-catstack--3014f5c0; Exit code: 0
… its head did not move Exit code: 20
… its head did not move Exit code: 20
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_5952fa91-205b-43c9-8fee-0074bca9601e) |
EdbertChan
pushed a commit
that referenced
this pull request
Sep 27, 2026
… its head did not move Exit code: 0
EdbertChan
pushed a commit
that referenced
this pull request
Sep 27, 2026
… its head did not move Exit code: 0
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
The readme's settings table now lists the new setting that turns the outside PR rule package back on.
Without this row, a reader of the table would not know the PR rules are off by default or how to turn them on.
Review Claim
The readme settings table lists the new PR rule setting and what it does.
Review Lane
docs
Review Unit
docs
Safety Invariant
Text-only change to one table row; no code, hook, or install path reads it.
Slice Rationale
Docs are their own review unit here, so this row sits on top of the PR that adds the setting.
Non-goals
Test Plan
Test Plan
python3 engine/skills/make-pr/scripts/preflight.py --base <parent branch> --body-file <this body>CATSTACK_DRAFTER_CORE=1| env and files | thedraft-prscripts run the drafter-core PR rules; off, they printUNCHECKEDand skip themRevert Plan
Revert Plan
git revert <sha>🤖 Generated with Claude Code
Depends-On: #742
Note
Low Risk
Single README table row; no runtime, hook, or install behavior changes in this diff.
Overview
The Flags table in
README.mdnow includesCATSTACK_DRAFTER_CORE=1, documenting that it is read from env and files (same lookup as other catstack flags) and thatdraft-prscripts either run drafter-core PR rules when on or emitUNCHECKEDand skip them when off.This is a docs-only follow-up so readers see the opt-in switch and default-off behavior without digging into
draft-pror.env.example.Reviewed by Cursor Bugbot for commit 62cd017. Bugbot is set up for automated code reviews on this repo. Configure here.