diff --git a/episodes/2026-02-25.md b/episodes/2026-02-25.md index 16ed2d023de..1c68d6929da 100644 --- a/episodes/2026-02-25.md +++ b/episodes/2026-02-25.md @@ -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