README.md
pyproject.toml
src/crucible/__init__.py
src/crucible/cli.py
src/crucible/errors.py
src/crucible/models.py
src/crucible/server.py
src/crucible/domain/__init__.py
src/crucible/domain/detection.py
src/crucible/enforcement/__init__.py
src/crucible/enforcement/assertions.py
src/crucible/enforcement/budget.py
src/crucible/enforcement/compliance.py
src/crucible/enforcement/models.py
src/crucible/enforcement/patterns.py
src/crucible/hooks/__init__.py
src/crucible/hooks/precommit.py
src/crucible/knowledge/__init__.py
src/crucible/knowledge/loader.py
src/crucible/review/__init__.py
src/crucible/review/core.py
src/crucible/skills/__init__.py
src/crucible/skills/loader.py
src/crucible/synthesis/__init__.py
src/crucible/tools/__init__.py
src/crucible/tools/delegation.py
src/crucible/tools/git.py
src/crucible_mcp.egg-info/PKG-INFO
src/crucible_mcp.egg-info/SOURCES.txt
src/crucible_mcp.egg-info/dependency_links.txt
src/crucible_mcp.egg-info/entry_points.txt
src/crucible_mcp.egg-info/requires.txt
src/crucible_mcp.egg-info/top_level.txt
tests/test_cli.py
tests/test_compliance.py
tests/test_detection.py
tests/test_enforcement.py
tests/test_full_review.py
tests/test_git.py
tests/test_hooks_cli.py
tests/test_integration.py
tests/test_knowledge.py
tests/test_precommit.py
tests/test_server.py
tests/test_skills.py
tests/test_skills_loader.py
tests/test_tools.py