LICENSE
README.md
pyproject.toml
src/kagua/__init__.py
src/kagua/cli.py
src/kagua/envelope.py
src/kagua/events.py
src/kagua/render.py
src/kagua/trace.py
src/kagua/verdict.py
src/kagua.egg-info/PKG-INFO
src/kagua.egg-info/SOURCES.txt
src/kagua.egg-info/dependency_links.txt
src/kagua.egg-info/entry_points.txt
src/kagua.egg-info/requires.txt
src/kagua.egg-info/top_level.txt
src/kagua/checks/__init__.py
src/kagua/checks/composition.py
src/kagua/checks/lifetime.py
src/kagua/checks/principal.py
src/kagua/checks/scope.py
src/kagua/ingest/__init__.py
src/kagua/ingest/otel.py
tests/test_checks_composition.py
tests/test_checks_lifetime.py
tests/test_checks_principal.py
tests/test_checks_scope.py
tests/test_cli.py
tests/test_demo_fixture.py
tests/test_envelope.py
tests/test_events.py
tests/test_otel_ingest.py
tests/test_otel_real_export.py
tests/test_trace.py
tests/test_verdict.py