refactor(health): resolve current auto-sprint hotspot - #1225
Conversation
🔍 Dogfood PR Check
Change impact: Claim invariant test output (last 30 lines)What these tests guard:
Full results: workflow run Dogfood PR Check — docs/superpowers/specs/2026-07-08-svcd-dogfood-system-design.md |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 80dc8f7263
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
UMLExporter.class_diagraminto the existing focused builder moduleCloses #1224
Why
The daily backlog's first two snapshots were stale (
uml_state.pyandcache/extraction.pynow grade A). The next live candidate,uml_export.py, remained grade C with major long-function findings. During the required quick gate, the quarantined 500 ms constraint evaluator budget failed twice under xdist contention. The callee-prefix SQL pushdown removes impossible rows before the Python hot loop without weakening the budget or changing matching semantics.Evidence
uml_export.py: health 73.6 → 77.8; refactor suggestions 4 → 3constraints/evaluator.py: health 78.8/C → 82.9/BSafety