LICENSE
README.md
pyproject.toml
src/cognitive/__init__.py
src/cognitive/cli.py
src/cognitive/loader.py
src/cognitive/mcp_server.py
src/cognitive/migrate.py
src/cognitive/registry.py
src/cognitive/runner.py
src/cognitive/server.py
src/cognitive/subagent.py
src/cognitive/templates.py
src/cognitive/validator.py
src/cognitive/providers/__init__.py
src/cognitive_modules.egg-info/PKG-INFO
src/cognitive_modules.egg-info/SOURCES.txt
src/cognitive_modules.egg-info/dependency_links.txt
src/cognitive_modules.egg-info/entry_points.txt
src/cognitive_modules.egg-info/requires.txt
src/cognitive_modules.egg-info/top_level.txt
tests/test_cli.py
tests/test_loader.py
tests/test_migrate.py
tests/test_registry.py
tests/test_runner.py
tests/test_subagent.py
tests/test_validator.py