Avoid unstable cache-key construction
Cache keys built from unstable values cause low hit rates and repeated recomputation.
#Metadata
#Why it matters
Cache keys built from unstable values cause low hit rates and repeated recomputation.
#Remediation
Refactor this path to avoid repeated work in hot execution paths.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.performance.no-cache-miss-from-unstable-key.rule.yaml.