{
  "_description": "Model-aware compaction thresholds (percentage used). Compaction triggers when used% >= threshold.",
  "_note": "Keys are model IDs (just the ID part, not provider/id). The global value is used for any model not explicitly listed.",
  "_wildcard": "Use * for pattern matching, e.g., 'gpt-5.2*' matches 'gpt-5.2' and 'gpt-5.2-codex'",
  "global": 70,
  "models": {
    "claude-opus-4-6": 85
  }
}
