.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/cicd.yml
.github/workflows/release.yml
src/floop/__init__.py
src/floop/adapters.py
src/floop/cli.py
src/floop/preview.py
src/floop/project.py
src/floop/review.py
src/floop/skills.py
src/floop.egg-info/PKG-INFO
src/floop.egg-info/SOURCES.txt
src/floop.egg-info/dependency_links.txt
src/floop.egg-info/entry_points.txt
src/floop.egg-info/requires.txt
src/floop.egg-info/scm_file_list.json
src/floop.egg-info/scm_version.json
src/floop.egg-info/top_level.txt
tests/__init__.py
tests/test_adapters.py
tests/test_cli.py
tests/test_preview.py
tests/test_project.py
tests/test_review.py