LICENSE
README.md
pyproject.toml
ao_kernel/__init__.py
ao_kernel/cli.py
ao_kernel/client.py
ao_kernel/config.py
ao_kernel/doctor_cmd.py
ao_kernel/errors.py
ao_kernel/governance.py
ao_kernel/i18n.py
ao_kernel/init_cmd.py
ao_kernel/llm.py
ao_kernel/mcp_server.py
ao_kernel/migrate_cmd.py
ao_kernel/policy.py
ao_kernel/py.typed
ao_kernel/roadmap.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/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/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/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/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/policy.py
ao_kernel/coordination/registry.py
ao_kernel/cost/__init__.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/middleware.py
ao_kernel/cost/policy.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_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/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/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/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/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/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/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-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/provider-performance.schema.v1.json
ao_kernel/defaults/schemas/public-candidates.schema.json
ao_kernel/defaults/schemas/release-manifest.schema.v1.json
ao_kernel/defaults/schemas/release-plan.schema.v1.json
ao_kernel/defaults/schemas/repo-layout.schema.json
ao_kernel/defaults/schemas/request-envelope.schema.json
ao_kernel/defaults/schemas/review-findings.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/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/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/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/fixtures/__init__.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/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/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_api_key_resolver.py
tests/test_artifacts_capability.py
tests/test_backlog_modules.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_cli.py
tests/test_cli_concurrency.py
tests/test_client.py
tests/test_client_agent_coordination.py
tests/test_client_vector_store_lifecycle.py
tests/test_commit_ai_flow_bundled.py
tests/test_commit_message_capability.py
tests/test_config.py
tests/test_context_compiler.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_fencing.py
tests/test_coordination_policy.py
tests/test_coordination_registry.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_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_driver_helpers_policy_loader.py
tests/test_driver_policy_default.py
tests/test_dry_run_step.py
tests/test_e2e_integration.py
tests/test_embedding_config.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_worktree_builder.py
tests/test_extension_dispatch.py
tests/test_extension_loader.py
tests/test_governance.py
tests/test_grafana_dashboard_shape.py
tests/test_i18n.py
tests/test_init_cmd.py
tests/test_intent_router.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_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_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_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_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_post_adapter_reconcile.py
tests/test_pr_a2_integration.py
tests/test_pr_a6_features.py
tests/test_pr_b0_contracts.py
tests/test_quality_gate_internal.py
tests/test_rate_limiter.py
tests/test_registry_overclaim_guard.py
tests/test_resolve_route_kwargs.py
tests/test_roadmap_checkpoint.py
tests/test_roadmap_facade.py
tests/test_roadmap_internal.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_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_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