01 · Prompt
A prompt that defines the rule
A definitive instruction document in `.claude/prompts/` — what counts as a violation, what doesn't, and the suggested fix. The source of truth the next three layers reference.
# .claude/prompts/no-barrel-imports.md
## Rule
A barrel import is any import whose specifier
ends in /index or resolves to a re-exporting
directory. Rewrite to the leaf path. Do not
rename symbols.