## Background A module may call `logging.basicConfig()` at import. ## Why it matters AGENT.md forbids import-time config; it hijacks user logging. ## Acceptance criteria - [ ] Audit all modules; remove import-time basicConfig. - [ ] Add a test that imports the package without configuring root logging. ## Where to look - `src/modeldock/`, `common/logging.py` ## How to claim Comment `/claim` on this issue.
Background
A module may call
logging.basicConfig()at import.Why it matters
AGENT.md forbids import-time config; it hijacks user logging.
Acceptance criteria
Where to look
src/modeldock/,common/logging.pyHow to claim
Comment
/claimon this issue.