LICENSE
README.md
pyproject.toml
src/tidydisk/__init__.py
src/tidydisk/__main__.py
src/tidydisk/apply.py
src/tidydisk/audioclass.py
src/tidydisk/bookmeta.py
src/tidydisk/capacity.py
src/tidydisk/cli.py
src/tidydisk/config.py
src/tidydisk/containers.py
src/tidydisk/distill.py
src/tidydisk/docmeta.py
src/tidydisk/doctor.py
src/tidydisk/dotenv.py
src/tidydisk/exif.py
src/tidydisk/fingerprint.py
src/tidydisk/fuzzy.py
src/tidydisk/hashdrift.py
src/tidydisk/hints.py
src/tidydisk/identify.py
src/tidydisk/imgclass.py
src/tidydisk/interview.py
src/tidydisk/naming.py
src/tidydisk/ole.py
src/tidydisk/pathmeta.py
src/tidydisk/pilot.py
src/tidydisk/plan.py
src/tidydisk/planquery.py
src/tidydisk/provenance.py
src/tidydisk/py.typed
src/tidydisk/report.py
src/tidydisk/safeops.py
src/tidydisk/scan.py
src/tidydisk/seam.py
src/tidydisk/selfimprove.py
src/tidydisk/snapshot.py
src/tidydisk/sniff.py
src/tidydisk/staging.py
src/tidydisk/store.py
src/tidydisk/sweep.py
src/tidydisk/taxonomy.py
src/tidydisk/templates.py
src/tidydisk/trash.py
src/tidydisk/undo.py
src/tidydisk/verdict.py
src/tidydisk/verify.py
src/tidydisk/vidmeta.py
src/tidydisk/winpath.py
src/tidydisk.egg-info/PKG-INFO
src/tidydisk.egg-info/SOURCES.txt
src/tidydisk.egg-info/dependency_links.txt
src/tidydisk.egg-info/entry_points.txt
src/tidydisk.egg-info/requires.txt
src/tidydisk.egg-info/top_level.txt
src/tidydisk/agent/__init__.py
src/tidydisk/agent/critics.py
src/tidydisk/agent/evals.py
src/tidydisk/agent/llm.py
src/tidydisk/agent/protocol.py
src/tidydisk/agent/tasks.py
src/tidydisk/enrich/__init__.py
src/tidydisk/enrich/evidence.py
src/tidydisk/enrich/id3.py
src/tidydisk/enrich/mediafacts.py
src/tidydisk/enrich/searxng.py
src/tidydisk/enrich/subs.py
src/tidydisk/enrich/tmdb.py
src/tidydisk/enrich/websearch.py
src/tidydisk/web/__init__.py
src/tidydisk/web/actions.py
src/tidydisk/web/actions_interactive.py
src/tidydisk/web/actions_llm.py
src/tidydisk/web/core.py
src/tidydisk/web/events.py
src/tidydisk/web/jobs.py
src/tidydisk/web/server.py
src/tidydisk/web/thumbs.py
src/tidydisk/web/ui/app.css
src/tidydisk/web/ui/app.js
src/tidydisk/web/ui/index.html
src/tidydisk/web/ui/settings.js
src/tidydisk/web/ui/vendor/htm.module.js
src/tidydisk/web/ui/vendor/preact-hooks.module.js
src/tidydisk/web/ui/vendor/preact.module.js
tests/test_agent_evals.py
tests/test_agent_protocol.py
tests/test_agent_tasks.py
tests/test_apply_audit.py
tests/test_apply_idempotent.py
tests/test_architecture.py
tests/test_audioclass.py
tests/test_bookmeta.py
tests/test_capacity.py
tests/test_cli_e2e.py
tests/test_config.py
tests/test_containers.py
tests/test_critics.py
tests/test_dispose.py
tests/test_distill.py
tests/test_docmeta.py
tests/test_doctor.py
tests/test_dotenv.py
tests/test_enrich.py
tests/test_evidence.py
tests/test_exif.py
tests/test_fingerprint.py
tests/test_flatten_provenance.py
tests/test_fuzzy.py
tests/test_hashdrift.py
tests/test_hints.py
tests/test_identify.py
tests/test_imgclass.py
tests/test_interview.py
tests/test_known_failures.py
tests/test_mediafacts.py
tests/test_naming.py
tests/test_ole.py
tests/test_p13_features.py
tests/test_p15_hardening.py
tests/test_p17_ebooks.py
tests/test_p18_drain.py
tests/test_pathmeta.py
tests/test_pilot.py
tests/test_pilot_execute.py
tests/test_plan.py
tests/test_plan_roundtrip.py
tests/test_planquery.py
tests/test_provenance.py
tests/test_regressions.py
tests/test_reorganize.py
tests/test_router.py
tests/test_safeops.py
tests/test_scale_regression.py
tests/test_scan_resume.py
tests/test_seam.py
tests/test_searxng.py
tests/test_security.py
tests/test_selfimprove.py
tests/test_snapshot.py
tests/test_sniff.py
tests/test_staging.py
tests/test_store.py
tests/test_store_migration.py
tests/test_taxonomy_coverage.py
tests/test_templates.py
tests/test_trash.py
tests/test_undo.py
tests/test_verdict.py
tests/test_verify.py
tests/test_vidmeta.py
tests/test_web.py
tests/test_windows_paths.py
tests/test_winpath_properties.py