LICENSE
README.md
pyproject.toml
src/core/__init__.py
src/core/__main__.py
src/core/agent.py
src/core/audit.py
src/core/audit_log.py
src/core/cli.py
src/core/coherence_gate.py
src/core/decision_log.py
src/core/drift_signal.py
src/core/dte_enforcer.py
src/core/episode_state.py
src/core/iris.py
src/core/killswitch.py
src/core/manifest.py
src/core/memory_graph.py
src/core/memory_graph_backends.py
src/core/metrics.py
src/core/normalize.py
src/core/prime.py
src/core/primitives.py
src/core/py.typed
src/core/reconciler.py
src/core/reflection.py
src/core/schema_validator.py
src/core/scoring.py
src/core/severity.py
src/core/storage.py
src/core/authority/__init__.py
src/core/authority/artifact_builder.py
src/core/authority/audit_retrieval.py
src/core/authority/authority_audit.py
src/core/authority/authority_blast_radius.py
src/core/authority/authority_drift.py
src/core/authority/authority_graph.py
src/core/authority/authority_health.py
src/core/authority/constraint_executor.py
src/core/authority/decision_authority_resolver.py
src/core/authority/delegation_chain.py
src/core/authority/dependency_map.py
src/core/authority/evidence_chain.py
src/core/authority/ledger.py
src/core/authority/models.py
src/core/authority/policy_compiler.py
src/core/authority/policy_runtime.py
src/core/authority/policy_source.py
src/core/authority/reasoning_gate.py
src/core/authority/runtime_gate.py
src/core/authority/seal_and_hash.py
src/core/cerpa/__init__.py
src/core/cerpa/engine.py
src/core/cerpa/mappers.py
src/core/cerpa/models.py
src/core/cerpa/types.py
src/core/decision_surface/__init__.py
src/core/decision_surface/claim_event_engine.py
src/core/decision_surface/cli_adapter.py
src/core/decision_surface/models.py
src/core/decision_surface/notebook_adapter.py
src/core/decision_surface/runtime.py
src/core/decision_surface/surface_adapter.py
src/core/decision_surface/vantage_adapter.py
src/core/examples/__init__.py
src/core/examples/cerpa_agent_supervision_demo.py
src/core/examples/cerpa_contract_demo.py
src/core/examples/drift_patch_cycle.py
src/core/examples/e2e_seal_to_report.py
src/core/examples/openpql_pipeline_demo.py
src/core/examples/sample_drift.json
src/core/examples/sample_episodes.json
src/core/feeds/__init__.py
src/core/feeds/envelope.py
src/core/feeds/types.py
src/core/feeds/validate.py
src/core/feeds/bus/__init__.py
src/core/feeds/bus/dlq.py
src/core/feeds/bus/publisher.py
src/core/feeds/bus/subscriber.py
src/core/feeds/canon/__init__.py
src/core/feeds/canon/claim_validator.py
src/core/feeds/canon/inflation_monitor.py
src/core/feeds/canon/mg_writer.py
src/core/feeds/canon/retcon_executor.py
src/core/feeds/canon/store.py
src/core/feeds/canon/workflow.py
src/core/feeds/consumers/__init__.py
src/core/feeds/consumers/authority_gate.py
src/core/feeds/consumers/claim_trigger.py
src/core/feeds/consumers/evidence_check.py
src/core/feeds/consumers/triage.py
src/core/feeds/contracts/__init__.py
src/core/feeds/contracts/loader.py
src/core/feeds/contracts/validator.py
src/core/feeds/ingest/__init__.py
src/core/feeds/ingest/extractors.py
src/core/feeds/ingest/orchestrator.py
src/core/fixtures/agent_sample_decision.json
src/core/fixtures/authority_grant_sample.json
src/core/fixtures/claim_sample.json
src/core/fixtures/feeds/als_golden.json
src/core/fixtures/feeds/ce_golden.json
src/core/fixtures/feeds/dlr_golden.json
src/core/fixtures/feeds/ds_golden.json
src/core/fixtures/feeds/manifest_golden.json
src/core/fixtures/feeds/ts_golden.json
src/core/fixtures/jrm/copilot_agent_sample.jsonl
src/core/fixtures/jrm/jrm_event_golden.json
src/core/fixtures/jrm/snort_fastlog_sample.txt
src/core/fixtures/jrm/suricata_eve_sample.jsonl
src/core/jrm/__init__.py
src/core/jrm/cli.py
src/core/jrm/types.py
src/core/jrm/adapters/__init__.py
src/core/jrm/adapters/base.py
src/core/jrm/adapters/copilot_agent.py
src/core/jrm/adapters/registry.py
src/core/jrm/adapters/snort_fastlog.py
src/core/jrm/adapters/suricata_eve.py
src/core/jrm/hooks/__init__.py
src/core/jrm/hooks/registry.py
src/core/jrm/packet/__init__.py
src/core/jrm/packet/builder.py
src/core/jrm/packet/manifest.py
src/core/jrm/packet/naming.py
src/core/jrm/pipeline/__init__.py
src/core/jrm/pipeline/drift.py
src/core/jrm/pipeline/memory_graph.py
src/core/jrm/pipeline/patch.py
src/core/jrm/pipeline/reasoning.py
src/core/jrm/pipeline/runner.py
src/core/jrm/pipeline/truth.py
src/core/modes/__init__.py
src/core/modes/authorityops.py
src/core/modes/base.py
src/core/modes/cascade.py
src/core/modes/cascade_rules.py
src/core/modes/franops.py
src/core/modes/intelops.py
src/core/modes/paradoxops.py
src/core/modes/reflectionops.py
src/core/paradox_ops/__init__.py
src/core/paradox_ops/dimensions.py
src/core/paradox_ops/drift.py
src/core/paradox_ops/lifecycle.py
src/core/paradox_ops/models.py
src/core/paradox_ops/registry.py
src/core/paradox_ops/scoring.py
src/core/paradox_ops/validators.py
src/core/schemas/action_contract.schema.json
src/core/schemas/authority_blast_radius.schema.json
src/core/schemas/authority_drift_signal.schema.json
src/core/schemas/authority_ledger.schema.json
src/core/schemas/authorityops.schema.json
src/core/schemas/canon.schema.json
src/core/schemas/claim.schema.json
src/core/schemas/coherence_manifest.schema.json
src/core/schemas/coherence_report.schema.json
src/core/schemas/connector_envelope.schema.json
src/core/schemas/crypto_envelope.schema.json
src/core/schemas/decision_episode_chain.schema.json
src/core/schemas/dlr.schema.json
src/core/schemas/drift.schema.json
src/core/schemas/dte.schema.json
src/core/schemas/episode.schema.json
src/core/schemas/exhaust.schema.json
src/core/schemas/inter_dimensional_drift.schema.json
src/core/schemas/iris_query.schema.json
src/core/schemas/paradox_tension_set.schema.json
src/core/schemas/prime_gate.schema.json
src/core/schemas/retcon.schema.json
src/core/schemas/security_crypto_policy.schema.json
src/core/schemas/security_event.schema.json
src/core/schemas/tension_dimension.schema.json
src/core/schemas/tension_patch.schema.json
src/core/schemas/feeds/authority_slice.schema.json
src/core/schemas/feeds/canon_entry.schema.json
src/core/schemas/feeds/decision_lineage.schema.json
src/core/schemas/feeds/drift_signal.schema.json
src/core/schemas/feeds/event_contract.schema.json
src/core/schemas/feeds/feeds_event_envelope.schema.json
src/core/schemas/feeds/packet_index.schema.json
src/core/schemas/feeds/routing_table.schema.json
src/core/schemas/feeds/truth_snapshot.schema.json
src/core/schemas/jrm/jrm_core.schema.json
src/core/schemas/jrm/jrm_packet.schema.json
src/deepsigma.egg-info/PKG-INFO
src/deepsigma.egg-info/SOURCES.txt
src/deepsigma.egg-info/dependency_links.txt
src/deepsigma.egg-info/entry_points.txt
src/deepsigma.egg-info/requires.txt
src/deepsigma.egg-info/top_level.txt
tests/test_agent.py
tests/test_authority.py
tests/test_authority_blast_radius.py
tests/test_authority_drift.py
tests/test_authority_modules.py
tests/test_authorityops.py
tests/test_cascade.py
tests/test_cerpa_contract_demo.py
tests/test_cerpa_engine.py
tests/test_cerpa_mappers.py
tests/test_cerpa_models.py
tests/test_constraint_executor.py
tests/test_coverage_gate.py
tests/test_decision_surface_runtime.py
tests/test_dlr.py
tests/test_feeds_bus.py
tests/test_feeds_canon.py
tests/test_feeds_cli.py
tests/test_feeds_consumers.py
tests/test_feeds_contracts.py
tests/test_feeds_envelope.py
tests/test_feeds_ingest.py
tests/test_feeds_schemas.py
tests/test_franops.py
tests/test_intelops.py
tests/test_interdimensional_drift.py
tests/test_iris.py
tests/test_metrics.py
tests/test_mg.py
tests/test_money_demo.py
tests/test_money_demo_v2.py
tests/test_normalize.py
tests/test_notebook_adapter.py
tests/test_openpql_primitives.py
tests/test_paradox_lifecycle.py
tests/test_paradox_models.py
tests/test_paradox_scoring.py
tests/test_prime.py
tests/test_primitives.py
tests/test_reconciler.py
tests/test_reops.py
tests/test_scoring.py
tests/test_site_content.py
tests/test_storage.py
tests/test_vantage_adapter_contract.py