[console_scripts]
catalogmesh = ai_product_photo_sorter.cli:main
catalogmesh-automation = ai_product_photo_sorter.automation_cli:main
catalogmesh-config = ai_product_photo_sorter.config_cli:main
catalogmesh-mcp = ai_product_photo_sorter.mcp_server:main
catalogmesh-reports = ai_product_photo_sorter.reports_cli:main
catalogmesh-setup = ai_product_photo_sorter.setup_wizard:main
catalogmesh-storage = ai_product_photo_sorter.storage_cli:main
catalogmesh-watch = ai_product_photo_sorter.watch_daemon:main
product-sorter = ai_product_photo_sorter.cli:main
product-sorter-automation = ai_product_photo_sorter.automation_cli:main
product-sorter-config = ai_product_photo_sorter.config_cli:main
product-sorter-mcp = ai_product_photo_sorter.mcp_server:main
product-sorter-reports = ai_product_photo_sorter.reports_cli:main
product-sorter-setup = ai_product_photo_sorter.setup_wizard:main
product-sorter-storage = ai_product_photo_sorter.storage_cli:main
product-sorter-watch = ai_product_photo_sorter.watch_daemon:main

[gui_scripts]
catalogmesh-gui = ai_product_photo_sorter.gui:main
product-sorter-gui = ai_product_photo_sorter.gui:main
