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/knowledge/__init__.py
src/crucible/knowledge/loader.py
src/crucible/synthesis/__init__.py
src/crucible/tools/__init__.py
src/crucible/tools/delegation.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_detection.py
tests/test_integration.py
tests/test_knowledge.py
tests/test_server.py
tests/test_skills.py
tests/test_tools.py