docs: point agent rules at their sources of truth - #335
Merged
Conversation
Dropped the enumerated `size-limit` budgets in favour of the `package.json` block Replaced the hard-coded `protect-master` context count with "every context" Dropped the coverage numbers quoted from `bunfig.toml` in `project-testing.md` Split the `dist/` and smoke-job constraints into one bullet per rule Co-Authored-By: Mikita Taukachou <edloidas@gmail.com>
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.
Removed the facts the rules duplicated from machine-readable sources, so they cannot drift. The
size-limitlist had already gone stale — it omitted the 2 kBrender.js — { renderBreakdown }budget.size-limitblock inpackage.jsoninstead of listing four of the five entriesprotect-masternow reads "every context" instead of naming a count.claude/rules/project-testing.mddrops the coverage numbers, whichbunfig.tomldeclares are the only place they livedist/constraint into three bullets and the Deno/Workers constraint into two, one rule eachNo rationale removed, no behavior change.