README.md
pyproject.toml
src/oxi_core/__init__.py
src/oxi_core/adapter.py
src/oxi_core/cli.py
src/oxi_core/compute_probe.py
src/oxi_core/db.py
src/oxi_core/memory.py
src/oxi_core/planner.py
src/oxi_core/prompts.py
src/oxi_core/wizard.py
src/oxi_core.egg-info/PKG-INFO
src/oxi_core.egg-info/SOURCES.txt
src/oxi_core.egg-info/dependency_links.txt
src/oxi_core.egg-info/entry_points.txt
src/oxi_core.egg-info/requires.txt
src/oxi_core.egg-info/top_level.txt
src/oxi_core/defaults/__init__.py
src/oxi_core/defaults/inference.yaml
src/oxi_core/defaults/inference_rates.yaml
src/oxi_core/defaults/routing.yaml
src/oxi_core/defaults/__pycache__/__init__.cpython-312.pyc
src/oxi_core/templates/adapter/README.md
src/oxi_core/templates/adapter/README.md.tmpl
src/oxi_core/templates/adapter/pyproject.toml.tmpl
src/oxi_core/templates/adapter/src/oxi_adapter_TEMPLATE/__init__.py.tmpl
src/oxi_core/templates/adapter/src/oxi_adapter_TEMPLATE/adapter.py.tmpl
src/oxi_core/v3/__init__.py
src/oxi_core/v3/_color.py
src/oxi_core/v3/_glyphs.py
src/oxi_core/v3/_logo.py
src/oxi_core/v3/_render.py
src/oxi_core/v3/_timefmt.py
src/oxi_core/v3/auto_merge.py
src/oxi_core/v3/auto_observe.py
src/oxi_core/v3/auto_recover.py
src/oxi_core/v3/branch_janitor.py
src/oxi_core/v3/brief.py
src/oxi_core/v3/budget.py
src/oxi_core/v3/ci_issue_filer.py
src/oxi_core/v3/critic.py
src/oxi_core/v3/cto_verdict.py
src/oxi_core/v3/dashboard.py
src/oxi_core/v3/deadman.py
src/oxi_core/v3/deep_fix.py
src/oxi_core/v3/dispatch.py
src/oxi_core/v3/dispatch_invoke.py
src/oxi_core/v3/dispatch_pool.py
src/oxi_core/v3/engine_health.py
src/oxi_core/v3/engine_state.py
src/oxi_core/v3/github_client.py
src/oxi_core/v3/github_source.py
src/oxi_core/v3/handoff.py
src/oxi_core/v3/heartbeat.py
src/oxi_core/v3/ingest_roadmap.py
src/oxi_core/v3/judge.py
src/oxi_core/v3/kill.py
src/oxi_core/v3/ledger_events.py
src/oxi_core/v3/logging_setup.py
src/oxi_core/v3/notification.py
src/oxi_core/v3/oauth_watch.py
src/oxi_core/v3/plan_dry_run.py
src/oxi_core/v3/pr_overlap.py
src/oxi_core/v3/pr_watcher.py
src/oxi_core/v3/query_helpers.py
src/oxi_core/v3/ranking.py
src/oxi_core/v3/routing.py
src/oxi_core/v3/saturate.py
src/oxi_core/v3/seed_from_roadmap.py
src/oxi_core/v3/ship_recovery.py
src/oxi_core/v3/skills_loader.py
src/oxi_core/v3/spec_ingest.py
src/oxi_core/v3/status_json.py
src/oxi_core/v3/tail_dispatch.py
src/oxi_core/v3/worktree_provision.py
src/oxi_core/v3/agentic/__init__.py
src/oxi_core/v3/agentic/base.py
src/oxi_core/v3/agentic/codex.py
src/oxi_core/v3/agentic/codex_events.py
src/oxi_core/v3/agentic/shadow.py
src/oxi_core/v3/auto_external/__init__.py
src/oxi_core/v3/auto_external/dedup.py
src/oxi_core/v3/auto_external/scan.py
src/oxi_core/v3/inference/__init__.py
tests/test_accent.py
tests/test_adapter.py
tests/test_auto_external_dedup.py
tests/test_auto_improve_routine.py
tests/test_auto_merge.py
tests/test_auto_recover.py
tests/test_branch_janitor.py
tests/test_brief.py
tests/test_budget.py
tests/test_budget_gates.py
tests/test_ci_issue_filer.py
tests/test_claude_critic_backend.py
tests/test_cli.py
tests/test_codex_adapter.py
tests/test_codex_events.py
tests/test_color.py
tests/test_compute_probe.py
tests/test_critic.py
tests/test_critic_arm_auto_merge.py
tests/test_cto_verdict.py
tests/test_dashboard.py
tests/test_db.py
tests/test_deadman.py
tests/test_deep_fix.py
tests/test_dispatch.py
tests/test_dispatch_invoke.py
tests/test_dispatch_pool.py
tests/test_end_to_end_smoke.py
tests/test_engine_health.py
tests/test_engine_state.py
tests/test_generate_sbom.py
tests/test_github_client.py
tests/test_github_source.py
tests/test_glyphs.py
tests/test_grok_gateway_smoke.py
tests/test_handoff.py
tests/test_heartbeat.py
tests/test_inference_gateway.py
tests/test_ingest_roadmap.py
tests/test_judge.py
tests/test_kill.py
tests/test_litellm_gateway_smoke.py
tests/test_logging_setup.py
tests/test_logo.py
tests/test_memory.py
tests/test_migration_v2_pr_number.py
tests/test_model_fallback.py
tests/test_nightly_integration.py
tests/test_notification.py
tests/test_oauth_watch.py
tests/test_openrouter_gateway_smoke.py
tests/test_plan_dry_run.py
tests/test_planner.py
tests/test_pr_overlap.py
tests/test_pr_watcher.py
tests/test_prompts.py
tests/test_query_helpers.py
tests/test_ranking.py
tests/test_render.py
tests/test_repeat_failure_escalation.py
tests/test_roadmap_prune.py
tests/test_routing.py
tests/test_saturate.py
tests/test_scaffold.py
tests/test_seed_from_roadmap.py
tests/test_shadow.py
tests/test_ship_recovery.py
tests/test_skills_loader.py
tests/test_spec_ingest.py
tests/test_status_json.py
tests/test_tail_dispatch.py
tests/test_wizard.py
tests/test_worktree_provision.py