LICENSE
README.md
pyproject.toml
src/clodputer/__init__.py
src/clodputer/cleanup.py
src/clodputer/cli.py
src/clodputer/config.py
src/clodputer/cron.py
src/clodputer/dashboard.py
src/clodputer/diagnostics.py
src/clodputer/environment.py
src/clodputer/executor.py
src/clodputer/logger.py
src/clodputer/menubar.py
src/clodputer/metrics.py
src/clodputer/onboarding.py
src/clodputer/queue.py
src/clodputer/settings.py
src/clodputer/watcher.py
src/clodputer.egg-info/PKG-INFO
src/clodputer.egg-info/SOURCES.txt
src/clodputer.egg-info/dependency_links.txt
src/clodputer.egg-info/entry_points.txt
src/clodputer.egg-info/requires.txt
src/clodputer.egg-info/top_level.txt
src/clodputer/templates/__init__.py
src/clodputer/templates/calendar-sync.yaml
src/clodputer/templates/daily-email.yaml
src/clodputer/templates/file-watcher.yaml
src/clodputer/templates/manual-task.yaml
src/clodputer/templates/todo-triage.yaml
tests/test_cli.py
tests/test_config.py
tests/test_cron.py
tests/test_diagnostics.py
tests/test_executor.py
tests/test_logger.py
tests/test_menubar.py
tests/test_metrics.py
tests/test_onboarding_claude_cli.py
tests/test_onboarding_environment.py
tests/test_onboarding_integration.py
tests/test_onboarding_phases.py
tests/test_onboarding_utils.py
tests/test_queue.py
tests/test_settings.py
tests/test_templates.py
tests/test_watcher.py