LICENSE
README.md
pyproject.toml
darkarts/__init__.py
darkarts/__main__.py
darkarts/cli.py
darkarts/config.py
darkarts/db.py
darkarts/models.py
darkarts.egg-info/PKG-INFO
darkarts.egg-info/SOURCES.txt
darkarts.egg-info/dependency_links.txt
darkarts.egg-info/entry_points.txt
darkarts.egg-info/requires.txt
darkarts.egg-info/top_level.txt
darkarts/commands/__init__.py
darkarts/commands/assess.py
darkarts/commands/config_cmd.py
darkarts/commands/generate.py
darkarts/commands/ingest.py
darkarts/commands/report.py
darkarts/core/__init__.py
darkarts/core/detector.py
darkarts/core/judge.py
darkarts/core/llm_client.py
darkarts/core/metrics.py
darkarts/core/parser.py
darkarts/core/pipeline.py
darkarts/core/reporter.py
darkarts/templates/__init__.py
darkarts/templates/default_prompts.py
tests/test_assess.py
tests/test_config.py
tests/test_darkarts.py
tests/test_generate.py
tests/test_ingest.py
tests/test_llm_client.py
tests/test_metrics.py
tests/test_report.py