MANIFEST.in
README.md
pyproject.toml
setup.py
src/transient_trace/Client.py
src/transient_trace/SessionReceipt.py
src/transient_trace/__init__.py
src/transient_trace/_config.py
src/transient_trace/_dashboard.py
src/transient_trace/_popen_hook.py
src/transient_trace/_shim.py
src/transient_trace/_util.py
src/transient_trace/canonical.py
src/transient_trace/cli.py
src/transient_trace/runtime_safety.py
src/transient_trace/sense_maker.py
src/transient_trace/types.py
src/transient_trace/types_atp.py
src/transient_trace.egg-info/PKG-INFO
src/transient_trace.egg-info/SOURCES.txt
src/transient_trace.egg-info/dependency_links.txt
src/transient_trace.egg-info/entry_points.txt
src/transient_trace.egg-info/requires.txt
src/transient_trace.egg-info/top_level.txt
src/transient_trace/atp/approval_queue.py
src/transient_trace/atp/builtin_packages.py
src/transient_trace/atp/canonicalization.py
src/transient_trace/atp/connector_governance_adapters.py
src/transient_trace/atp/decision_token_engine.py
src/transient_trace/atp/governance_package.py
src/transient_trace/atp/governed_action_normalize.py
src/transient_trace/atp/id_generator.py
src/transient_trace/atp/index.py
src/transient_trace/atp/package_registry.py
src/transient_trace/atp/package_rule_evaluator.py
src/transient_trace/atp/pep_egress.py
src/transient_trace/atp/pep_exec.py
src/transient_trace/atp/pep_package_eval.py
src/transient_trace/atp/pep_policy.py
src/transient_trace/atp/pep_policy_contract.py
src/transient_trace/atp/pep_policy_engine.py
src/transient_trace/atp/policy_evaluator.py
src/transient_trace/atp/rfc3339.py
src/transient_trace/atp/signer.py
src/transient_trace/atp/snapshot.py
src/transient_trace/atp/validator.py
src/transient_trace/compliance/__init__.py
src/transient_trace/compliance/attestation.py
src/transient_trace/context/ContextAwareness.py
src/transient_trace/context/__init__.py
src/transient_trace/keys/KeyManager.py
src/transient_trace/keys/__init__.py
src/transient_trace/receipt_engine/__init__.py
src/transient_trace/receipt_engine/audit.py
src/transient_trace/receipt_engine/distiller.py
src/transient_trace/receipt_engine/injector.py
src/transient_trace/receipt_engine/promoter.py
src/transient_trace/receipt_engine/store.py
tests/conftest.py
tests/fork-bomb-test.py
tests/test_approval_queue.py
tests/test_atp_action_receipt.py
tests/test_atp_conformance.py
tests/test_audit_epoch_zero.py
tests/test_builtin_package_enforcement.py
tests/test_builtin_packages.py
tests/test_client.py
tests/test_compliance_attestation.py
tests/test_configurable_state_path.py
tests/test_context.py
tests/test_cross_lang_conformance.py
tests/test_decision_token_engine.py
tests/test_delete_governance.py
tests/test_edge_cases.py
tests/test_egress_action_routing.py
tests/test_failure_modes.py
tests/test_governance_enforcement.py
tests/test_governance_packages.py
tests/test_governed_action.py
tests/test_integration_atp.py
tests/test_key_manager.py
tests/test_learning_loop_e2e.py
tests/test_learning_wiring.py
tests/test_p0_fixes.py
tests/test_package_registry_integration.py
tests/test_pep_engines.py
tests/test_persistent_config.py
tests/test_policy_evaluator.py
tests/test_privilege_shell_packages.py
tests/test_receipt_auditor.py
tests/test_receipt_engine.py
tests/test_receipt_integrity.py
tests/test_runtime_safety.py
tests/test_scenario_packages.py
tests/test_session_receipt.py
tests/test_shim_and_hook.py
tests/test_swarm_simulation.py
tests/test_trust_boundary.py
tests/test_validator_failure_visibility.py