opencode fde9ab9b39 fix: replace sys.path.insert(0) with safe sys.path.append (issue #7)
- Append project root instead of inserting at position 0
- Prevents import shadowing of system packages
- Check for duplicates before adding to sys.path
- Add __init__.py to models package
2026-07-05 07:02:43 +00:00
..