LICENSE
README.md
pyproject.toml
src/git_sift/__init__.py
src/git_sift/browser.py
src/git_sift/categorizer.py
src/git_sift/claude_runner.py
src/git_sift/cli.py
src/git_sift/git.py
src/git_sift/merger.py
src/git_sift/models.py
src/git_sift/parser.py
src/git_sift/renderer.py
src/git_sift/session.py
src/git_sift/skill.py
src/git_sift/summary.py
src/git_sift/wizard.py
src/git_sift.egg-info/PKG-INFO
src/git_sift.egg-info/SOURCES.txt
src/git_sift.egg-info/dependency_links.txt
src/git_sift.egg-info/entry_points.txt
src/git_sift.egg-info/requires.txt
src/git_sift.egg-info/top_level.txt
src/git_sift/detector/__init__.py
src/git_sift/detector/content_rules.py
src/git_sift/detector/dep_extractor.py
src/git_sift/detector/path_rules.py
tests/test_browser.py
tests/test_categorizer.py
tests/test_check.py
tests/test_content_rules.py
tests/test_dep_extractor.py
tests/test_merger.py
tests/test_parser.py
tests/test_path_rules.py
tests/test_session.py
tests/test_skill.py