LICENSE
README.md
pyproject.toml
governance_ledger/__init__.py
governance_ledger/checks.py
governance_ledger/cli.py
governance_ledger/contract_linkage.py
governance_ledger/deployment.py
governance_ledger/diagnostics.py
governance_ledger/diff.py
governance_ledger/extract.py
governance_ledger/inspect.py
governance_ledger/lifecycle.py
governance_ledger/normalization_report.py
governance_ledger/paths.py
governance_ledger/patterns.py
governance_ledger/pipeline.py
governance_ledger/provenance.py
governance_ledger/publish.py
governance_ledger/registry.py
governance_ledger/replay.py
governance_ledger/report.py
governance_ledger/review.py
governance_ledger/rollback.py
governance_ledger/runner.py
governance_ledger/schema_versions.py
governance_ledger/snapshot.py
governance_ledger/statement_normalizer.py
governance_ledger/summary.py
governance_ledger/validation.py
governance_ledger.egg-info/PKG-INFO
governance_ledger.egg-info/SOURCES.txt
governance_ledger.egg-info/dependency_links.txt
governance_ledger.egg-info/entry_points.txt
governance_ledger.egg-info/requires.txt
governance_ledger.egg-info/top_level.txt
governance_ledger/semantics/__init__.py
governance_ledger/semantics/capabilities.py
governance_ledger/semantics/compiler.py
governance_ledger/semantics/consequences.py
governance_ledger/semantics/continuity.py
governance_ledger/semantics/diagnostics.py
governance_ledger/semantics/diff.py
governance_ledger/semantics/diffing.py
governance_ledger/semantics/execution_projection.py
governance_ledger/semantics/extraction.py
governance_ledger/semantics/lifecycle.py
governance_ledger/semantics/lifecycle_enforcement.py
governance_ledger/semantics/packets.py
governance_ledger/semantics/preview.py
governance_ledger/semantics/publication.py
governance_ledger/semantics/reconciliation.py
governance_ledger/semantics/summaries.py
tests/test_authority_execution_projection.py
tests/test_contract_linkage.py
tests/test_deployment.py
tests/test_diff.py
tests/test_extract_compile.py
tests/test_governance_chronology_replay_contract.py
tests/test_governance_consistency_diagnostics.py
tests/test_governance_event_model.py
tests/test_governance_extraction.py
tests/test_governance_replay.py
tests/test_lifecycle.py
tests/test_normalization_corpus.py
tests/test_publication_integrity.py
tests/test_review.py
tests/test_rollback.py
tests/test_runner_publish.py
tests/test_semantic_compiler.py
tests/test_semantic_diagnostics.py
tests/test_semantic_diff.py
tests/test_semantic_diffing.py
tests/test_semantic_extraction.py
tests/test_semantic_governance_model_doc.py
tests/test_semantic_lifecycle_enforcement_projection.py
tests/test_semantic_packets.py
tests/test_semantic_preview.py
tests/test_semantic_publication.py
tests/test_semantic_reconciliation.py
tests/test_snapshot.py
tests/test_validation.py