fix(rules): invalidate browser guard cache dependencies - #1479
Draft
aidenybai wants to merge 1 commit into
Draft
Conversation
commit: |
This was referenced Jul 29, 2026
aidenybai
force-pushed
the
codex/internal-architecture-02-core-execution
branch
from
July 30, 2026 03:06
ce55017 to
9b6c1d1
Compare
aidenybai
force-pushed
the
codex/internal-architecture-03-package-graph
branch
from
July 30, 2026 03:11
1bcdf56 to
8d3c15e
Compare
aidenybai
changed the base branch from
codex/internal-architecture-02-core-execution
to
main
July 30, 2026 03:11
aidenybai
force-pushed
the
codex/internal-architecture-03-package-graph
branch
from
July 30, 2026 03:16
8d3c15e to
a52eb78
Compare
Contributor
Interactive terminal E2ERecorded from the built CLI at |
aidenybai
force-pushed
the
codex/internal-architecture-03-package-graph
branch
from
July 30, 2026 03:35
a52eb78 to
689ec06
Compare
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.

What changed
The sidecar fingerprint for
no-unguarded-browser-global-in-render-or-hook-initnow includes imported hydration Hooks, aliases, barrel re-exports, tsconfig resolution, unresolved candidates, and the owning package manifest.Why
The rule can follow imported Hooks to prove hydration safety, but its cache collector previously fingerprinted only package.json. Editing an imported guard could therefore replay a stale diagnostic or stale clean result.
Regression review
This PR is independent and targets
main.