MANIFEST.in
README.md
pyproject.toml
src/desitter/__init__.py
src/desitter/__main__.py
src/desitter/client.py
src/desitter/config.py
src/desitter.egg-info/PKG-INFO
src/desitter.egg-info/SOURCES.txt
src/desitter.egg-info/dependency_links.txt
src/desitter.egg-info/entry_points.txt
src/desitter.egg-info/requires.txt
src/desitter.egg-info/top_level.txt
src/desitter/adapters/__init__.py
src/desitter/adapters/json_repository.py
src/desitter/adapters/markdown_renderer.py
src/desitter/adapters/payload_validator.py
src/desitter/adapters/transaction_log.py
src/desitter/controlplane/__init__.py
src/desitter/controlplane/automation.py
src/desitter/controlplane/check.py
src/desitter/controlplane/export.py
src/desitter/controlplane/factory.py
src/desitter/controlplane/gateway.py
src/desitter/controlplane/validate.py
src/desitter/epistemic/__init__.py
src/desitter/epistemic/codec.py
src/desitter/epistemic/invariants.py
src/desitter/epistemic/model.py
src/desitter/epistemic/ports.py
src/desitter/epistemic/types.py
src/desitter/epistemic/web.py
src/desitter/interfaces/__init__.py
src/desitter/interfaces/cli/__init__.py
src/desitter/interfaces/cli/formatters.py
src/desitter/interfaces/cli/main.py
src/desitter/interfaces/mcp/__init__.py
src/desitter/interfaces/mcp/server.py
src/desitter/interfaces/mcp/tools.py
src/desitter/views/__init__.py
src/desitter/views/health.py
src/desitter/views/metrics.py
src/desitter/views/render.py
src/desitter/views/status.py
tests/__init__.py
tests/test_client.py
tests/test_config.py
tests/test_views_dataclasses.py
tests/adapters/__init__.py
tests/adapters/test_json_repository.py
tests/adapters/test_payload_validator.py
tests/adapters/test_transaction_log.py
tests/cli/__init__.py
tests/controlplane/__init__.py
tests/controlplane/test_automation.py
tests/controlplane/test_gateway.py
tests/controlplane/test_validate.py
tests/epistemic/__init__.py
tests/epistemic/conftest.py
tests/epistemic/test_invariants.py
tests/epistemic/test_model.py
tests/epistemic/test_ports.py
tests/epistemic/test_types.py
tests/epistemic/test_web_backlink_ownership.py
tests/epistemic/test_web_immutability.py
tests/epistemic/test_web_queries.py
tests/epistemic/test_web_register.py
tests/epistemic/test_web_remove.py
tests/epistemic/test_web_transitions.py
tests/epistemic/test_web_update.py
tests/mcp/__init__.py