fabro/lib
Bryan Helmkamp 9e5d77bb0b Enforce no-wildcard-imports via clippy workspace lint
Configure clippy `wildcard_imports = "warn"` at the workspace level and
opt all 28 crates in via `[lints] workspace = true`. Fix the three
production glob imports that triggered warnings: fabro-sandbox
read_guard, fabro-cli main, and fabro-api demo module (allowed via
attribute since it constructs many API types by design). Document the
import style convention in CLAUDE.md.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 11:14:34 -04:00
..
crates Enforce no-wildcard-imports via clippy workspace lint 2026-03-28 11:14:34 -04:00
packages/fabro-api-client Clean up resolved settings interfaces 2026-03-27 15:32:06 -04:00