styleguide: add rule against type-only packages #1

Closed
clawbot wants to merge 1 commits from clawbot/prompts:add-no-types-package-rule into main

1 Commits

Author SHA1 Message Date
user
97f5d8a91f styleguide: add rule against type-only packages
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.
2026-02-23 11:47:34 -08:00