Snapshot assertions should name intent
Snapshot matchers without a snapshot name or preceding intent comment are hard to review in diffs.
#Metadata
#Why it matters
Anonymous snapshots churn without communicating what behavior reviewers should protect.
#Remediation
Add a named snapshot, or place `// snapshot:` on the preceding line describing what the snapshot protects.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.testing.no-snapshot-without-intent.rule.yaml.