{
  "_comment": "Canonical schema manifest for valid config key paths. This manifest is the single CJS source of truth for valid config keys; dynamicKeyPatterns source strings are recompiled to RegExp at runtime by config-schema.cjs. runtimeStateKeys mirrors RUNTIME_STATE_KEYS.",
  "validKeys": [
    "mode",
    "granularity",
    "parallelization",
    "commit_docs",
    "model_profile",
    "search_gitignored",
    "brave_search",
    "firecrawl",
    "exa_search",
    "workflow.research",
    "workflow.plan_check",
    "workflow.verifier",
    "workflow.nyquist_validation",
    "workflow.ai_integration_phase",
    "workflow.ui_phase",
    "workflow.ui_safety_gate",
    "workflow.auto_advance",
    "workflow.node_repair",
    "workflow.node_repair_budget",
    "workflow.tdd_mode",
    "workflow.human_verify_mode",
    "workflow.text_mode",
    "workflow.research_before_questions",
    "workflow.discuss_mode",
    "workflow.skip_discuss",
    "workflow.auto_prune_state",
    "workflow.use_worktrees",
    "workflow.worktree_skip_hooks",
    "workflow.code_review",
    "workflow.code_review_depth",
    "workflow.code_review_command",
    "workflow.pattern_mapper",
    "workflow.plan_bounce",
    "workflow.plan_bounce_script",
    "workflow.plan_bounce_passes",
    "workflow.plan_chunked",
    "workflow.plan_review_convergence",
    "workflow.post_planning_gaps",
    "workflow.security_enforcement",
    "workflow.security_asvs_level",
    "workflow.security_block_on",
    "workflow.drift_threshold",
    "workflow.drift_action",
    "code_quality.fallow.enabled",
    "code_quality.fallow.scope",
    "code_quality.fallow.profile",
    "code_quality.fallow.mcp",
    "ship.pr_body_sections",
    "git.branching_strategy",
    "git.base_branch",
    "git.create_tag",
    "git.phase_branch_template",
    "git.milestone_branch_template",
    "git.quick_branch_template",
    "planning.commit_docs",
    "planning.search_gitignored",
    "planning.sub_repos",
    "review.ollama_host",
    "review.lm_studio_host",
    "review.llama_cpp_host",
    "review.default_reviewers",
    "review.max_prompt_tokens",
    "review.max_prompt_tokens_per_reviewer",
    "workflow.cross_ai_execution",
    "workflow.cross_ai_command",
    "workflow.cross_ai_timeout",
    "workflow.subagent_timeout",
    "executor.stall_detect_interval_minutes",
    "executor.stall_threshold_minutes",
    "workflow.inline_plan_threshold",
    "hooks.context_warnings",
    "hooks.workflow_guard",
    "workflow.context_coverage_gate",
    "statusline.show_last_command",
    "statusline.context_position",
    "workflow.ui_review",
    "workflow.max_discuss_passes",
    "features.thinking_partner",
    "context",
    "features.global_learnings",
    "learnings.max_inject",
    "project_code",
    "phase_id_convention",
    "phase_naming",
    "manager.flags.discuss",
    "manager.flags.plan",
    "manager.flags.execute",
    "response_language",
    "context_window",
    "intel.enabled",
    "graphify.enabled",
    "graphify.build_timeout",
    "graphify.auto_update",
    "claude_md_path",
    "claude_md_assembly.mode",
    "runtime",
    "resolve_model_ids",
    "effort.default",
    "fast_mode.enabled",
    "plan_review.source_grounding",
    "plan_review.source_grounding_authority",
    "model_policy.provider",
    "model_policy.budget",
    "model_policy.high",
    "model_policy.medium",
    "model_policy.low",
    "agent_skills_security.trusted_global_roots"
  ],
  "runtimeStateKeys": [
    "workflow._auto_chain_active"
  ],
  "dynamicKeyPatterns": [
    {
      "topLevel": "agent_skills",
      "source": "^agent_skills\\.[a-zA-Z0-9_-]+$",
      "description": "agent_skills.<agent-type>"
    },
    {
      "topLevel": "review",
      "source": "^review\\.models\\.[a-zA-Z0-9_-]+$",
      "description": "review.models.<cli-name>"
    },
    {
      "topLevel": "features",
      "source": "^features\\.[a-zA-Z0-9_]+$",
      "description": "features.<feature_name>"
    },
    {
      "topLevel": "claude_md_assembly",
      "source": "^claude_md_assembly\\.blocks\\.[a-zA-Z0-9_]+$",
      "description": "claude_md_assembly.blocks.<section>"
    },
    {
      "topLevel": "model_profile_overrides",
      "source": "^model_profile_overrides\\.[a-zA-Z0-9_-]+\\.(opus|sonnet|haiku)$",
      "description": "model_profile_overrides.<runtime>.<opus|sonnet|haiku>"
    },
    {
      "topLevel": "models",
      "source": "^models\\.(planning|discuss|research|execution|verification|completion)$",
      "description": "models.<planning|discuss|research|execution|verification|completion>"
    },
    {
      "topLevel": "granularities",
      "source": "^granularities\\.(planning|discuss|research|execution|verification|completion)$",
      "description": "granularities.<planning|discuss|research|execution|verification|completion>"
    },
    {
      "topLevel": "dynamic_routing",
      "source": "^dynamic_routing\\.(enabled|escalate_on_failure|max_escalations|tier_models\\.(light|standard|heavy))$",
      "description": "dynamic_routing.<enabled|escalate_on_failure|max_escalations|tier_models.<light|standard|heavy>>"
    },
    {
      "topLevel": "model_overrides",
      "source": "^model_overrides\\.[a-zA-Z0-9_-]+$",
      "description": "model_overrides.<agent-id>"
    },
    {
      "topLevel": "effort",
      "source": "^effort\\.routing_tier_defaults\\.(light|standard|heavy)$",
      "description": "effort.routing_tier_defaults.<light|standard|heavy>"
    },
    {
      "topLevel": "effort",
      "source": "^effort\\.agent_overrides\\.[a-zA-Z0-9_-]+$",
      "description": "effort.agent_overrides.<agent-id>"
    },
    {
      "topLevel": "fast_mode",
      "source": "^fast_mode\\.routing_tier_defaults\\.(light|standard|heavy)$",
      "description": "fast_mode.routing_tier_defaults.<light|standard|heavy>"
    },
    {
      "topLevel": "fast_mode",
      "source": "^fast_mode\\.agent_overrides\\.[a-zA-Z0-9_-]+$",
      "description": "fast_mode.agent_overrides.<agent-id>"
    },
    {
      "topLevel": "review",
      "source": "^review\\.max_prompt_tokens_per_reviewer\\.[a-zA-Z0-9_-]+$",
      "description": "review.max_prompt_tokens_per_reviewer.<reviewer-slug>"
    },
    {
      "topLevel": "model_policy",
      "source": "^model_policy\\.runtime_tiers\\.[a-zA-Z0-9_-]+\\.(opus|sonnet|haiku)$",
      "description": "model_policy.runtime_tiers.<runtime>.<opus|sonnet|haiku>"
    }
  ]
}
