544 B
544 B
Codex working notes for Didactopustry1
Priority
Stabilize public API compatibility before adding new features.
Compatibility policy
Older test-facing public names should remain importable even if implemented as wrappers.
Python version
Assume Python 3.10 compatibility.
Preferred workflow
- Read failing tests.
- Patch the smallest number of files.
- Run targeted pytest modules.
- Run full pytest.
- Summarize by subsystem.
Avoid
- broad renames
- deleting newer architecture
- refactors unrelated to failing tests