Rules Hub
Coding Rules Library
← Back to all rules
Rule priority, scope & exceptions
Use this to align rules with the senior-level structure (P0/P1/P2, scope, exceptions/tradeoffs).
fullstack ruleP2universalStack: universal
configbuildreviewcaution
Investigate unexplained changes to generated config metrics
A large unexplained change to a generated value (e.g. desiredEntryPointSize) shouldn't be committed blindly; investigate the cause first.
PR: frontpage-web · org-mining-hist-2026-06Created: Jun 18, 2026
Bad example
Old codejson
| 1 | "desiredEntryPointSize": 28628, // was 55719, unexplained |
Explanation (EN)
Objašnjenje (HR)
Good example
New codejson
| 1 | // investigate why the bundle size halved before committing the new number |
Explanation (EN)
Objašnjenje (HR)