LICENSE
README.md
pyproject.toml
setup.py
src/devflow/__init__.py
src/devflow/cli.py
src/devflow/server.py
src/devflow/core/__init__.py
src/devflow/core/ai_mentor.py
src/devflow/core/behavior.py
src/devflow/core/engine.py
src/devflow/core/git_intel.py
src/devflow/core/health.py
src/devflow/core/patterns.py
src/devflow/core/recovery.py
src/devflow/core/rules.py
src/devflow/core/scanner.py
src/devflow/db/__init__.py
src/devflow/db/store.py
src/devflow/hooks/__init__.py
src/devflow/hooks/installer.py
src/devflow/utils/__init__.py
src/devflow/utils/config.py
src/devflow/utils/formatters.py
src/devflow/utils/git.py
src/gitshield_cli.egg-info/PKG-INFO
src/gitshield_cli.egg-info/SOURCES.txt
src/gitshield_cli.egg-info/dependency_links.txt
src/gitshield_cli.egg-info/entry_points.txt
src/gitshield_cli.egg-info/requires.txt
src/gitshield_cli.egg-info/top_level.txt
tests/test_cli.py
tests/test_health.py
tests/test_rules.py
tests/test_scanner.py