tofusoup 2025-09-19
Simplified Claude settings and streamlined CLI entry point
3 files · 15+ · 42-

Claude settings simplification

1 file changed
  • settings.local.json Reduced from larger configuration to more focused set (46 line change, mostly deletions)
  • Reduced .claude/settings.local.json from a larger configuration to a more focused one baseline internal
    1 file
    • settings.local.json

Browser module initialization

1 file changed
  • __init__.py Module initialization code (5 lines)
  • Added src/tofusoup/browser/init.py with 5 lines of module initialization code instantiate internal
    1 file
    • __init__.py

CLI entry point cleanup

1 file changed
  • cli.py Streamlined main CLI entry point (removed 4 lines, updated 6)
  • Simplified src/tofusoup/cli.py by streamlining the main CLI entry point decouple internal
    1 file
    • cli.py