Skip to the content.

LLM forgets stuff all the time

If it already forgets the package manager, assume the rest also is in danger. Therefore CONTEXT MANAGEMENT IS PARAMOUNT:

● Perfect! Now let me verify that the main init.py file still works correctly with the reorganized structure:

● Bash(python3 -c "from webgen_shared.topology.cutting import CuttingService, CuttingConfig, CuttingPresets, CutResult, CutPoint; print('✓
       All imports successful')")
  ⎿  Error: Traceback (most recent call last):
       File "<string>", line 1, in <module>
     ModuleNotFoundError: No module named 'webgen_shared'

● Bash(PYTHONPATH=/home/rolan/webgen/packages/shared/src python3 -c "from webgen_shared.topology.cutting import CuttingService,
      CuttingConfig, CuttingPresets, CutResul…)
  ⎿  Interrupted · What should Claude do instead?

We run in uv Don’t go adding pythonpath

● You're absolutely right! Let me use uv:

● Bash(uv run python -c "from webgen_shared.topology.cutting import CuttingService, CuttingConfig, CuttingPresets, CutResult, CutPoint;
      print('✓ All imports successful…)
  ⎿  ✓ All imports successful