LICENSE
README.md
pyproject.toml
arifos.egg-info/PKG-INFO
arifos.egg-info/SOURCES.txt
arifos.egg-info/dependency_links.txt
arifos.egg-info/entry_points.txt
arifos.egg-info/requires.txt
arifos.egg-info/top_level.txt
arifos_core/APEX_PRIME.py
arifos_core/__init__.py
arifos_core/context_injection.py
arifos_core/eval_telemetry.py
arifos_core/eye_sentinel.py
arifos_core/genius_metrics.py
arifos_core/governed_llm.py
arifos_core/guard.py
arifos_core/ignition.py
arifos_core/kms_signer.py
arifos_core/ledger.py
arifos_core/ledger_hashing.py
arifos_core/llm_interface.py
arifos_core/merkle.py
arifos_core/metrics.py
arifos_core/pipeline.py
arifos_core/runtime_manifest.py
arifos_core/runtime_types.py
arifos_core/telemetry.py
arifos_core/telemetry_v36.py
arifos_core/vault_retrieval.py
arifos_core/zkpc_runtime.py
arifos_core/adapters/__init__.py
arifos_core/adapters/llm_claude.py
arifos_core/adapters/llm_gemini.py
arifos_core/adapters/llm_openai.py
arifos_core/adapters/llm_sealion.py
arifos_core/dream_forge/__init__.py
arifos_core/dream_forge/anvil.py
arifos_core/dream_forge/crucible.py
arifos_core/engines/__init__.py
arifos_core/engines/adam_engine.py
arifos_core/engines/apex_engine.py
arifos_core/engines/arif_engine.py
arifos_core/eye/__init__.py
arifos_core/eye/anti_hantu_view.py
arifos_core/eye/base.py
arifos_core/eye/behavior_drift_view.py
arifos_core/eye/drift_view.py
arifos_core/eye/floor_view.py
arifos_core/eye/genius_view.py
arifos_core/eye/maruah_view.py
arifos_core/eye/paradox_view.py
arifos_core/eye/sentinel.py
arifos_core/eye/shadow_view.py
arifos_core/eye/silence_view.py
arifos_core/eye/sleeper_view.py
arifos_core/eye/trace_view.py
arifos_core/eye/version_view.py
arifos_core/floor_detectors/__init__.py
arifos_core/floor_detectors/amanah_risk_detectors.py
arifos_core/guards/__init__.py
arifos_core/guards/session_dependency.py
arifos_core/integration/__init__.py
arifos_core/integration/common_utils.py
arifos_core/integration/memory_judge.py
arifos_core/integration/memory_scars.py
arifos_core/integration/memory_seal.py
arifos_core/integration/memory_sense.py
arifos_core/memory/__init__.py
arifos_core/memory/audit.py
arifos_core/memory/authority.py
arifos_core/memory/bands.py
arifos_core/memory/cooling_ledger.py
arifos_core/memory/eureka_receipt.py
arifos_core/memory/memory_context.py
arifos_core/memory/phoenix72.py
arifos_core/memory/phoenix72_controller.py
arifos_core/memory/policy.py
arifos_core/memory/retention.py
arifos_core/memory/scar_manager.py
arifos_core/memory/scars.py
arifos_core/memory/vault999.py
arifos_core/memory/vault_manager.py
arifos_core/memory/vector_adapter.py
arifos_core/memory/void_scanner.py
arifos_core/stages/__init__.py
arifos_core/stages/stage_000_amanah.py
arifos_core/stages/stage_555_empathy.py
arifos_core/waw/__init__.py
arifos_core/waw/base.py
arifos_core/waw/federation.py
arifos_core/waw/geox.py
arifos_core/waw/prompt.py
arifos_core/waw/prompt_meta_engine.py
arifos_core/waw/rif.py
arifos_core/waw/wealth.py
arifos_core/waw/well.py
arifos_core/waw/bridges/__init__.py
arifos_core/waw/bridges/geox_bridge.py
arifos_core/waw/bridges/prompt_bridge.py
arifos_core/waw/bridges/rif_bridge.py
arifos_core/waw/bridges/wealth_bridge.py
arifos_core/waw/bridges/well_bridge.py
arifos_core/wrappers/__init__.py
arifos_core/wrappers/governed_session.py
arifos_eval/__init__.py
arifos_eval/apex/__init__.py
arifos_eval/apex/apex_measurements.py
integrations/sealion/__init__.py
integrations/sealion/arifos_sealion.py
integrations/sealion/engine.py
integrations/sealion/examples.py
integrations/sealion/judge.py
scripts/__init__.py
scripts/analyze_governance.py
scripts/arifos_caged_gemini_demo.py
scripts/arifos_caged_llm_demo.py
scripts/arifos_caged_llm_zkpc_demo.py
scripts/arifos_caged_openai_demo.py
scripts/build_ledger_hashes.py
scripts/check_gemini_models.py
scripts/compute_merkle_root.py
scripts/eval_telemetry_harness.py
scripts/gemini_fire_test.py
scripts/ignite_anvil.py
scripts/ollama_floor_suite_v37.py
scripts/ollama_redteam_suite_v37.py
scripts/propose_canon_from_receipt.py
scripts/seal_proposed_canon.py
scripts/show_merkle_proof.py
scripts/test_bogel_llama.py
scripts/test_gemini_breaking_point.py
scripts/test_ollama_v37.py
scripts/test_waw_signals.py
scripts/torture_test_truth_polarity.py
scripts/verify_ledger_chain.py
scripts/verify_ledger_kms.py
scripts/verify_sealion_sovereignty.py
scripts/verify_session_guard.py
scripts/verify_sovereignty.py
scripts/verify_v36_stub.py
tests/test_amanah_detector.py
tests/test_anti_hantu_f9.py
tests/test_antihantu_unit.py
tests/test_apex_and_ledger_edges.py
tests/test_apex_genius_verdicts.py
tests/test_apex_measurements_eval.py
tests/test_apex_prime_floors.py
tests/test_apex_prime_floors_mocked.py
tests/test_apex_review.py
tests/test_caged_llm_harness.py
tests/test_canon_drift_guard.py
tests/test_cooling_ledger.py
tests/test_cooling_ledger_integrity.py
tests/test_cooling_ledger_integrity_mocked.py
tests/test_cooling_ledger_kms_integration.py
tests/test_cooling_ledger_schema_compliance.py
tests/test_cooling_phoenix_v38_alignment.py
tests/test_dream_forge.py
tests/test_engines_arif_adam.py
tests/test_epoch_comparison.py
tests/test_eye_sentinel.py
tests/test_floors_v38_alignment.py
tests/test_genius_law_v38_alignment.py
tests/test_genius_metrics.py
tests/test_governance_regression.py
tests/test_governed_llm.py
tests/test_governed_session_wrapper.py
tests/test_grey_zone.py
tests/test_guard_v35.py
tests/test_ignition_profiles.py
tests/test_integration_common_utils.py
tests/test_kms_signer.py
tests/test_ledger_sanity.py
tests/test_llm_adapters.py
tests/test_memory_enforcement_v37.py
tests/test_memory_policy_v38.py
tests/test_memory_stack_v37.py
tests/test_phoenix72.py
tests/test_pipeline_order_v36.py
tests/test_pipeline_routing.py
tests/test_pipeline_stages_444_555_666.py
tests/test_pipeline_v38_alignment.py
tests/test_pipeline_waw_integration.py
tests/test_runtime_manifest.py
tests/test_seal_proposed_canon_v36.py
tests/test_session_dependency_guard.py
tests/test_sovereignty_all_providers.py
tests/test_telemetry_v36_spec_alignment.py
tests/test_v35_features.py
tests/test_v38_runtime_upgrade.py
tests/test_vault_retrieval_v36.py
tests/test_vector_adapter.py
tests/test_waw_geox_signals.py
tests/test_waw_organs.py
tests/test_waw_prompt_signals.py
tests/test_waw_prompt_v38_alignment.py
tests/test_waw_rif_signals.py
tests/test_waw_wealth_signals.py
tests/test_waw_well_signals.py