episode: No re-exports when refactoring imports — update call sites directly

This commit is contained in:
Cal Corum 2026-02-25 16:44:36 -06:00
parent 71d63fdbe9
commit 9f24e310c6

View File

@ -85,3 +85,9 @@ Errors encountered (2):
- **Tags:** python, refactoring, code-organization, circular-imports, paper-dynasty
- **Memory:** [when-extracting-a-class-also-move-its-module-level-helper-de-9c7873](graph/code-patterns/when-extracting-a-class-also-move-its-module-level-helper-de-9c7873.md)
- **Summary:** ## Pattern\nWhen extracting a class to a new file, check if any module-level helper functions are
## 16:44 - No re-exports when refactoring imports — update call sites directly
- **Type:** decision
- **Tags:** python, refactoring, architecture, imports, paper-dynasty
- **Memory:** [no-re-exports-when-refactoring-imports-update-call-sites-dir-30d490](graph/decisions/no-re-exports-when-refactoring-imports-update-call-sites-dir-30d490.md)
- **Summary:** ## Decision\nWhen moving code to a new module location, do NOT add re-exports in the original file