README.md
pyproject.toml
setup.py
chora_manifest.egg-info/PKG-INFO
chora_manifest.egg-info/SOURCES.txt
chora_manifest.egg-info/dependency_links.txt
chora_manifest.egg-info/entry_points.txt
chora_manifest.egg-info/requires.txt
chora_manifest.egg-info/top_level.txt
manifest/__init__.py
manifest/core/__init__.py
manifest/core/exceptions.py
manifest/core/loader.py
manifest/core/models.py
manifest/core/service.py
manifest/core/services.py
manifest/infrastructure/__init__.py
manifest/infrastructure/bootstrap/__init__.py
manifest/infrastructure/bootstrap/bootstrap.py
manifest/infrastructure/registry/__init__.py
manifest/infrastructure/registry/registry.py
manifest/interfaces/__init__.py
manifest/interfaces/cli/__init__.py
manifest/interfaces/cli/commands.py
manifest/interfaces/cli/formatters.py
manifest/interfaces/mcp/__init__.py
manifest/interfaces/mcp/resources.py
manifest/interfaces/mcp/tools.py
manifest/interfaces/rest/__init__.py
manifest/interfaces/rest/middleware.py
manifest/interfaces/rest/models.py
manifest/interfaces/rest/routes.py
tests/test_factory.py
tests/test_integration.py
tests/test_loader.py
tests/test_models.py
tests/test_schema.py
tests/test_service.py