LICENSE
README.md
pyproject.toml
ao_kernel/__init__.py
ao_kernel/__main__.py
ao_kernel/ao_release_gate.py
ao_kernel/ao_release_gate_runtime.py
ao_kernel/ao_release_gate_service.py
ao_kernel/cli.py
ao_kernel/client.py
ao_kernel/config.py
ao_kernel/doctor_cmd.py
ao_kernel/errors.py
ao_kernel/extension_truth_ratchet.py
ao_kernel/governance.py
ao_kernel/i18n.py
ao_kernel/init_cmd.py
ao_kernel/kernel_api_write_smoke.py
ao_kernel/live_adapter_gate.py
ao_kernel/live_adapter_gate_policy.py
ao_kernel/live_adapter_gate_policy_runtime.py
ao_kernel/live_adapter_gate_policy_service.py
ao_kernel/llm.py
ao_kernel/mcp_server.py
ao_kernel/migrate_cmd.py
ao_kernel/policy.py
ao_kernel/prompts.py
ao_kernel/py.typed
ao_kernel/real_adapter_smoke.py
ao_kernel/real_adapter_workflow_smoke.py
ao_kernel/roadmap.py
ao_kernel/scorecard.py
ao_kernel/session.py
ao_kernel/telemetry.py
ao_kernel/tool_gateway.py
ao_kernel/workspace.py
ao_kernel.egg-info/PKG-INFO
ao_kernel.egg-info/SOURCES.txt
ao_kernel.egg-info/dependency_links.txt
ao_kernel.egg-info/entry_points.txt
ao_kernel.egg-info/requires.txt
ao_kernel.egg-info/top_level.txt
ao_kernel/_internal/__init__.py
ao_kernel/_internal/coordination/__init__.py
ao_kernel/_internal/coordination/cli_handlers.py
ao_kernel/_internal/evidence/__init__.py
ao_kernel/_internal/evidence/cli_handlers.py
ao_kernel/_internal/evidence/integrity_verify.py
ao_kernel/_internal/evidence/manifest.py
ao_kernel/_internal/evidence/mcp_event_log.py
ao_kernel/_internal/evidence/replay.py
ao_kernel/_internal/evidence/timeline.py
ao_kernel/_internal/evidence/writer.py
ao_kernel/_internal/mcp/__init__.py
ao_kernel/_internal/mcp/memory_tools.py
ao_kernel/_internal/metrics/__init__.py
ao_kernel/_internal/metrics/cli_handlers.py
ao_kernel/_internal/metrics/debug_query.py
ao_kernel/_internal/orchestrator/__init__.py
ao_kernel/_internal/orchestrator/eval_harness.py
ao_kernel/_internal/orchestrator/quality_gate.py
ao_kernel/_internal/policy_sim/__init__.py
ao_kernel/_internal/policy_sim/cli_handlers.py
ao_kernel/_internal/prj_kernel_api/__init__.py
ao_kernel/_internal/prj_kernel_api/circuit_breaker.py
ao_kernel/_internal/prj_kernel_api/codex_home.py
ao_kernel/_internal/prj_kernel_api/dotenv_loader.py
ao_kernel/_internal/prj_kernel_api/llm_post_processors.py
ao_kernel/_internal/prj_kernel_api/llm_request_builder.py
ao_kernel/_internal/prj_kernel_api/llm_response_normalizer.py
ao_kernel/_internal/prj_kernel_api/llm_retry.py
ao_kernel/_internal/prj_kernel_api/llm_router.py
ao_kernel/_internal/prj_kernel_api/llm_stream.py
ao_kernel/_internal/prj_kernel_api/llm_stream_normalizer.py
ao_kernel/_internal/prj_kernel_api/llm_stream_transport.py
ao_kernel/_internal/prj_kernel_api/llm_transport.py
ao_kernel/_internal/prj_kernel_api/rate_limiter.py
ao_kernel/_internal/prj_kernel_api/tool_calling.py
ao_kernel/_internal/providers/__init__.py
ao_kernel/_internal/providers/capability_model.py
ao_kernel/_internal/providers/token_counter.py
ao_kernel/_internal/repo_intelligence/__init__.py
ao_kernel/_internal/repo_intelligence/artifacts.py
ao_kernel/_internal/repo_intelligence/context_pack_builder.py
ao_kernel/_internal/repo_intelligence/export_plan.py
ao_kernel/_internal/repo_intelligence/ignore_rules.py
ao_kernel/_internal/repo_intelligence/language_detector.py
ao_kernel/_internal/repo_intelligence/product_onboarding.py
ao_kernel/_internal/repo_intelligence/python_ast_indexer.py
ao_kernel/_internal/repo_intelligence/repo_chunker.py
ao_kernel/_internal/repo_intelligence/repo_vector_indexer.py
ao_kernel/_internal/repo_intelligence/repo_vector_plan.py
ao_kernel/_internal/repo_intelligence/repo_vector_retriever.py
ao_kernel/_internal/repo_intelligence/root_exporter.py
ao_kernel/_internal/repo_intelligence/scanner.py
ao_kernel/_internal/repo_intelligence/workflow_context.py
ao_kernel/_internal/repo_intelligence/workflow_opt_in.py
ao_kernel/_internal/repo_intelligence/workflow_surface.py
ao_kernel/_internal/roadmap/__init__.py
ao_kernel/_internal/roadmap/change_proposals.py
ao_kernel/_internal/roadmap/compiler.py
ao_kernel/_internal/roadmap/evidence.py
ao_kernel/_internal/roadmap/exec_contracts.py
ao_kernel/_internal/roadmap/exec_evidence.py
ao_kernel/_internal/roadmap/exec_steps.py
ao_kernel/_internal/roadmap/executor.py
ao_kernel/_internal/roadmap/roadmap_checkpoint.py
ao_kernel/_internal/roadmap/sanitize.py
ao_kernel/_internal/roadmap/step_templates.py
ao_kernel/_internal/scorecard/__init__.py
ao_kernel/_internal/scorecard/collector.py
ao_kernel/_internal/scorecard/compare.py
ao_kernel/_internal/scorecard/post_comment.py
ao_kernel/_internal/scorecard/render.py
ao_kernel/_internal/secrets/__init__.py
ao_kernel/_internal/secrets/api_key_resolver.py
ao_kernel/_internal/secrets/env_provider.py
ao_kernel/_internal/secrets/factory.py
ao_kernel/_internal/secrets/hashicorp_vault_provider.py
ao_kernel/_internal/secrets/provider.py
ao_kernel/_internal/secrets/vault_stub_provider.py
ao_kernel/_internal/session/__init__.py
ao_kernel/_internal/session/agent_context_version.py
ao_kernel/_internal/session/compaction_engine.py
ao_kernel/_internal/session/context_store.py
ao_kernel/_internal/session/cross_session_context.py
ao_kernel/_internal/session/memory_distiller.py
ao_kernel/_internal/session/provider_memory.py
ao_kernel/_internal/shared/__init__.py
ao_kernel/_internal/shared/lock.py
ao_kernel/_internal/shared/logger.py
ao_kernel/_internal/shared/resource_loader.py
ao_kernel/_internal/shared/utils.py
ao_kernel/_internal/utils/__init__.py
ao_kernel/_internal/utils/budget.py
ao_kernel/_internal/utils/jsonio.py
ao_kernel/adapters/__init__.py
ao_kernel/adapters/errors.py
ao_kernel/adapters/manifest_loader.py
ao_kernel/ci/__init__.py
ao_kernel/ci/errors.py
ao_kernel/ci/runners.py
ao_kernel/consultation/__init__.py
ao_kernel/consultation/archive.py
ao_kernel/consultation/evidence.py
ao_kernel/consultation/integrity.py
ao_kernel/consultation/migrate.py
ao_kernel/consultation/normalize.py
ao_kernel/consultation/paths.py
ao_kernel/consultation/promotion.py
ao_kernel/context/__init__.py
ao_kernel/context/agent_coordination.py
ao_kernel/context/canonical_store.py
ao_kernel/context/checkpoint.py
ao_kernel/context/context_compiler.py
ao_kernel/context/context_injector.py
ao_kernel/context/decision_extractor.py
ao_kernel/context/embedding_config.py
ao_kernel/context/memory_pipeline.py
ao_kernel/context/memory_tiers.py
ao_kernel/context/profile_router.py
ao_kernel/context/self_edit_memory.py
ao_kernel/context/semantic_indexer.py
ao_kernel/context/semantic_retrieval.py
ao_kernel/context/session_lifecycle.py
ao_kernel/context/vector_store.py
ao_kernel/context/vector_store_pgvector.py
ao_kernel/context/vector_store_resolver.py
ao_kernel/coordination/__init__.py
ao_kernel/coordination/claim.py
ao_kernel/coordination/errors.py
ao_kernel/coordination/fencing.py
ao_kernel/coordination/path_ownership.py
ao_kernel/coordination/policy.py
ao_kernel/coordination/registry.py
ao_kernel/coordination/status.py
ao_kernel/cost/__init__.py
ao_kernel/cost/_reconcile.py
ao_kernel/cost/catalog.py
ao_kernel/cost/cost_math.py
ao_kernel/cost/errors.py
ao_kernel/cost/ledger.py
ao_kernel/cost/marker_compaction.py
ao_kernel/cost/middleware.py
ao_kernel/cost/policy.py
ao_kernel/cost/reconcile_daemon.py
ao_kernel/cost/routing.py
ao_kernel/defaults/__init__.py
ao_kernel/defaults/adapters/__init__.py
ao_kernel/defaults/adapters/claude-code-cli.manifest.v1.json
ao_kernel/defaults/adapters/codex-stub.manifest.v1.json
ao_kernel/defaults/adapters/gh-cli-pr.manifest.v1.json
ao_kernel/defaults/catalogs/__init__.py
ao_kernel/defaults/catalogs/price-catalog.v1.json
ao_kernel/defaults/extensions/__init__.py
ao_kernel/defaults/extensions/PRJ-AIRUNNER/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-CONTEXT-ORCHESTRATION/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-DEPLOY/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-ENFORCEMENT-PACK/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-EXECUTORPORT/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-GITHUB-OPS/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-HELLO/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-KERNEL-API/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-M0-MAINTAINABILITY/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-MEMORYPORT/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-OBSERVABILITY-OTEL/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-PLANNER/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-PM-SUITE/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-RELEASE-AUTOMATION/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-SEARCH/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-UI-COCKPIT-LITE/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-UX-NORTH-STAR/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-WORK-INTAKE/extension.manifest.v1.json
ao_kernel/defaults/extensions/PRJ-ZANZIBAR-OPENFGA/extension.manifest.v1.json
ao_kernel/defaults/intent_rules/__init__.py
ao_kernel/defaults/intent_rules/default_rules.v1.json
ao_kernel/defaults/operations/__init__.py
ao_kernel/defaults/operations/llm_class_registry.v1.json
ao_kernel/defaults/operations/llm_provider_map.v1.json
ao_kernel/defaults/operations/llm_resolver_rules.v1.json
ao_kernel/defaults/policies/__init__.py
ao_kernel/defaults/policies/policy_advisor.v1.json
ao_kernel/defaults/policies/policy_agent_consultation.v1.json
ao_kernel/defaults/policies/policy_airunner.v1.json
ao_kernel/defaults/policies/policy_airunner_auto_run.v1.json
ao_kernel/defaults/policies/policy_airunner_jobs.v1.json
ao_kernel/defaults/policies/policy_airunner_jobs.v2.json
ao_kernel/defaults/policies/policy_artifact_completeness.v1.json
ao_kernel/defaults/policies/policy_auto_decision.v2.json
ao_kernel/defaults/policies/policy_auto_mode.v1.json
ao_kernel/defaults/policies/policy_autonomy.v1.json
ao_kernel/defaults/policies/policy_autopilot_apply.v1.json
ao_kernel/defaults/policies/policy_autopilot_readiness.v1.json
ao_kernel/defaults/policies/policy_benchmark.v1.json
ao_kernel/defaults/policies/policy_codex_runtime.v1.json
ao_kernel/defaults/policies/policy_compaction.v1.json
ao_kernel/defaults/policies/policy_context_memory_tiers.v1.json
ao_kernel/defaults/policies/policy_context_orchestration.v1.json
ao_kernel/defaults/policies/policy_context_pack_router.v1.json
ao_kernel/defaults/policies/policy_context_profile_registry.v1.json
ao_kernel/defaults/policies/policy_context_quality.v1.json
ao_kernel/defaults/policies/policy_context_triangulation.v1.json
ao_kernel/defaults/policies/policy_coordination_claims.v1.json
ao_kernel/defaults/policies/policy_core_immutability.v1.json
ao_kernel/defaults/policies/policy_cost_tracking.v1.json
ao_kernel/defaults/policies/policy_cve.v1.json
ao_kernel/defaults/policies/policy_data.v1.json
ao_kernel/defaults/policies/policy_debt.v1.json
ao_kernel/defaults/policies/policy_decision_boundaries.v1.json
ao_kernel/defaults/policies/policy_decision_inbox.v1.json
ao_kernel/defaults/policies/policy_default.v1.json
ao_kernel/defaults/policies/policy_deploy.v1.json
ao_kernel/defaults/policies/policy_deploy_targets.v1.json
ao_kernel/defaults/policies/policy_doc_graph.v1.json
ao_kernel/defaults/policies/policy_docs_classifier.v1.json
ao_kernel/defaults/policies/policy_domain_conventions.v1.json
ao_kernel/defaults/policies/policy_enforcement_pack.v1.json
ao_kernel/defaults/policies/policy_ethics.v1.json
ao_kernel/defaults/policies/policy_eval.v1.json
ao_kernel/defaults/policies/policy_execution_target_governance.v1.json
ao_kernel/defaults/policies/policy_extension_isolation.v1.json
ao_kernel/defaults/policies/policy_extension_registry.v1.json
ao_kernel/defaults/policies/policy_feature_execution_bridge.v1.json
ao_kernel/defaults/policies/policy_github_ops.v1.json
ao_kernel/defaults/policies/policy_harvest.v1.json
ao_kernel/defaults/policies/policy_human_approval_request.v1.json
ao_kernel/defaults/policies/policy_integrity.v1.json
ao_kernel/defaults/policies/policy_intent_runbook_registry.v1.json
ao_kernel/defaults/policies/policy_kernel_api_guardrails.v1.json
ao_kernel/defaults/policies/policy_layer_boundary.v1.json
ao_kernel/defaults/policies/policy_license.v1.json
ao_kernel/defaults/policies/policy_llm_live.v1.json
ao_kernel/defaults/policies/policy_llm_providers_guardrails.v1.json
ao_kernel/defaults/policies/policy_maturity_assessment.v1.json
ao_kernel/defaults/policies/policy_mcp_memory.v1.json
ao_kernel/defaults/policies/policy_metrics.v1.json
ao_kernel/defaults/policies/policy_multi_agent_coordination.v1.json
ao_kernel/defaults/policies/policy_north_star_eval_lenses.v1.json
ao_kernel/defaults/policies/policy_north_star_integration_coherence.v1.json
ao_kernel/defaults/policies/policy_north_star_operability.v1.json
ao_kernel/defaults/policies/policy_north_star_subject_plan.v1.json
ao_kernel/defaults/policies/policy_ops_index.v1.json
ao_kernel/defaults/policies/policy_pack_selection.v1.json
ao_kernel/defaults/policies/policy_pdca.v1.json
ao_kernel/defaults/policies/policy_planner.v1.json
ao_kernel/defaults/policies/policy_pm_suite.v1.json
ao_kernel/defaults/policies/policy_preflight_stamp.v1.json
ao_kernel/defaults/policies/policy_project_cards.v1.json
ao_kernel/defaults/policies/policy_promotion.v1.json
ao_kernel/defaults/policies/policy_quality.v1.json
ao_kernel/defaults/policies/policy_quality_gates.v1.json
ao_kernel/defaults/policies/policy_quota.v1.json
ao_kernel/defaults/policies/policy_release_automation.v1.json
ao_kernel/defaults/policies/policy_retention.v1.json
ao_kernel/defaults/policies/policy_risk_scoring.v1.json
ao_kernel/defaults/policies/policy_scope_guard.v1.json
ao_kernel/defaults/policies/policy_scorecard.v1.json
ao_kernel/defaults/policies/policy_secrets.v1.json
ao_kernel/defaults/policies/policy_security.v1.json
ao_kernel/defaults/policies/policy_system_status.v1.json
ao_kernel/defaults/policies/policy_test_quality.v1.json
ao_kernel/defaults/policies/policy_tool_calling.v1.json
ao_kernel/defaults/policies/policy_ui_design_system.v1.json
ao_kernel/defaults/policies/policy_ux_catalog_enforcement.v1.json
ao_kernel/defaults/policies/policy_work_intake.v1.json
ao_kernel/defaults/policies/policy_work_intake.v2.json
ao_kernel/defaults/policies/policy_work_intake_exec.v1.json
ao_kernel/defaults/policies/policy_work_intake_historical_prune.v1.json
ao_kernel/defaults/policies/policy_worktree_profile.v1.json
ao_kernel/defaults/policies/prompt_registry.v1.json
ao_kernel/defaults/policies/tool_registry.v1.json
ao_kernel/defaults/policies/policy_sim_scenarios/__manifest__.v1.json
ao_kernel/defaults/policies/policy_sim_scenarios/adapter_http_with_secret.v1.json
ao_kernel/defaults/policies/policy_sim_scenarios/autonomy_unknown_intent.v1.json
ao_kernel/defaults/policies/policy_sim_scenarios/path_poisoned_python.v1.json
ao_kernel/defaults/policies/work_intake_fragments/__init__.py
ao_kernel/defaults/policies/work_intake_fragments/manifest.v1.json
ao_kernel/defaults/policies/work_intake_fragments/shared.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/__init__.py
ao_kernel/defaults/policies/work_intake_fragments/rules/doc_nav.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/gap.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/github_ops.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/integrity.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/job_status.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/manual_request.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/pdca_regression.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/release.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/script_budget.v1.json
ao_kernel/defaults/policies/work_intake_fragments/rules/time_sink.v1.json
ao_kernel/defaults/pricing/openai_gpt_4o_mini.v1.json
ao_kernel/defaults/quality/iso-25010-profile.v1.json
ao_kernel/defaults/registry/__init__.py
ao_kernel/defaults/registry/active_execution_registry.v1.json
ao_kernel/defaults/registry/apps_and_launch_registry.v1.json
ao_kernel/defaults/registry/authority_matrix.v1.json
ao_kernel/defaults/registry/duplicate_surface_register.v1.json
ao_kernel/defaults/registry/prompt_variant_registry.v1.json
ao_kernel/defaults/registry/provider_capability_registry.v1.json
ao_kernel/defaults/registry/registry.v1.json
ao_kernel/defaults/registry/technical_baseline.aistd.v1.json
ao_kernel/defaults/registry/version_registry.v1.json
ao_kernel/defaults/schemas/__init__.py
ao_kernel/defaults/schemas/active-context-profile.schema.v1.json
ao_kernel/defaults/schemas/active-execution-registry.schema.json
ao_kernel/defaults/schemas/advisor-suggestions.schema.json
ao_kernel/defaults/schemas/agent-adapter-contract.schema.v1.json
ao_kernel/defaults/schemas/agent-consultation.schema.v1.json
ao_kernel/defaults/schemas/agent-context-version.schema.v1.json
ao_kernel/defaults/schemas/agent-handoff-status.schema.v1.json
ao_kernel/defaults/schemas/airrunner-auto-run-job.schema.v1.json
ao_kernel/defaults/schemas/airunner-heartbeat.schema.v1.json
ao_kernel/defaults/schemas/airunner-job.schema.v1.json
ao_kernel/defaults/schemas/airunner-jobs-index.schema.v1.json
ao_kernel/defaults/schemas/airunner-lock.schema.v1.json
ao_kernel/defaults/schemas/airunner-perf-event.schema.v1.json
ao_kernel/defaults/schemas/airunner-proof-bundle.schema.v1.json
ao_kernel/defaults/schemas/airunner-run.schema.v1.json
ao_kernel/defaults/schemas/airunner-seed-audit.schema.v1.json
ao_kernel/defaults/schemas/airunner-tick.schema.v1.json
ao_kernel/defaults/schemas/airunner-time-sinks.schema.v1.json
ao_kernel/defaults/schemas/ao-kernel-provider-pricing-source.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10-autonomous-merge-eligibility.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10-evidence-bundle.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10-github-readiness-snapshot.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10-high-risk-supersession-evidence.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10-low-risk-autonomous-merge-lane.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10-provider-consensus.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10c-merge-agent-result.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10l-autonomous-smoke-result.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10q-dedicated-actor-runner-result.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-10r-dedicated-actor-credential-doctor-result.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-11a-plan-approval.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-11a-plan-consensus-bundle.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-8-e2e-smoke-evidence.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-9-gpp-integration-evidence.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-adr.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-agent-assignment.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-ai-suggestion-register.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-changelog-discipline.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-governor-decision.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-integration-report.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-iso-25010-profile.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-native-worker-import-report.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-notification-intent.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-notification-receipt.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-review-verdict.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-run-budget.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-runner-report.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-slice-closeout.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-slice-evidence-bundle-manifest.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-slice-test-report.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-slice-update-ledger-line.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-status.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-task-graph.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-verification-report.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-worker-invocation-report.schema.v1.json
ao_kernel/defaults/schemas/ao-ma-worker-result.schema.v1.json
ao_kernel/defaults/schemas/ao-release-gate-review-evidence-input.schema.v1.json
ao_kernel/defaults/schemas/apps-and-launch-registry.schema.json
ao_kernel/defaults/schemas/artifact-pointer.schema.json
ao_kernel/defaults/schemas/assessment-eval.schema.v1.json
ao_kernel/defaults/schemas/assessment-raw.schema.v1.json
ao_kernel/defaults/schemas/authority-matrix.schema.json
ao_kernel/defaults/schemas/autopilot-readiness.schema.json
ao_kernel/defaults/schemas/bootstrap-evidence.schema.v1.json
ao_kernel/defaults/schemas/chart-spec.schema.v1.json
ao_kernel/defaults/schemas/chg-debt.schema.json
ao_kernel/defaults/schemas/claim.schema.v1.json
ao_kernel/defaults/schemas/claude-code-cli-failure-mode.schema.v1.json
ao_kernel/defaults/schemas/closeout-envelope.schema.v1.json
ao_kernel/defaults/schemas/commit-message.schema.v1.json
ao_kernel/defaults/schemas/compiled-context.schema.v1.json
ao_kernel/defaults/schemas/context-bootstrap-report.schema.v1.json
ao_kernel/defaults/schemas/context-drift-report.schema.v1.json
ao_kernel/defaults/schemas/context-evolution-proposal.schema.v1.json
ao_kernel/defaults/schemas/context-pack-candidates.schema.v1.json
ao_kernel/defaults/schemas/context-pack-merge.schema.v1.json
ao_kernel/defaults/schemas/context-pack-router-result.schema.v1.json
ao_kernel/defaults/schemas/context-pack.schema.v1.json
ao_kernel/defaults/schemas/context-profile-registry.schema.v1.json
ao_kernel/defaults/schemas/context-session-metrics.schema.v1.json
ao_kernel/defaults/schemas/context-snapshot.schema.v1.json
ao_kernel/defaults/schemas/decision-apply-bulk.schema.v1.json
ao_kernel/defaults/schemas/decision-inbox.schema.v1.json
ao_kernel/defaults/schemas/decision-quality.schema.v1.json
ao_kernel/defaults/schemas/decision-registry.schema.v1.json
ao_kernel/defaults/schemas/decision-topic.schema.v1.json
ao_kernel/defaults/schemas/delivery-session-packet.schema.v1.json
ao_kernel/defaults/schemas/deploy-job.schema.v1.json
ao_kernel/defaults/schemas/deploy-report.schema.v1.json
ao_kernel/defaults/schemas/doc-graph-report.schema.json
ao_kernel/defaults/schemas/doer-actionability.schema.v1.json
ao_kernel/defaults/schemas/domain-conventions.schema.v1.json
ao_kernel/defaults/schemas/duplicate-surface-register.schema.json
ao_kernel/defaults/schemas/extension-help.schema.v1.json
ao_kernel/defaults/schemas/extension-manifest.schema.v1.json
ao_kernel/defaults/schemas/extension-registry.schema.v1.json
ao_kernel/defaults/schemas/feature-execution-contract.schema.v1.json
ao_kernel/defaults/schemas/fencing-state.schema.v1.json
ao_kernel/defaults/schemas/format-autopilot-chat.schema.json
ao_kernel/defaults/schemas/gap.record.schema.json
ao_kernel/defaults/schemas/github-ops-job.schema.v1.json
ao_kernel/defaults/schemas/github-ops-job.schema.v2.json
ao_kernel/defaults/schemas/github-ops-jobs-index.schema.v1.json
ao_kernel/defaults/schemas/github-ops-pr-open.schema.v1.json
ao_kernel/defaults/schemas/github-ops-report.schema.v1.json
ao_kernel/defaults/schemas/gp5-controlled-patch-test-contract.schema.v1.json
ao_kernel/defaults/schemas/gp5-controlled-patch-test-rehearsal-report.schema.v1.json
ao_kernel/defaults/schemas/gp5-disposable-pr-write-rehearsal-report.schema.v1.json
ao_kernel/defaults/schemas/gp5-full-production-rehearsal-contract.schema.v1.json
ao_kernel/defaults/schemas/gp5-full-production-rehearsal-report.schema.v1.json
ao_kernel/defaults/schemas/gp5-operations-support-package.schema.v1.json
ao_kernel/defaults/schemas/gp5-production-platform-claim-decision.schema.v1.json
ao_kernel/defaults/schemas/gp5-read-only-rehearsal-report.schema.v1.json
ao_kernel/defaults/schemas/gpp5-repo-intelligence-closeout.schema.v1.json
ao_kernel/defaults/schemas/gpp6-read-only-e2e-preflight.schema.v1.json
ao_kernel/defaults/schemas/handoff-envelope.schema.v1.json
ao_kernel/defaults/schemas/human-approval-request.schema.v1.json
ao_kernel/defaults/schemas/integrity-snapshot.schema.v1.json
ao_kernel/defaults/schemas/intent-classifier-rules.schema.v1.json
ao_kernel/defaults/schemas/intent-registry.schema.json
ao_kernel/defaults/schemas/kernel-api-request.schema.v1.json
ao_kernel/defaults/schemas/kernel-api-response.schema.v1.json
ao_kernel/defaults/schemas/layer-boundary-report.schema.v1.json
ao_kernel/defaults/schemas/legacy-standards-archive-aistd.schema.v1.json
ao_kernel/defaults/schemas/live-adapter-gate-environment.schema.v1.json
ao_kernel/defaults/schemas/live-adapter-gate-evidence.schema.v1.json
ao_kernel/defaults/schemas/live-adapter-gate-rehearsal-decision.schema.v1.json
ao_kernel/defaults/schemas/local-ai-review-evidence.schema.v1.json
ao_kernel/defaults/schemas/local-gpp-gate-evidence.schema.v1.json
ao_kernel/defaults/schemas/manual-request.schema.v1.json
ao_kernel/defaults/schemas/maturity-rubric.schema.v1.json
ao_kernel/defaults/schemas/north-star-catalog.schema.v1.json
ao_kernel/defaults/schemas/north-star-subject-plan.schema.v1.json
ao_kernel/defaults/schemas/north_star.control.schema.json
ao_kernel/defaults/schemas/north_star.maturity.schema.json
ao_kernel/defaults/schemas/north_star.metric.schema.json
ao_kernel/defaults/schemas/pack-advisor-suggestions.schema.json
ao_kernel/defaults/schemas/pack-manifest.schema.v1.json
ao_kernel/defaults/schemas/planner-plan.schema.v1.json
ao_kernel/defaults/schemas/planner-step.schema.v1.json
ao_kernel/defaults/schemas/pm-board.schema.v1.json
ao_kernel/defaults/schemas/pm-project.schema.v1.json
ao_kernel/defaults/schemas/pm-work-item.schema.v1.json
ao_kernel/defaults/schemas/pm-workflow.schema.v1.json
ao_kernel/defaults/schemas/policy-advisor.schema.json
ao_kernel/defaults/schemas/policy-agent-consultation.schema.v1.json
ao_kernel/defaults/schemas/policy-airunner-auto-run.schema.v1.json
ao_kernel/defaults/schemas/policy-airunner-jobs.schema.v1.json
ao_kernel/defaults/schemas/policy-airunner-jobs.schema.v2.json
ao_kernel/defaults/schemas/policy-airunner.schema.v1.json
ao_kernel/defaults/schemas/policy-artifact-completeness.schema.json
ao_kernel/defaults/schemas/policy-auto-decision.schema.v2.json
ao_kernel/defaults/schemas/policy-auto-mode.schema.v1.json
ao_kernel/defaults/schemas/policy-autonomy.schema.json
ao_kernel/defaults/schemas/policy-autopilot-apply.schema.v1.json
ao_kernel/defaults/schemas/policy-autopilot-readiness.schema.json
ao_kernel/defaults/schemas/policy-benchmark.schema.json
ao_kernel/defaults/schemas/policy-codex-runtime.schema.v1.json
ao_kernel/defaults/schemas/policy-compaction.schema.v1.json
ao_kernel/defaults/schemas/policy-context-memory-tiers.schema.v1.json
ao_kernel/defaults/schemas/policy-context-orchestration.schema.v1.json
ao_kernel/defaults/schemas/policy-context-pack-router.schema.v1.json
ao_kernel/defaults/schemas/policy-context-profile-registry.schema.v1.json
ao_kernel/defaults/schemas/policy-context-quality.schema.v1.json
ao_kernel/defaults/schemas/policy-context-triangulation.schema.v1.json
ao_kernel/defaults/schemas/policy-coordination-claims.schema.v1.json
ao_kernel/defaults/schemas/policy-core-immutability.schema.json
ao_kernel/defaults/schemas/policy-cost-tracking.schema.v1.json
ao_kernel/defaults/schemas/policy-cve.schema.json
ao_kernel/defaults/schemas/policy-data.schema.json
ao_kernel/defaults/schemas/policy-debt.schema.json
ao_kernel/defaults/schemas/policy-decision-boundaries.schema.v1.json
ao_kernel/defaults/schemas/policy-decision-inbox.schema.v1.json
ao_kernel/defaults/schemas/policy-default.schema.json
ao_kernel/defaults/schemas/policy-deploy-targets.schema.v1.json
ao_kernel/defaults/schemas/policy-deploy.schema.v1.json
ao_kernel/defaults/schemas/policy-doc-graph.schema.json
ao_kernel/defaults/schemas/policy-docs-classifier.schema.v1.json
ao_kernel/defaults/schemas/policy-domain-conventions.schema.v1.json
ao_kernel/defaults/schemas/policy-enforcement-pack.schema.v1.json
ao_kernel/defaults/schemas/policy-ethics.schema.json
ao_kernel/defaults/schemas/policy-eval.schema.v1.json
ao_kernel/defaults/schemas/policy-execution-target-governance.schema.json
ao_kernel/defaults/schemas/policy-extension-isolation.schema.v1.json
ao_kernel/defaults/schemas/policy-extension-registry.schema.v1.json
ao_kernel/defaults/schemas/policy-feature-execution-bridge.schema.v1.json
ao_kernel/defaults/schemas/policy-github-ops.schema.v1.json
ao_kernel/defaults/schemas/policy-harvest.schema.json
ao_kernel/defaults/schemas/policy-human-approval-request.schema.v1.json
ao_kernel/defaults/schemas/policy-integrity.schema.json
ao_kernel/defaults/schemas/policy-integrity.schema.v1.json
ao_kernel/defaults/schemas/policy-intent-runbook-registry.schema.v1.json
ao_kernel/defaults/schemas/policy-kernel-api-guardrails.schema.json
ao_kernel/defaults/schemas/policy-layer-boundary.schema.v1.json
ao_kernel/defaults/schemas/policy-license.schema.json
ao_kernel/defaults/schemas/policy-llm-batch.schema.json
ao_kernel/defaults/schemas/policy-llm-live.schema.json
ao_kernel/defaults/schemas/policy-llm-providers-guardrails.schema.json
ao_kernel/defaults/schemas/policy-maturity-assessment.schema.v1.json
ao_kernel/defaults/schemas/policy-mcp-memory.schema.v1.json
ao_kernel/defaults/schemas/policy-metrics.schema.v1.json
ao_kernel/defaults/schemas/policy-multi-agent-coordination.schema.v1.json
ao_kernel/defaults/schemas/policy-north-star-eval-lenses.schema.v1.json
ao_kernel/defaults/schemas/policy-north-star-integration-coherence.schema.v1.json
ao_kernel/defaults/schemas/policy-north-star-operability.schema.v1.json
ao_kernel/defaults/schemas/policy-north-star-subject-plan-scoring.schema.v1.json
ao_kernel/defaults/schemas/policy-north-star-subject-plan.schema.v1.json
ao_kernel/defaults/schemas/policy-ops-index.schema.json
ao_kernel/defaults/schemas/policy-pack-selection.schema.json
ao_kernel/defaults/schemas/policy-pdca.schema.json
ao_kernel/defaults/schemas/policy-planner.schema.v1.json
ao_kernel/defaults/schemas/policy-pm-suite.schema.v1.json
ao_kernel/defaults/schemas/policy-preflight-stamp.schema.v1.json
ao_kernel/defaults/schemas/policy-project-cards.schema.v1.json
ao_kernel/defaults/schemas/policy-promotion.schema.json
ao_kernel/defaults/schemas/policy-quality-gates.schema.v1.json
ao_kernel/defaults/schemas/policy-quality.schema.json
ao_kernel/defaults/schemas/policy-quota.schema.json
ao_kernel/defaults/schemas/policy-release-automation.schema.v1.json
ao_kernel/defaults/schemas/policy-retention.schema.json
ao_kernel/defaults/schemas/policy-risk-scoring.schema.v1.json
ao_kernel/defaults/schemas/policy-scope-guard.schema.v1.json
ao_kernel/defaults/schemas/policy-scorecard.schema.v1.json
ao_kernel/defaults/schemas/policy-secrets.schema.json
ao_kernel/defaults/schemas/policy-security.schema.json
ao_kernel/defaults/schemas/policy-sim-scenario.schema.v1.json
ao_kernel/defaults/schemas/policy-system-status.schema.json
ao_kernel/defaults/schemas/policy-test-quality.schema.v1.json
ao_kernel/defaults/schemas/policy-tool-calling.schema.v1.json
ao_kernel/defaults/schemas/policy-ui-design-system.schema.v1.json
ao_kernel/defaults/schemas/policy-ux-catalog-enforcement.schema.v1.json
ao_kernel/defaults/schemas/policy-work-intake-exec.schema.v1.json
ao_kernel/defaults/schemas/policy-work-intake-historical-prune.schema.v1.json
ao_kernel/defaults/schemas/policy-work-intake.schema.json
ao_kernel/defaults/schemas/policy-work-intake.schema.v1.json
ao_kernel/defaults/schemas/preflight-stamp.schema.v1.json
ao_kernel/defaults/schemas/price-catalog.schema.v1.json
ao_kernel/defaults/schemas/project-manifest.schema.json
ao_kernel/defaults/schemas/promote.manifest.schema.json
ao_kernel/defaults/schemas/promotion-manifest.schema.json
ao_kernel/defaults/schemas/prompt-registry.schema.v1.json
ao_kernel/defaults/schemas/prompt-variant.schema.v1.json
ao_kernel/defaults/schemas/provider-performance.schema.v1.json
ao_kernel/defaults/schemas/public-candidates.schema.json
ao_kernel/defaults/schemas/python-import-graph.schema.v1.json
ao_kernel/defaults/schemas/python-symbol-index.schema.v1.json
ao_kernel/defaults/schemas/real-adapter-usage-cost-evidence.schema.v1.json
ao_kernel/defaults/schemas/release-manifest.schema.v1.json
ao_kernel/defaults/schemas/release-plan.schema.v1.json
ao_kernel/defaults/schemas/repo-chunks.schema.v1.json
ao_kernel/defaults/schemas/repo-export-plan.schema.v1.json
ao_kernel/defaults/schemas/repo-index-manifest.schema.v1.json
ao_kernel/defaults/schemas/repo-intelligence-explicit-workflow-context.schema.v1.json
ao_kernel/defaults/schemas/repo-intelligence-product-onboarding.schema.v1.json
ao_kernel/defaults/schemas/repo-intelligence-read-only-workflow-surface.schema.v1.json
ao_kernel/defaults/schemas/repo-intelligence-tier-promotion-readiness.schema.v1.json
ao_kernel/defaults/schemas/repo-intelligence-workflow-context-opt-in.schema.v1.json
ao_kernel/defaults/schemas/repo-layout.schema.json
ao_kernel/defaults/schemas/repo-map.schema.v1.json
ao_kernel/defaults/schemas/repo-root-export-result.schema.v1.json
ao_kernel/defaults/schemas/repo-vector-index-manifest.schema.v1.json
ao_kernel/defaults/schemas/repo-vector-query-result.schema.v1.json
ao_kernel/defaults/schemas/repo-vector-write-plan.schema.v1.json
ao_kernel/defaults/schemas/request-envelope.schema.json
ao_kernel/defaults/schemas/review-findings.schema.v1.json
ao_kernel/defaults/schemas/ri7-8a-live-evidence-pre-authorization-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc1-6a-execution-window-authorization-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc1-6b-protected-execution-window-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc1-6c-closure-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc1-6c-dispatch-trigger.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc1-6c-fast-follow-autonomous-preprod-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc1-6c-scenario-run-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc10-6a-execution-window-authorization-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc10-6b-protected-execution-window-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc10-6c-aggregate-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc10-6c-closure-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc10-6c-defer-decision-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc10-6c-per-call-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-8b-bc10-per-call-runtime-call-marker.schema.v1.json
ao_kernel/defaults/schemas/ri7-8c-final-promote-decision-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-cross-lane-production-matrix-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-gp59-transition-plan-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-guardrail-hardening-matrix-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-operator-authorization-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-operator-verified-runtime-semantics-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-scan-index-query-packaging-smoke-evidence.schema.v1.json
ao_kernel/defaults/schemas/ri7-vector-backend-e2e-evidence.schema.v1.json
ao_kernel/defaults/schemas/risk-scoring.schema.v1.json
ao_kernel/defaults/schemas/roadmap-change.schema.json
ao_kernel/defaults/schemas/roadmap-state.schema.json
ao_kernel/defaults/schemas/roadmap.schema.json
ao_kernel/defaults/schemas/rule-composition.schema.v1.json
ao_kernel/defaults/schemas/rule-effectiveness.schema.v1.json
ao_kernel/defaults/schemas/rule-packet.schema.v1.json
ao_kernel/defaults/schemas/schema_llm_class_registry.v1.json
ao_kernel/defaults/schemas/schema_llm_provider_map.v1.json
ao_kernel/defaults/schemas/schema_llm_resolver_rules.v1.json
ao_kernel/defaults/schemas/scorecard.schema.v1.json
ao_kernel/defaults/schemas/script-budget.schema.json
ao_kernel/defaults/schemas/session-context.schema.json
ao_kernel/defaults/schemas/smoke-root-cause-report.schema.v1.json
ao_kernel/defaults/schemas/spec-capability.schema.json
ao_kernel/defaults/schemas/spec-core.schema.json
ao_kernel/defaults/schemas/spend-ledger.schema.v1.json
ao_kernel/defaults/schemas/state-machine.schema.v1.json
ao_kernel/defaults/schemas/status-vocabulary.schema.v1.json
ao_kernel/defaults/schemas/system-status.schema.json
ao_kernel/defaults/schemas/technical-baseline-aistd.schema.v1.json
ao_kernel/defaults/schemas/tenant-context.schema.v1.json
ao_kernel/defaults/schemas/test-quality-rules.schema.v1.json
ao_kernel/defaults/schemas/tool-registry.schema.v1.json
ao_kernel/defaults/schemas/trace-meta.schema.v1.json
ao_kernel/defaults/schemas/ui-snapshot-bundle.schema.v1.json
ao_kernel/defaults/schemas/ux-blueprint.schema.v1.json
ao_kernel/defaults/schemas/ux-catalog.schema.v1.json
ao_kernel/defaults/schemas/ux-interaction-matrix.schema.v1.json
ao_kernel/defaults/schemas/version-registry.schema.json
ao_kernel/defaults/schemas/work-intake-action.schema.v1.json
ao_kernel/defaults/schemas/work-intake-exec-ticket.schema.v1.json
ao_kernel/defaults/schemas/work-intake.schema.v1.json
ao_kernel/defaults/schemas/workflow-definition.schema.v1.json
ao_kernel/defaults/schemas/workflow-run.schema.v1.json
ao_kernel/defaults/schemas/workspace-facts.schema.v1.json
ao_kernel/defaults/schemas/worktree-health.schema.json
ao_kernel/defaults/workflows/__init__.py
ao_kernel/defaults/workflows/bug_fix_flow.v1.json
ao_kernel/defaults/workflows/commit_ai_flow.v1.json
ao_kernel/defaults/workflows/governed_review_claude_code_cli.v1.json
ao_kernel/defaults/workflows/review_ai_flow.v1.json
ao_kernel/executor/__init__.py
ao_kernel/executor/adapter_invoker.py
ao_kernel/executor/artifacts.py
ao_kernel/executor/dry_run.py
ao_kernel/executor/errors.py
ao_kernel/executor/evidence_emitter.py
ao_kernel/executor/executor.py
ao_kernel/executor/multi_step_driver.py
ao_kernel/executor/policy_enforcer.py
ao_kernel/executor/worktree_builder.py
ao_kernel/experiments/__init__.py
ao_kernel/experiments/compare.py
ao_kernel/extensions/__init__.py
ao_kernel/extensions/bootstrap.py
ao_kernel/extensions/dispatch.py
ao_kernel/extensions/loader.py
ao_kernel/extensions/handlers/__init__.py
ao_kernel/extensions/handlers/prj_hello.py
ao_kernel/extensions/handlers/prj_kernel_api.py
ao_kernel/fixtures/__init__.py
ao_kernel/fixtures/ao_ma_worker_stub.py
ao_kernel/fixtures/codex_stub.py
ao_kernel/fixtures/gh_pr_stub.py
ao_kernel/metrics/__init__.py
ao_kernel/metrics/derivation.py
ao_kernel/metrics/errors.py
ao_kernel/metrics/export.py
ao_kernel/metrics/policy.py
ao_kernel/metrics/registry.py
ao_kernel/orchestration/__init__.py
ao_kernel/orchestration/artifact_writer.py
ao_kernel/orchestration/cli_handlers.py
ao_kernel/orchestration/integration_report_writer.py
ao_kernel/orchestration/integrator.py
ao_kernel/orchestration/native_worker_import.py
ao_kernel/orchestration/notifier.py
ao_kernel/orchestration/orchestrator.py
ao_kernel/orchestration/plan_consensus.py
ao_kernel/orchestration/quality_handlers.py
ao_kernel/orchestration/quality_profile.py
ao_kernel/orchestration/review_verdict_writer.py
ao_kernel/orchestration/reviewer.py
ao_kernel/orchestration/risk_classifier.py
ao_kernel/orchestration/run_governor.py
ao_kernel/orchestration/runner_report_writer.py
ao_kernel/orchestration/slice_evidence_registers.py
ao_kernel/orchestration/task_graph_builder.py
ao_kernel/orchestration/verification_report_writer.py
ao_kernel/orchestration/verifier.py
ao_kernel/orchestration/worker_invoker.py
ao_kernel/orchestration/worker_runner.py
ao_kernel/patch/__init__.py
ao_kernel/patch/_ids.py
ao_kernel/patch/apply.py
ao_kernel/patch/diff_engine.py
ao_kernel/patch/errors.py
ao_kernel/patch/rollback.py
ao_kernel/policy_sim/__init__.py
ao_kernel/policy_sim/_policy_shape_registry.py
ao_kernel/policy_sim/_purity.py
ao_kernel/policy_sim/diff.py
ao_kernel/policy_sim/errors.py
ao_kernel/policy_sim/loader.py
ao_kernel/policy_sim/merge_patch.py
ao_kernel/policy_sim/report.py
ao_kernel/policy_sim/scenario.py
ao_kernel/policy_sim/simulator.py
ao_kernel/repo_intelligence/__init__.py
ao_kernel/workflow/__init__.py
ao_kernel/workflow/budget.py
ao_kernel/workflow/errors.py
ao_kernel/workflow/intent_router.py
ao_kernel/workflow/primitives.py
ao_kernel/workflow/registry.py
ao_kernel/workflow/run_store.py
ao_kernel/workflow/schema_validator.py
ao_kernel/workflow/state_machine.py
tests/test_adapter_manifest_loader.py
tests/test_agent_coordination.py
tests/test_ao_autonomous_pr_merge_executor.py
tests/test_ao_ma10_autonomous_merge_eligibility.py
tests/test_ao_ma10_evidence_schemas.py
tests/test_ao_ma10_github_readiness_snapshot.py
tests/test_ao_ma10_high_risk_raw_review_producer.py
tests/test_ao_ma10_low_risk_autonomous_merge_lane.py
tests/test_ao_ma10_negative_fail_closed.py
tests/test_ao_ma10c_merge_agent.py
tests/test_ao_ma10h_high_risk_supersession_contract.py
tests/test_ao_ma10j_high_risk_supersession_evidence_builder.py
tests/test_ao_ma10l_autonomous_smoke.py
tests/test_ao_ma10n_live_enforcement_cutover.py
tests/test_ao_ma10o_cc9_no_human_bootstrap_supersession.py
tests/test_ao_ma10q_dedicated_actor_runner.py
tests/test_ao_ma10r_dedicated_actor_credential_doctor.py
tests/test_ao_ma10s_dedicated_actor_smoke_workflow.py
tests/test_ao_ma10t_configure_dedicated_actor_secret.py
tests/test_ao_ma1_design_invariants.py
tests/test_ao_ma2_artifact_schemas.py
tests/test_ao_ma_11a_plan_consensus.py
tests/test_ao_ma_11e_status_tracking.py
tests/test_ao_ma_11f_slice_evidence_registers.py
tests/test_ao_ma_11g_quality_profile.py
tests/test_ao_ma_11g_quality_profile_purity.py
tests/test_ao_ma_11h_notifier.py
tests/test_ao_ma_11i_run_governor.py
tests/test_ao_ma_4_5_worker_invocation.py
tests/test_ao_ma_4_6_native_import.py
tests/test_ao_ma_4_6_native_import_purity.py
tests/test_ao_ma_5_integration_report_extension.py
tests/test_ao_ma_8_e2e_smoke.py
tests/test_ao_ma_9_gpp_integration_invariant.py
tests/test_ao_release_gate.py
tests/test_ao_release_gate_build_payload.py
tests/test_ao_release_gate_cloud_run_bootstrap_attest.py
tests/test_ao_release_gate_cloud_run_repo_variables.py
tests/test_ao_release_gate_container.py
tests/test_ao_release_gate_container_publish_workflow.py
tests/test_ao_release_gate_deploy_workflow.py
tests/test_ao_release_gate_enforce_job.py
tests/test_ao_release_gate_publish_check_runs.py
tests/test_ao_release_gate_runtime.py
tests/test_ao_release_gate_service.py
tests/test_ao_release_gate_synthesize_error_decision.py
tests/test_api_key_resolver.py
tests/test_artifacts_capability.py
tests/test_backlog_modules.py
tests/test_bc10_run_scenarios.py
tests/test_build_request_with_context_injected.py
tests/test_canonical_store.py
tests/test_canonical_store_cas.py
tests/test_chaos.py
tests/test_checkpoint.py
tests/test_ci_errors.py
tests/test_ci_runners.py
tests/test_circuit_breaker.py
tests/test_claude_code_cli_failure_mode_evidence.py
tests/test_claude_code_cli_smoke.py
tests/test_claude_code_cli_workflow_smoke.py
tests/test_cli.py
tests/test_cli_concurrency.py
tests/test_cli_entrypoints.py
tests/test_cli_repo_export.py
tests/test_cli_repo_export_plan.py
tests/test_cli_repo_index.py
tests/test_cli_repo_query.py
tests/test_cli_repo_scan.py
tests/test_client.py
tests/test_client_agent_coordination.py
tests/test_client_vector_store_lifecycle.py
tests/test_codex_stub.py
tests/test_commit_ai_flow_bundled.py
tests/test_commit_message_capability.py
tests/test_config.py
tests/test_conftest_quality_gate.py
tests/test_consultation_d2a.py
tests/test_consultation_d2b.py
tests/test_consultation_paths.py
tests/test_consultation_reader_facade.py
tests/test_context_compiler.py
tests/test_context_consultation_lane.py
tests/test_context_injector.py
tests/test_context_pack_ref_plumbing.py
tests/test_context_store_coverage.py
tests/test_context_store_internal.py
tests/test_coordination_claim.py
tests/test_coordination_cli.py
tests/test_coordination_fencing.py
tests/test_coordination_policy.py
tests/test_coordination_registry.py
tests/test_coordination_status.py
tests/test_coordination_takeover_prune.py
tests/test_cost_catalog.py
tests/test_cost_duration_ms.py
tests/test_cost_entrypoint_plumbing.py
tests/test_cost_governed_call_e2e.py
tests/test_cost_ledger.py
tests/test_cost_ledger_concurrent.py
tests/test_cost_marker_idempotency.py
tests/test_cost_math.py
tests/test_cost_middleware_core.py
tests/test_cost_policy.py
tests/test_cost_routing.py
tests/test_decision_extractor.py
tests/test_doctor_cmd.py
tests/test_driver_helpers_policy_loader.py
tests/test_driver_policy_default.py
tests/test_dry_run_driver.py
tests/test_dry_run_step.py
tests/test_e2e_integration.py
tests/test_embedding_config.py
tests/test_emit_adapter_log_concurrent.py
tests/test_error_category_parity.py
tests/test_eval_harness.py
tests/test_evidence_cli.py
tests/test_evidence_integrity.py
tests/test_evidence_writer_coverage.py
tests/test_executor_adapter_invoker.py
tests/test_executor_adapter_output_ref.py
tests/test_executor_b6_integration.py
tests/test_executor_coverage_boost.py
tests/test_executor_evidence_emitter.py
tests/test_executor_integration.py
tests/test_executor_policy_enforcer.py
tests/test_executor_policy_rollout_v311_p2.py
tests/test_executor_worktree_builder.py
tests/test_experiments_compare_v312_e2.py
tests/test_extension_dispatch.py
tests/test_extension_loader.py
tests/test_extension_truth_ratchet.py
tests/test_gh_cli_pr_smoke.py
tests/test_governance.py
tests/test_gp5_controlled_patch_test_contract.py
tests/test_gp5_controlled_patch_test_rehearsal.py
tests/test_gp5_disposable_pr_write_rehearsal.py
tests/test_gp5_full_production_rehearsal.py
tests/test_gp5_full_production_rehearsal_contract.py
tests/test_gp5_operations_support_package.py
tests/test_gp5_platform_claim_decision.py
tests/test_gp5_read_only_rehearsal.py
tests/test_gpp2b3_review_evidence_input_schema.py
tests/test_gpp2b_mapping_drift_guard.py
tests/test_gpp2d5a_smee_retirement.py
tests/test_gpp2d6_automerge_contract.py
tests/test_gpp5_repo_intelligence_closeout.py
tests/test_gpp6_read_only_e2e_preflight.py
tests/test_gpp_next.py
tests/test_grafana_dashboard_shape.py
tests/test_i18n.py
tests/test_init_cmd.py
tests/test_intent_router.py
tests/test_internal_gate_host_bootstrap_attest.py
tests/test_internal_gate_host_health_probe.py
tests/test_internal_providers_coverage.py
tests/test_internal_roadmap_compiler_coverage.py
tests/test_internal_roadmap_small_coverage.py
tests/test_internal_roadmap_small_trio_coverage.py
tests/test_internal_session_agent_context_version_coverage.py
tests/test_internal_session_provider_memory_coverage.py
tests/test_internal_shared_coverage.py
tests/test_internal_utils_coverage.py
tests/test_kernel_api_write_smoke.py
tests/test_live_adapter_gate_contract.py
tests/test_live_adapter_gate_policy.py
tests/test_live_adapter_gate_policy_container.py
tests/test_live_adapter_gate_policy_runtime.py
tests/test_live_adapter_gate_policy_service.py
tests/test_llm_facade.py
tests/test_llm_router_cost_aware.py
tests/test_llm_router_internal.py
tests/test_llm_stream.py
tests/test_llm_stream_transport.py
tests/test_local_gpp_gate.py
tests/test_marker_compaction.py
tests/test_mcp_dispatch_evidence.py
tests/test_mcp_event_log.py
tests/test_mcp_http_transport.py
tests/test_mcp_memory_read.py
tests/test_mcp_memory_read_pagination.py
tests/test_mcp_memory_write.py
tests/test_mcp_server.py
tests/test_memory_distiller_edge.py
tests/test_memory_pipeline.py
tests/test_memory_tiers.py
tests/test_merge_patch.py
tests/test_metrics_cli.py
tests/test_metrics_debug_query.py
tests/test_metrics_derivation.py
tests/test_metrics_export.py
tests/test_metrics_helpers.py
tests/test_metrics_policy.py
tests/test_metrics_registry.py
tests/test_migrate_cmd.py
tests/test_multi_step_driver.py
tests/test_multi_step_driver_integration.py
tests/test_multi_step_driver_retry.py
tests/test_normalizer_usage_strict.py
tests/test_ops_preflight_script.py
tests/test_orchestration_artifact_writer.py
tests/test_orchestration_cli.py
tests/test_orchestration_integrator.py
tests/test_orchestration_orchestrator.py
tests/test_orchestration_reviewer.py
tests/test_orchestration_risk_classifier.py
tests/test_orchestration_runner_report.py
tests/test_orchestration_task_graph_builder.py
tests/test_orchestration_verifier.py
tests/test_orchestration_worker_runner.py
tests/test_parent_env_union.py
tests/test_patch_apply.py
tests/test_patch_diff_engine.py
tests/test_patch_errors.py
tests/test_patch_internals.py
tests/test_patch_rollback.py
tests/test_patch_write_ownership_enforcement.py
tests/test_path_write_ownership.py
tests/test_policy_container_publish_workflow.py
tests/test_policy_service_cloud_run_bootstrap_attest.py
tests/test_policy_service_cloud_run_repo_variables.py
tests/test_policy_service_deploy_workflow.py
tests/test_policy_sim_cli.py
tests/test_policy_sim_integration.py
tests/test_policy_sim_purity.py
tests/test_policy_sim_scenarios.py
tests/test_policy_sim_simulator.py
tests/test_policy_violation_kind_taxonomy_v312_h1.py
tests/test_post_adapter_reconcile.py
tests/test_pr_a2_integration.py
tests/test_pr_a6_features.py
tests/test_pr_b0_contracts.py
tests/test_prompts_variant_contract_v312_e1.py
tests/test_quality_gate_internal.py
tests/test_rate_limiter.py
tests/test_real_adapter_usage_cost_evidence.py
tests/test_reconcile_daemon.py
tests/test_reconciler_crash_injection.py
tests/test_registry_overclaim_guard.py
tests/test_repo_intelligence_artifacts.py
tests/test_repo_intelligence_chunker.py
tests/test_repo_intelligence_context_pack_builder.py
tests/test_repo_intelligence_export_plan.py
tests/test_repo_intelligence_guardrail_hardening_matrix.py
tests/test_repo_intelligence_ignore_rules.py
tests/test_repo_intelligence_language_detector.py
tests/test_repo_intelligence_no_mcp_root_export_guard.py
tests/test_repo_intelligence_product_onboarding.py
tests/test_repo_intelligence_python_ast_indexer.py
tests/test_repo_intelligence_root_exporter.py
tests/test_repo_intelligence_scanner.py
tests/test_repo_intelligence_tier_promotion_readiness.py
tests/test_repo_intelligence_vector_indexer.py
tests/test_repo_intelligence_vector_plan.py
tests/test_repo_intelligence_vector_retriever.py
tests/test_repo_intelligence_workflow_context.py
tests/test_repo_intelligence_workflow_opt_in_contract.py
tests/test_repo_intelligence_workflow_surface.py
tests/test_resolve_route_downgrade.py
tests/test_resolve_route_kwargs.py
tests/test_resolve_workspace_dir_v3131_p1.py
tests/test_ri78a_live_evidence_pre_authorization_invariant.py
tests/test_ri78b_bc10_6a_execution_window_authorization_invariant.py
tests/test_ri78b_bc10_6b_protected_execution_window_invariant.py
tests/test_ri78b_bc10_6c_defer_decision_invariant.py
tests/test_ri78b_bc10_6c_schemas_invariant.py
tests/test_ri78b_bc10_activation_window.py
tests/test_ri78b_bc1_6a_execution_window_authorization_invariant.py
tests/test_ri78b_bc1_6b_protected_execution_window_invariant.py
tests/test_ri78b_bc1_6c_closure_invariant.py
tests/test_ri78b_bc1_6c_fast_follow_invariant.py
tests/test_ri78b_bc1_6c_trigger_invariant.py
tests/test_ri78c_final_promote_decision_invariant.py
tests/test_ri7_cross_lane_production_matrix_invariant.py
tests/test_ri7_gp59_transition_plan_invariant.py
tests/test_ri7_guardrail_hardening_matrix_invariant.py
tests/test_ri7_operator_authorization_invariant.py
tests/test_ri7_operator_verified_runtime_semantics_invariant.py
tests/test_ri7_scan_index_query_packaging_smoke.py
tests/test_ri7_scan_index_query_packaging_smoke_invariant.py
tests/test_ri7_vector_backend_e2e.py
tests/test_ri7_vector_backend_e2e_evidence_invariant.py
tests/test_roadmap_checkpoint.py
tests/test_roadmap_facade.py
tests/test_roadmap_internal.py
tests/test_scorecard_cli.py
tests/test_scorecard_collector.py
tests/test_scorecard_compare.py
tests/test_scorecard_render.py
tests/test_scorecard_schema.py
tests/test_secrets_deep.py
tests/test_secrets_factory.py
tests/test_self_edit_memory.py
tests/test_self_edit_memory_cas.py
tests/test_semantic_flag.py
tests/test_semantic_indexer.py
tests/test_semantic_retrieval.py
tests/test_session_deep.py
tests/test_session_facade.py
tests/test_session_lifecycle.py
tests/test_shared_utils_coverage.py
tests/test_shim.py
tests/test_simulate_policy_patches.py
tests/test_stream_post_processors.py
tests/test_stream_request_builder.py
tests/test_telemetry.py
tests/test_tool_calling.py
tests/test_tool_gateway.py
tests/test_tool_streaming.py
tests/test_tool_use_contract.py
tests/test_v410_version_pin.py
tests/test_vector_store.py
tests/test_vector_store_pgvector_namespace.py
tests/test_vector_store_resolver.py
tests/test_workflow_budget.py
tests/test_workflow_budget_axes.py
tests/test_workflow_integration.py
tests/test_workflow_primitives.py
tests/test_workflow_registry.py
tests/test_workflow_registry_operation.py
tests/test_workflow_run_store.py
tests/test_workflow_schema_validator.py
tests/test_workflow_state_machine.py
tests/test_workspace_coverage.py
tests/test_workspace_project_root.py