You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(layering): keep the rule catalog free of a cutover-policy helper
The catalog walked the AST with visitAst from record-runtime-policy-ast.ts,
which #1745 renames to cutover-policy-ast.ts -- verified by trial merge: the
import fails to resolve there. A guard-integrity check that breaks when a
neighbouring policy is renamed is the fragility this rule exists to remove,
and a rule catalog has no business depending on a cutover-specific module,
so it collects string literals locally instead.
0 commit comments