clawbot/prompts:add-no-types-package-rule
main
Types should be defined alongside the implementations that use them, not in separate 'types' or 'domain' packages. This avoids awkward import aliases and keeps types close to their usage.