README: list the CATSTACK_DRAFTER_CORE flag - #743
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: I11034a1e13b6a10e6ee6f162491c4ef3da4ad1ee
Owner
Author
|
This pull request is part of a Mergify stack:
|
6 tasks
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