LICENSE
README.md
pyproject.toml
chronicle/__init__.py
chronicle/eval_metrics.py
chronicle/http_client.py
chronicle/py.typed
chronicle/scorer_contract.py
chronicle/verify.py
chronicle/api/__init__.py
chronicle/api/app.py
chronicle/cli/__init__.py
chronicle/cli/command_handlers.py
chronicle/cli/dispatch.py
chronicle/cli/main.py
chronicle/cli/parser.py
chronicle/cli/project_commands.py
chronicle/core/__init__.py
chronicle/core/encryption.py
chronicle/core/errors.py
chronicle/core/events.py
chronicle/core/http_safety.py
chronicle/core/identity.py
chronicle/core/logging.py
chronicle/core/payloads.py
chronicle/core/policy.py
chronicle/core/policy_compat.py
chronicle/core/ssrf.py
chronicle/core/uid.py
chronicle/core/validation.py
chronicle/integrations/__init__.py
chronicle/integrations/haystack.py
chronicle/integrations/langchain.py
chronicle/integrations/llamaindex.py
chronicle/reference/__init__.py
chronicle/reference/api.py
chronicle/reference/http_client.py
chronicle/store/__init__.py
chronicle/store/backend_config.py
chronicle/store/claim_embedding_store.py
chronicle/store/evidence_store.py
chronicle/store/export_import.py
chronicle/store/neo4j_export.py
chronicle/store/neo4j_sync.py
chronicle/store/postgres_event_store.py
chronicle/store/postgres_projection.py
chronicle/store/project.py
chronicle/store/protocols.py
chronicle/store/read_model_snapshot.py
chronicle/store/schema.py
chronicle/store/session.py
chronicle/store/session_queries.py
chronicle/store/session_writes.py
chronicle/store/sqlite_event_store.py
chronicle/store/commands/__init__.py
chronicle/store/commands/accountability.py
chronicle/store/commands/artifacts_checkpoints.py
chronicle/store/commands/attestation.py
chronicle/store/commands/audit_trail.py
chronicle/store/commands/citation.py
chronicle/store/commands/claims.py
chronicle/store/commands/defensibility_as_of.py
chronicle/store/commands/epistemic_risk.py
chronicle/store/commands/event_history.py
chronicle/store/commands/evidence.py
chronicle/store/commands/generic_export.py
chronicle/store/commands/human_decisions.py
chronicle/store/commands/impact.py
chronicle/store/commands/investigation.py
chronicle/store/commands/multi_profile.py
chronicle/store/commands/policy_impact.py
chronicle/store/commands/reasoning_brief.py
chronicle/store/commands/reasoning_trail.py
chronicle/store/commands/sources.py
chronicle/store/commands/suggestions.py
chronicle/store/commands/tensions.py
chronicle/store/commands/workflows.py
chronicle/store/read_model/__init__.py
chronicle/store/read_model/models.py
chronicle/store/read_model/projection.py
chronicle/store/read_model/sqlite_read_model.py
chronicle/tools/__init__.py
chronicle/tools/contradiction.py
chronicle/tools/decomposer.py
chronicle/tools/embedding_config.py
chronicle/tools/embeddings.py
chronicle/tools/evidence_temporal.py
chronicle/tools/llm_client.py
chronicle/tools/llm_config.py
chronicle/tools/type_scope_inference.py
chronicle_standard.egg-info/PKG-INFO
chronicle_standard.egg-info/SOURCES.txt
chronicle_standard.egg-info/dependency_links.txt
chronicle_standard.egg-info/entry_points.txt
chronicle_standard.egg-info/requires.txt
chronicle_standard.egg-info/top_level.txt
tests/test_adapter_examples.py
tests/test_adapter_starter_and_validator.py
tests/test_api_contract.py
tests/test_api_ingestion_pipeline_example.py
tests/test_attestation.py
tests/test_backend_config.py
tests/test_branch_protection_rollout.py
tests/test_c2pa_adapter.py
tests/test_cli_actor.py
tests/test_deterministic_defensibility.py
tests/test_docs_contract.py
tests/test_docs_currency.py
tests/test_generic_export_contracts.py
tests/test_http_client.py
tests/test_http_safety.py
tests/test_identity.py
tests/test_integration_export_contracts.py
tests/test_integrations_smoke.py
tests/test_neo4j_contract.py
tests/test_neo4j_live_integration.py
tests/test_neo4j_projection_benchmark.py
tests/test_neo4j_projection_parity.py
tests/test_neo4j_sync_failures.py
tests/test_phase3_session_scorer_identity.py
tests/test_phase4_session_audit_trail.py
tests/test_phase5_coverage.py
tests/test_portfolio_risk_summary.py
tests/test_postgres_backend_routing.py
tests/test_postgres_convergence_scripts.py
tests/test_postgres_projection.py
tests/test_projection_read_model_commands.py
tests/test_read_model_snapshot.py
tests/test_reference_workflows.py
tests/test_review_readiness_gate.py
tests/test_scorer_security.py
tests/test_session.py
tests/test_sqlite_event_store.py
tests/test_ssrf.py
tests/test_standalone_scorer.py
tests/test_starter_packs.py
tests/test_structured_logging.py
tests/test_submission_bundles.py
tests/test_supply_chain_gate.py
tests/test_trust_progress_report.py
tests/test_vc_adapter.py
tests/test_verifier.py
tests/test_verifier_parity.py
tests/test_verify.py
tests/test_whitepaper_evidence_pack.py
tests/test_whitepaper_publication_metadata.py
tools/__init__.py
tools/verify_chronicle/__init__.py
tools/verify_chronicle/__main__.py
tools/verify_chronicle/verify_chronicle.py