LICENSE
README.md
pyproject.toml
klode/__init__.py
klode.egg-info/PKG-INFO
klode.egg-info/SOURCES.txt
klode.egg-info/dependency_links.txt
klode.egg-info/entry_points.txt
klode.egg-info/requires.txt
klode.egg-info/top_level.txt
klode/gate/__init__.py
klode/gate/criteria.py
klode/gate/judge.py
klode/gate/review.py
klode/lib/__init__.py
klode/lib/__main__.py
klode/lib/build.py
klode/lib/check.py
klode/lib/cli.py
klode/lib/common.py
klode/lib/config.py
klode/lib/console.py
klode/lib/core.py
klode/lib/entail.py
klode/lib/ingest.py
klode/lib/mcp_server.py
klode/lib/normalize.py
klode/lib/opspec.py
klode/lib/pool.py
klode/lib/query.py
klode/lib/registry.py
klode/lib/services.py
klode/lib/formats/__init__.py
klode/lib/formats/_base.py
klode/lib/formats/docx.py
klode/lib/formats/epub.py
klode/lib/formats/html.py
klode/lib/formats/pdf.py
klode/lib/formats/txt.py
tests/test_audit_hardening.py
tests/test_characterization.py
tests/test_cli_agentic.py
tests/test_core.py
tests/test_discovery.py
tests/test_formats.py
tests/test_gate.py
tests/test_grounding.py
tests/test_identity.py
tests/test_ingest_pipeline.py
tests/test_layering.py
tests/test_lodlib.py
tests/test_mcp_schema.py
tests/test_multiplex.py
tests/test_opspec.py
tests/test_packaging.py
tests/test_parity.py
tests/test_path_safety.py
tests/test_pool.py
tests/test_public_api.py
tests/test_registry.py
tests/test_services.py
tests/test_spec_operations.py
tests/test_supervision.py