From b86bc78e5705768196d7fb05f5053ff872d1a5e0 Mon Sep 17 00:00:00 2001 From: Stefan Ayala Date: Thu, 11 Jun 2026 22:03:44 -0700 Subject: [PATCH] =?UTF-8?q?fix(sdlc):=20correct=20/model=20gotcha=20?= =?UTF-8?q?=E2=80=94=20persists=20by=20default=20since=20v2.1.153?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Codex P1: our text said /model doesn't survive exit+continue, but CC v2.1.153+ saves to user settings. Real gotcha: project/managed settings can override, and picker 's' (session-only) does not persist. --- cowork/skills/sdlc/SKILL.md | 2 +- skills/sdlc/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cowork/skills/sdlc/SKILL.md b/cowork/skills/sdlc/SKILL.md index ff68bac5..9a5d1b8a 100644 --- a/cowork/skills/sdlc/SKILL.md +++ b/cowork/skills/sdlc/SKILL.md @@ -120,7 +120,7 @@ Native `/goal ` (**v2.1.143+**). Haiku evaluator re-checks transcript **Recommended: `claude-opus-4-6` or `opusplan` (Opus 4.6 max).** Pin in settings or `/model` at session start. `opusplan` = Opus Plan Mode + Sonnet execute — both Max-bundled. Persist effort: `CLAUDE_CODE_EFFORT_LEVEL=max` in env block. -**Session gotcha:** `/model` does not survive exit+continue. Re-run at session start or pin in project settings.json. +**Session gotcha:** `/model` persists by default, but project/managed settings can override. Picker `s` (session-only) does not. **If pinning `claude-opus-4-6`:** pair with `CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=30` (1M). **Do not set this for `opusplan`** — 200K, 30% too aggressive. diff --git a/skills/sdlc/SKILL.md b/skills/sdlc/SKILL.md index ff68bac5..9a5d1b8a 100644 --- a/skills/sdlc/SKILL.md +++ b/skills/sdlc/SKILL.md @@ -120,7 +120,7 @@ Native `/goal ` (**v2.1.143+**). Haiku evaluator re-checks transcript **Recommended: `claude-opus-4-6` or `opusplan` (Opus 4.6 max).** Pin in settings or `/model` at session start. `opusplan` = Opus Plan Mode + Sonnet execute — both Max-bundled. Persist effort: `CLAUDE_CODE_EFFORT_LEVEL=max` in env block. -**Session gotcha:** `/model` does not survive exit+continue. Re-run at session start or pin in project settings.json. +**Session gotcha:** `/model` persists by default, but project/managed settings can override. Picker `s` (session-only) does not. **If pinning `claude-opus-4-6`:** pair with `CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=30` (1M). **Do not set this for `opusplan`** — 200K, 30% too aggressive.