LICENSE
MANIFEST.in
README.md
pyproject.toml
src/crystal_code.egg-info/PKG-INFO
src/crystal_code.egg-info/SOURCES.txt
src/crystal_code.egg-info/dependency_links.txt
src/crystal_code.egg-info/entry_points.txt
src/crystal_code.egg-info/requires.txt
src/crystal_code.egg-info/top_level.txt
src/crystal_guard/__init__.py
src/crystal_guard/agent.py
src/crystal_guard/architect.py
src/crystal_guard/badge.py
src/crystal_guard/baseline.py
src/crystal_guard/cli.py
src/crystal_guard/config.py
src/crystal_guard/debt.py
src/crystal_guard/detector.py
src/crystal_guard/fix_prompt.py
src/crystal_guard/fixers.py
src/crystal_guard/handoff.py
src/crystal_guard/pipeline.py
src/crystal_guard/test_runner.py
src/crystal_guard/analyzers/__init__.py
src/crystal_guard/analyzers/architecture.py
src/crystal_guard/analyzers/dependencies.py
src/crystal_guard/analyzers/domain.py
src/crystal_guard/analyzers/placeholders.py
src/crystal_guard/analyzers/security.py
src/crystal_guard/mcp/__init__.py
src/crystal_guard/mcp/server.py
src/crystal_guard/reporters/__init__.py
src/crystal_guard/reporters/json_reporter.py
src/crystal_guard/reporters/markdown.py
src/crystal_guard/reporters/terminal.py
src/crystal_guard/rules/__init__.py
src/crystal_guard/rules/loader.py
src/crystal_guard/rules/builtin/generic.yaml
src/crystal_guard/rules/builtin/nextjs_prisma.yaml
src/crystal_guard/rules/builtin/python_django.yaml
src/crystal_guard/rules/builtin/react_python_mongo.yaml
src/crystal_guard/rules/builtin/vue_node_express.yaml
src/crystal_guard/scoring/__init__.py
src/crystal_guard/scoring/health.py
tests/test_agent.py
tests/test_architecture.py
tests/test_badge.py
tests/test_cli.py
tests/test_config.py
tests/test_dependencies.py
tests/test_domain.py
tests/test_fix_prompt.py
tests/test_fixers.py
tests/test_handoff.py
tests/test_misc.py
tests/test_pipeline.py
tests/test_placeholders.py
tests/test_reporters.py
tests/test_scoring.py
tests/test_security.py
tests/test_test_runner.py