LICENSE
MANIFEST.in
README.md
pyproject.toml
proto/diagit/v1/audit.proto
src/diagit/__init__.py
src/diagit/__main__.py
src/diagit/api.py
src/diagit/cli.py
src/diagit/control_dsl.py
src/diagit/diagnostics.py
src/diagit/diagnostics.v1.json
src/diagit/diagnostics.v2.json
src/diagit/domain.py
src/diagit/dsl.py
src/diagit/messages.py
src/diagit/operator.py
src/diagit/py.typed
src/diagit/shell.py
src/diagit/uri.py
src/diagit.egg-info/PKG-INFO
src/diagit.egg-info/SOURCES.txt
src/diagit.egg-info/dependency_links.txt
src/diagit.egg-info/entry_points.txt
src/diagit.egg-info/requires.txt
src/diagit.egg-info/top_level.txt
src/diagit/application/__init__.py
src/diagit/application/control_service.py
src/diagit/application/forge_service.py
src/diagit/application/service.py
src/diagit/aql/diagit-github-governance.pl.aql
src/diagit/aql/diagit-repair-delegation.pl.aql
src/diagit/grammars/diagit-request.v1.gbnf
src/diagit/infrastructure/__init__.py
src/diagit/infrastructure/event_store.py
src/diagit/infrastructure/git_probe.py
src/diagit/infrastructure/github.py
src/diagit/infrastructure/onedev_control.py
src/diagit/infrastructure/projection.py
src/diagit/infrastructure/release_probe.py
src/diagit/schemas/__init__.py
src/diagit/schemas/authority-grant.v1.schema.json
src/diagit/schemas/control-plan.v1.schema.json
src/diagit/schemas/diagnostic-registry.v1.schema.json
src/diagit/schemas/diagnostic-registry.v2.schema.json
src/diagit/schemas/repair-plan-set.v1.schema.json
src/diagit/v1/__init__.py
src/diagit/v1/audit_pb2.py
src/diagit/v1/audit_pb2.pyi
tests/test_api.py
tests/test_control_dsl.py
tests/test_diagnostics.py
tests/test_dsl.py
tests/test_event_store.py
tests/test_forge_twin.py
tests/test_git_probe.py
tests/test_onedev_control.py
tests/test_operator.py
tests/test_projection_migration.py
tests/test_release_probe.py
tests/test_remote_control.py
tests/test_service.py
tests/test_shell.py
tests/test_uri.py