.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
scrutin/__init__.py
scrutin/app.py
scrutin/brief_builder.py
scrutin/cli.py
scrutin/config.py
scrutin/diff_parser.py
scrutin/git_actions.py
scrutin/git_workspace.py
scrutin/llm.py
scrutin/llm_providers.py
scrutin/llm_settings.py
scrutin/models.py
scrutin/path_ignore.py
scrutin/routes_git.py
scrutin/routes_settings.py
scrutin/routes_workspace.py
scrutin.egg-info/PKG-INFO
scrutin.egg-info/SOURCES.txt
scrutin.egg-info/dependency_links.txt
scrutin.egg-info/entry_points.txt
scrutin.egg-info/requires.txt
scrutin.egg-info/top_level.txt
scrutin/static/app.js
scrutin/static/index.html
scrutin/static/styles.css
tests/test_all_changed_files.py
tests/test_ask_yourself.py
tests/test_dedupe_files.py
tests/test_diff_parser.py
tests/test_empty_brief.py
tests/test_git_actions.py
tests/test_git_remotes.py
tests/test_git_workspace.py
tests/test_llm_settings.py
tests/test_merge_status_paths.py
tests/test_path_ignore.py
tests/test_precommit_copy.py
tests/test_untracked_diff.py
tests/test_working_diff.py