refactor(ue_mcp): rename logging.py -> ue_logging.py (stop shadowing stdlib) - #12
Conversation
…stdlib) Commits the in-flight atomic rename: module + the one import line in mcp_server.py, plus .gitignore entries for local fieldhouse tooling. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 53 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughThis PR adds three new ignore patterns to ChangesRepo hygiene and import fix
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
What
ue_mcp/logging.pytoue_mcp/ue_logging.py(100% rename, zero content change) and updates the single import inue_mcp/mcp_server.py.gitignoreentries for local-only tooling (files.zip,cozy.spec.yaml,.planning/fieldhouse/)Why
The module name shadowed Python's stdlib
logging, which is a latent import-order hazard for anything importing within theue_mcppackage.Verification
python -m pytest -q: 415 passed.🤖 Generated with Claude Code
Summary by CodeRabbit
Bug Fixes
Chores