LICENSE
README.md
pyproject.toml
swop/__init__.py
swop/cli.py
swop/commands.py
swop/config.py
swop/core.py
swop/graph.py
swop/reconcile.py
swop/sync.py
swop/utils.py
swop/versioning.py
swop.egg-info/PKG-INFO
swop.egg-info/SOURCES.txt
swop.egg-info/dependency_links.txt
swop.egg-info/entry_points.txt
swop.egg-info/requires.txt
swop.egg-info/top_level.txt
swop/contracts/__init__.py
swop/contracts/adapter.py
swop/contracts/reader.py
swop/cqrs/__init__.py
swop/cqrs/decorators.py
swop/cqrs/registry.py
swop/export/__init__.py
swop/export/docker.py
swop/export/yaml.py
swop/introspect/__init__.py
swop/introspect/backend.py
swop/introspect/frontend.py
swop/manifests/__init__.py
swop/manifests/generator.py
swop/markpact/__init__.py
swop/markpact/doql_bridge.py
swop/markpact/graph_builder.py
swop/markpact/parser.py
swop/markpact/spec_models.py
swop/markpact/sync_engine.py
swop/proto/__init__.py
swop/proto/compiler.py
swop/proto/generator.py
swop/refactor/__init__.py
swop/refactor/clustering.py
swop/refactor/compose_builder.py
swop/refactor/graph.py
swop/refactor/module_builder.py
swop/refactor/pipeline.py
swop/refactor/scanner/__init__.py
swop/refactor/scanner/backend.py
swop/refactor/scanner/db.py
swop/refactor/scanner/frontend.py
swop/registry/__init__.py
swop/registry/bridge.py
swop/registry/generator.py
swop/registry/loader.py
swop/registry/validator.py
swop/resolve/__init__.py
swop/resolve/resolver.py
swop/scan/__init__.py
swop/scan/cache.py
swop/scan/render.py
swop/scan/report.py
swop/scan/scanner.py
swop/services/__init__.py
swop/services/generator.py
swop/tools/__init__.py
swop/tools/doctor.py
swop/tools/doctor_deep.py
swop/tools/hook.py
swop/tools/init.py
swop/watch/__init__.py
swop/watch/engine.py
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_cqrs.py
tests/test_doctor_deep.py
tests/test_hook.py
tests/test_manifests.py
tests/test_markpact.py
tests/test_proto.py
tests/test_refactor.py
tests/test_resolve.py
tests/test_scan.py
tests/test_services.py
tests/test_tools.py
tests/test_watch.py