@codex
Analyze this legacy Python repository and produce a concrete execution plan.
Goal:
- Assess how to add type annotations, stdlib unittest coverage, and fix likely bugs safely.
Context:
- This is an older repository with uneven code quality.
- We want minimal-risk modernization, not a large rewrite.
Constraints:
- Do not modify code yet.
- Read the repo and AGENTS.md first.
- Identify package boundaries, entry points, risky modules, external dependencies, and current testability.
- Propose a phased plan grouped by package/module.
- Call out where type annotations are low-risk vs high-risk.
- Call out where unittest is feasible vs where refactoring is needed first.
- Identify likely bug-prone areas, but do not claim bugs without evidence.
Done when:
- You produce:
- a phased execution plan,
- a prioritized module list,
- expected commands for setup/test/type-check,
- key risks and blockers,
- the first recommended small PR scope.
@codex
Analyze this legacy Python repository and produce a concrete execution plan.
Goal:
Context:
Constraints:
Done when: