From a28b811c6779424e4ae15517f876625d1ff20c1b Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 23 Sep 2026 15:08:32 +0200 Subject: [PATCH] Record Sonnet 5 compatibility check for SECRETS-WP-0009-T03 Co-Authored-By: Claude Opus 5.5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 226514@bnt-lap001 Assistant-Session: 26ba103d-05fe-45a1-9cd7-9475bf239df6 --- .../SECRETS-WP-0009-glas-claude-native-delivery.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/workplans/SECRETS-WP-0009-glas-claude-native-delivery.md b/workplans/SECRETS-WP-0009-glas-claude-native-delivery.md index 85cbb59..56acc3f 100644 --- a/workplans/SECRETS-WP-0009-glas-claude-native-delivery.md +++ b/workplans/SECRETS-WP-0009-glas-claude-native-delivery.md @@ -364,3 +364,16 @@ with no remote. Reading the owner contracts corrected the B3 framing above: 2.1.263 in runtime `2cfc7b5f` before the attended run. No repo, grant, definition, credential or approval was created. + +### 2026-09-23 Sonnet 5 compatibility check + +Correction: runtime `2cfc7b5f` ships Claude CLI **2.1.266** (binary +`19842705e989…`, per `prj-helixforge-factory/evidence/2026-09-22-runtime-placement.json`), +not 2.1.263 (that was the earlier `5cf9a16c` candidate). The same binary in the +local `5371156d` store matches that digest. Its built-in model registry lists +`claude-sonnet-5` as a first-class entry (`{"name": "claude-sonnet-5", +"supports1m": true}`), and it is the CLI's own example model for hooks. No +deprecation marker references it. No runtime rebuild is needed. This was a static +check of the binary, not a provider request. The first real call is still +the attended exec. Remaining model work: a glas-harness profile change from +`claude-sonnet-4-6` to `claude-sonnet-5`, reviewed as a new compatibility set.