docs(harness): align v0.9 profile acceptance

This commit is contained in:
Hunter Bown
2026-06-05 23:28:50 -07:00
committed by GitHub
parent efbcc681ae
commit e22a7da53f
5 changed files with 39 additions and 4 deletions
+20
View File
@@ -605,6 +605,26 @@ deepseek_v4_pro_prior = 3.5
deepseek_v4_flash_prior = 4.2
fallback_default_prior = 3.8
# ─────────────────────────────────────────────────────────────────────────────────
# Harness Profiles (preview schema; runtime resolver follows in later v0.9 slices)
# ─────────────────────────────────────────────────────────────────────────────────
# Harness profiles let future CodeWhale runtime slices select model-specific prompt,
# context, tool, and subagent posture. v0.9 currently parses and validates this
# schema, but normal Agent and WhaleFlow runs do not silently promote or mutate
# behavior from these profiles yet.
#
# [[harness_profiles]]
# provider_route = "deepseek"
# model_pattern = "deepseek-v4.*"
#
# [harness_profiles.posture]
# kind = "cache-heavy" # standard | cache-heavy | lean | custom
# max_subagents = 10 # 0 means runtime default
# prefer_codebase_search = false
# compaction_strategy = "prefix-cache" # default | prefix-cache | aggressive
# tool_surface = "full" # full | read-only | auto
# safety_posture = "standard" # standard | strict | permissive
# ─────────────────────────────────────────────────────────────────────────────────
# Profile Example (for multiple environments)
# ─────────────────────────────────────────────────────────────────────────────────