LICENSE
README.md
pyproject.toml
src/well/__init__.py
src/wellmanifest/__init__.py
src/wellmanifest/__main__.py
src/wellmanifest/cli.py
src/wellmanifest/client.py
src/wellmanifest/entrypoints.py
src/wellmanifest/eventstore.py
src/wellmanifest/expressions.py
src/wellmanifest/grpc_server.py
src/wellmanifest/models.py
src/wellmanifest/mqtt_bridge.py
src/wellmanifest/negotiation.py
src/wellmanifest/plugins.py
src/wellmanifest/runtime.py
src/wellmanifest/schema.py
src/wellmanifest/security.py
src/wellmanifest/server.py
src/wellmanifest/situation.py
src/wellmanifest.egg-info/PKG-INFO
src/wellmanifest.egg-info/SOURCES.txt
src/wellmanifest.egg-info/dependency_links.txt
src/wellmanifest.egg-info/entry_points.txt
src/wellmanifest.egg-info/requires.txt
src/wellmanifest.egg-info/top_level.txt
src/wellmanifest/dialects/__init__.py
src/wellmanifest/dialects/base.py
src/wellmanifest/dialects/common.py
src/wellmanifest/dialects/json_dialect.py
src/wellmanifest/dialects/policy.py
src/wellmanifest/dialects/proto.py
src/wellmanifest/dialects/registry.py
src/wellmanifest/dialects/structured.py
src/wellmanifest/dialects/toml_dialect.py
src/wellmanifest/dialects/yaml_dialect.py
src/wellmanifest/generated/__init__.py
src/wellmanifest/integrations/__init__.py
src/wellmanifest/integrations/well.py
src/wellmanifest/resources/contracts.json
src/wellmanifest/resources/runtime-profiles.json
src/wellmanifest/static/app.js
src/wellmanifest/static/index.html
src/wellmanifest/static/styles.css
tests/test_dialects.py
tests/test_main.py
tests/test_policy.py
tests/test_runtime.py
tests/test_schema.py
tests/test_security.py
tests/test_server_e2e.py
tests/test_shebang.py
tests/test_situation.py
tests/test_websocket.py