From 619fbbd9f3b61e2881e3737b4706dcf00f7d3005 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 24 Feb 2026 11:14:51 +0100 Subject: [PATCH] docs(meta): document model selection and 1M context option Add model selection section to CLAUDE.md covering /model sonnet[1m] and opus[1m] for extended context sessions. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 9f5bba849..2f5022eea 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -154,6 +154,15 @@ Key rules: Use conventional commits with project-specific scopes: `agents`, `skills`, `docs`, `briefings`, `discussions`, `schema`, `db`, `config`, `engine`, `simulation`, `client`, `ui`, `audio`, `assets`, `meta` +### Model selection + +Default model is Opus 4.6 (200K context). For heavy sessions (workshops, +sprint planning, large reviews), switch to extended context on-demand: + +- `/model sonnet[1m]` — Sonnet 4.6 with 1M context window +- `/model opus[1m]` — Opus 4.6 with 1M context window +- Cost: 2x input + 1.5x output for tokens beyond 200K (Tier 4 required) + ### Pull requests **Use `tea` (Gitea CLI), not `gh` (GitHub CLI).** The remote is Gitea at `git.schweitz.internal`.