README.md
pyproject.toml
src/uni/__init__.py
src/uni/__main__.py
src/uni/main.py
src/uni/adapter/__init__.py
src/uni/adapter/adapter.py
src/uni/adapter/discovery.py
src/uni/adapter/evolution_daemon.py
src/uni/adapter/server.py
src/uni/cli/__main__.py
src/uni/cli/doctor.py
src/uni/cli/main.py
src/uni/cli/migrate_keywords.py
src/uni/compiler/__init__.py
src/uni/compiler/analyzer.py
src/uni/compiler/base.py
src/uni/compiler/dsl_registry.py
src/uni/compiler/emitter.py
src/uni/compiler/expressions.py
src/uni/compiler/extensions.py
src/uni/compiler/interfaces.py
src/uni/compiler/lexer.py
src/uni/compiler/manager.py
src/uni/compiler/parser.py
src/uni/compiler/project.py
src/uni/compiler/python_fastapi.py
src/uni/compiler/python_standalone.py
src/uni/compiler/type_mapping.py
src/uni/compiler/blocks/law.py
src/uni/compiler/blocks/scaffolding.py
src/uni/compiler/blocks/state.py
src/uni/compiler/blocks/actions/__init__.py
src/uni/compiler/blocks/actions/handlers.py
src/uni/compiler/blocks/actions/registry.py
src/uni/compiler/lowering/__init__.py
src/uni/compiler/lowering/context.py
src/uni/compiler/lowering/lowerer.py
src/uni/compiler/lowering/orchestrator.py
src/uni/compiler/rules/__init__.py
src/uni/compiler/rules/rule_loader.py
src/uni/compiler/rules/rule_schema.py
src/uni/evolution/__init__.py
src/uni/evolution/agent.py
src/uni/evolution/annealing.py
src/uni/evolution/engine.py
src/uni/evolution/forecasting.py
src/uni/evolution/fuzzer.py
src/uni/evolution/generator.py
src/uni/evolution/jepsen.py
src/uni/evolution/longevity.py
src/uni/evolution/meta_runner.py
src/uni/evolution/models.py
src/uni/evolution/proof_engine.py
src/uni/evolution/ranking.py
src/uni/evolution/recovery.py
src/uni/evolution/strategy_registry.py
src/uni/evolution/tiering.py
src/uni/evolution/gates/coherence.py
src/uni/evolution/gates/entropy.py
src/uni/evolution/gates/forecast_gate.py
src/uni/evolution/governance/budget.py
src/uni/evolution/governance/trust_tiers.py
src/uni/evolution/memory/archetypes.py
src/uni/evolution/memory/compression.py
src/uni/evolution/memory/core.py
src/uni/evolution/memory/principles.py
src/uni/evolution/vision/__init__.py
src/uni/evolution/vision/app_graph.py
src/uni/evolution/vision/blueprint.py
src/uni/evolution/vision/gap_analyzer.py
src/uni/evolution/vision/graph_validator.py
src/uni/evolution/vision/intrinsics.py
src/uni/evolution/vision/loader.py
src/uni/evolution/vision/parser.py
src/uni/evolution/vision/vision_compiler.py
src/uni/governance/__init__.py
src/uni/governance/constitution.py
src/uni/governance/supreme_court.py
src/uni/hub/models.py
src/uni/kernel/__init__.py
src/uni/kernel/capability_registry.py
src/uni/kernel/context.py
src/uni/kernel/deterministic.py
src/uni/kernel/dispatch_engine.py
src/uni/kernel/errors.py
src/uni/kernel/executor.py
src/uni/kernel/inspector.py
src/uni/kernel/performance.py
src/uni/kernel/registry.py
src/uni/kernel/audit/__init__.py
src/uni/kernel/audit/__main__.py
src/uni/kernel/audit/bus.py
src/uni/kernel/audit/server.py
src/uni/kernel/bootstrap/python_runtime.py
src/uni/kernel/capabilities/__init__.py
src/uni/kernel/capabilities/data_store.py
src/uni/kernel/capabilities/debug.py
src/uni/kernel/capabilities/diag.py
src/uni/kernel/capabilities/effects.py
src/uni/kernel/capabilities/evolution.py
src/uni/kernel/capabilities/external.py
src/uni/kernel/capabilities/graph_ops.py
src/uni/kernel/capabilities/http_serve.py
src/uni/kernel/capabilities/infra.py
src/uni/kernel/capabilities/input.py
src/uni/kernel/capabilities/io_persist.py
src/uni/kernel/capabilities/llm.py
src/uni/kernel/capabilities/networking.py
src/uni/kernel/capabilities/pack.py
src/uni/kernel/capabilities/regex.py
src/uni/kernel/capabilities/rts_spatial.py
src/uni/kernel/capabilities/standard.py
src/uni/kernel/capabilities/state.py
src/uni/kernel/capabilities/stdlib/__init__.py
src/uni/kernel/capabilities/stdlib/collections.py
src/uni/kernel/capabilities/stdlib/core.py
src/uni/kernel/capabilities/stdlib/helpers.py
src/uni/kernel/capabilities/stdlib/logic.py
src/uni/kernel/capabilities/stdlib/math_caps.py
src/uni/kernel/capabilities/stdlib/strings.py
src/uni/kernel/evaluator/__init__.py
src/uni/kernel/evaluator/binary_ops.py
src/uni/kernel/evaluator/collections.py
src/uni/kernel/evaluator/core_functions.py
src/uni/kernel/evaluator/dispatch.py
src/uni/kernel/evaluator/evaluator.py
src/uni/kernel/evaluator/math.py
src/uni/kernel/evaluator/registry.py
src/uni/kernel/evaluator/vectors.py
src/uni/kernel/evaluator/operators/__init__.py
src/uni/kernel/evaluator/operators/compile_ops.py
src/uni/kernel/evaluator/operators/eval_ops.py
src/uni/kernel/execution/__init__.py
src/uni/kernel/execution/dag_executor.py
src/uni/kernel/execution/engine.py
src/uni/kernel/execution/law_registry.py
src/uni/kernel/execution/law_solver.py
src/uni/kernel/execution/llm_client.py
src/uni/kernel/execution/loop.py
src/uni/kernel/execution/pipeline.py
src/uni/kernel/execution/self_hosting.py
src/uni/kernel/execution/tick.py
src/uni/kernel/handlers/control_flow.py
src/uni/kernel/handlers/effect.py
src/uni/kernel/handlers/expression.py
src/uni/kernel/handlers/helpers.py
src/uni/kernel/handlers/kernel.py
src/uni/kernel/handlers/mutation.py
src/uni/kernel/llm/__init__.py
src/uni/kernel/llm/ai_compiler.py
src/uni/kernel/llm/bootstrap.py
src/uni/kernel/llm/few_shot.py
src/uni/kernel/loading/__init__.py
src/uni/kernel/loading/hot_reload.py
src/uni/kernel/loading/loader.py
src/uni/kernel/scheduling/__init__.py
src/uni/kernel/scheduling/scheduler.py
src/uni/kernel/scheduling/scheduler_dag.py
src/uni/kernel/state/__init__.py
src/uni/kernel/state/access_tracker.py
src/uni/kernel/state/alias_manager.py
src/uni/kernel/state/auditor.py
src/uni/kernel/state/behavior_drift_auditor.py
src/uni/kernel/state/delta.py
src/uni/kernel/state/delta_log.py
src/uni/kernel/state/delta_tracker.py
src/uni/kernel/state/engine.py
src/uni/kernel/state/index_engine.py
src/uni/kernel/state/simulation_fork.py
src/uni/kernel/state/state_lifecycle.py
src/uni/kernel/state/state_merge.py
src/uni/kernel/state/store.py
src/uni/kernel/state/tick_history.py
src/uni/kernel/state/timeline.py
src/uni/kernel/utils/__init__.py
src/uni/kernel/utils/copying.py
src/uni/kernel/utils/debug.py
src/uni/kernel/utils/deprecation.py
src/uni/kernel/utils/determinism.py
src/uni/kernel/utils/naming.py
src/uni/kernel/utils/test_hooks.py
src/uni/observers/__init__.py
src/uni/observers/graph_projector.py
src/uni/observers/orchestrator.py
src/uni/observers/protocol.py
src/uni/observers/validation_pipeline.py
src/uni/observers/causal/__init__.py
src/uni/observers/causal/ancestry.py
src/uni/observers/causal/contradiction.py
src/uni/observers/causal/determinism.py
src/uni/observers/causal/drift.py
src/uni/observers/causal/engine.py
src/uni/observers/causal/evolution_guard.py
src/uni/observers/causal/fingerprint.py
src/uni/observers/causal/guard___main__.py
src/uni/observers/causal/guard_engine.py
src/uni/observers/causal/guards.py
src/uni/observers/causal/llm_compliance.py
src/uni/observers/causal/models.py
src/uni/observers/causal/scorer.py
src/uni/observers/causal/validator.py
src/uni/observers/causal/guard_rules/__init__.py
src/uni/observers/causal/guard_rules/architecture.py
src/uni/observers/causal/guard_rules/ast_refactor.py
src/uni/observers/causal/guard_rules/determinism.py
src/uni/observers/causal/guard_rules/engine.py
src/uni/observers/causal/guard_rules/formal_kernel.py
src/uni/observers/causal/guard_rules/kernel.py
src/uni/observers/causal/guard_rules/schema_boundary.py
src/uni/observers/causal/guard_rules/style.py
src/uni/observers/epistemic/compression.py
src/uni/observers/epistemic/drift.py
src/uni/observers/epistemic/repair.py
src/uni/observers/epistemic/synthesizer.py
src/uni/observers/structural/canonical.py
src/uni/observers/structural/compliance_invariants.py
src/uni/observers/structural/compliance_profiles.py
src/uni/observers/structural/compliance_report.py
src/uni/observers/structural/core.py
src/uni/observers/structural/determinism.py
src/uni/observers/structural/graph.py
src/uni/observers/structural/hygiene.py
src/uni/observers/structural/inspect_purification.py
src/uni/observers/structural/kernel.py
src/uni/observers/structural/kernel_integrity.py
src/uni/observers/structural/kernel_spec.py
src/uni/observers/structural/main.py
src/uni/observers/structural/policy_injector.py
src/uni/observers/structural/projector.py
src/uni/observers/structural/reporter.py
src/uni/observers/structural/scanner.py
src/uni/observers/structural/formal/__init__.py
src/uni/observers/structural/formal/model.py
src/uni/observers/structural/formal/verifier.py
src/uni/observers/structural/rules/__init__.py
src/uni/observers/structural/rules/base.py
src/uni/observers/structural/rules/domain.py
src/uni/observers/structural/rules/engine.py
src/uni/observers/structural/rules/graph.py
src/uni/observers/structural/rules/isolation.py
src/uni/observers/structural/rules/kernel.py
src/uni/observers/structural/rules/legacy.py
src/uni/observers/structural/rules/program_rules.py
src/uni/observers/structural/rules/timeline.py
src/uni/observers/structural/verification/__init__.py
src/uni/observers/structural/verification/program_analyzer.py
src/uni/observers/structural/verification/verification.py
src/uni/ontology/atom.py
src/uni/ontology/graph.py
src/uni/ontology/identity.py
src/uni/ontology/identity_proofs.py
src/uni/ontology/persistence.py
src/uni/ontology/sqlite_store.py
src/uni/ontology/tests/test_equivalence.py
src/uni/packs/__init__.py
src/uni/packs/grid_world/pack.py
src/uni/packs/notes/main.uni
src/uni/packs/omaha/evaluator.py
src/uni/packs/omaha/pack.py
src/uni/packs/rts/__init__.py
src/uni/packs/rts/ai_system.py
src/uni/packs/rts/collision.py
src/uni/packs/rts/combat_system.py
src/uni/packs/rts/construction_system.py
src/uni/packs/rts/gathering_system.py
src/uni/packs/rts/movement_system.py
src/uni/packs/rts/navigation.py
src/uni/packs/rts/pack.py
src/uni/packs/rts/rts.py
src/uni/packs/rts/sim_engine.py
src/uni/packs/rts/spatial.py
src/uni/packs/rts/tactics.py
src/uni/packs/rts/validation.py
src/uni/packs/rts/vision.py
src/uni/packs/rts/worldgen.py
src/uni/packs/todo/main.uni
src/uni/stdlib/collections.uni
src/uni/stdlib/core.uni
src/uni/stdlib/diag.uni
src/uni/stdlib/explain.uni
src/uni/stdlib/identity.uni
src/uni/stdlib/logic.uni
src/uni/stdlib/meta.uni
src/uni/stdlib/numeric.uni
src/uni/telemetry/blackbox.py
src/uni/telemetry/certification.py
src/uni/telemetry/cli_viewer.py
src/uni/telemetry/metrics.py
src/uni/telemetry/monitor.py
src/uni/telemetry/replay_ledger.py
src/uni/telemetry/telemetry_server.py
src/uni/telemetry/thermodynamics.py
src/uni/uir/__init__.py
src/uni/uir/collections.py
src/uni/uir/context.py
src/uni/uir/delta.py
src/uni/uir/models.py
src/uni/uir/normalization.py
src/uni/uir/opcodes.py
src/uni/uir/types.py
src/uni_native.egg-info/PKG-INFO
src/uni_native.egg-info/SOURCES.txt
src/uni_native.egg-info/dependency_links.txt
src/uni_native.egg-info/entry_points.txt
src/uni_native.egg-info/requires.txt
src/uni_native.egg-info/top_level.txt
tests/test_ai_debugging_features.py
tests/test_annealing.py
tests/test_apps.py
tests/test_architectural_audit.py
tests/test_architecture_overhaul.py
tests/test_argmax_dispatch.py
tests/test_audit_phase3.py
tests/test_banking_purification.py
tests/test_calling_convention.py
tests/test_collision_ops.py
tests/test_combat_debug.py
tests/test_compiler_pipeline.py
tests/test_complex_plans.py
tests/test_compression.py
tests/test_compute_purity.py
tests/test_contract_enforcement.py
tests/test_cross_domain_memory.py
tests/test_data_driven_lowering.py
tests/test_determinism_enforcement.py
tests/test_determinism_integration.py
tests/test_effects.py
tests/test_engine_determinism.py
tests/test_epistemic_enforcement.py
tests/test_epoch4_boot.py
tests/test_explainability_graph.py
tests/test_extensibility.py
tests/test_forecasting.py
tests/test_formal_kernel.py
tests/test_function_constraints.py
tests/test_generic_sim.py
tests/test_governance.py
tests/test_hot_reload_safety.py
tests/test_hygiene.py
tests/test_kernel_conformance.py
tests/test_kernel_freeze.py
tests/test_kernel_replay.py
tests/test_kernel_validation_on_bind.py
tests/test_law_formalization.py
tests/test_lineage_integrity.py
tests/test_llm_coder.py
tests/test_llm_reasoning.py
tests/test_local_llm.py
tests/test_lowering_hardening.py
tests/test_map_repro.py
tests/test_memory_archetypes.py
tests/test_meta_syntax_memory.py
tests/test_modules.py
tests/test_multifile.py
tests/test_network_sync.py
tests/test_pack_e2e.py
tests/test_packs.py
tests/test_persistence.py
tests/test_program_graph.py
tests/test_ranking.py
tests/test_refactored_generators.py
tests/test_reflex_arc.py
tests/test_reflexive_reasoning.py
tests/test_registry_extension.py
tests/test_registry_immutability.py
tests/test_runtime_hardening.py
tests/test_runtime_phase2.py
tests/test_sandboxing.py
tests/test_self_hosting_contamination.py
tests/test_semantic_jepsen.py
tests/test_sqlite_store.py
tests/test_stdlib_native.py
tests/test_stdlib_native_bindings.py
tests/test_storage.py
tests/test_strategy_selection.py
tests/test_strategy_templates.py
tests/test_strict_mutations.py
tests/test_supervised_autonomy.py
tests/test_trace_capture.py
tests/test_uni_doctor.py
tests/test_v02_types.py
tests/test_validation_pipeline.py
tests/test_verification_pool.py