LICENSE
README.md
pyproject.toml
src/codeassay/__init__.py
src/codeassay/__main__.py
src/codeassay/_chartjs.py
src/codeassay/benchmarks.json
src/codeassay/classifier.py
src/codeassay/cli.py
src/codeassay/dashboard.py
src/codeassay/db.py
src/codeassay/ignore.py
src/codeassay/metrics.py
src/codeassay/reporting.py
src/codeassay/rework.py
src/codeassay/scanner.py
src/codeassay/tag.py
src/codeassay/turnover.py
src/codeassay.egg-info/PKG-INFO
src/codeassay.egg-info/SOURCES.txt
src/codeassay.egg-info/dependency_links.txt
src/codeassay.egg-info/entry_points.txt
src/codeassay.egg-info/top_level.txt
src/codeassay/detection/__init__.py
src/codeassay/detection/config.py
src/codeassay/detection/config_init.py
src/codeassay/detection/fingerprint.py
src/codeassay/detection/profiles.py
src/codeassay/detection/rules.py
src/codeassay/detection/scorer.py
src/codeassay/profiles/__init__.py
src/codeassay/profiles/aider.toml
src/codeassay/profiles/amp.toml
src/codeassay/profiles/claude_code.toml
src/codeassay/profiles/cline.toml
src/codeassay/profiles/codebuddy.toml
src/codeassay/profiles/codex_cli.toml
src/codeassay/profiles/continue_dev.toml
src/codeassay/profiles/copilot.toml
src/codeassay/profiles/cursor.toml
src/codeassay/profiles/devin.toml
src/codeassay/profiles/gemini.toml
src/codeassay/profiles/gpt.toml
src/codeassay/profiles/opencode.toml
src/codeassay/profiles/replit_ai.toml
src/codeassay/profiles/v0_dev.toml
src/codeassay/profiles/windsurf.toml
tests/test_benchmarks.py
tests/test_classifier.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_cli_detect_test.py
tests/test_cli_fail_on.py
tests/test_cli_new_flags.py
tests/test_db.py
tests/test_ignore.py
tests/test_metrics.py
tests/test_reporting.py
tests/test_rework.py
tests/test_scan_integration.py
tests/test_scanner.py
tests/test_scanner_fingerprint.py
tests/test_tag.py
tests/test_turnover.py
tests/test_v0_3_integration.py