From 039e93edcae16a0fe37b47f9bb72013ccb4e74a8 Mon Sep 17 00:00:00 2001 From: ggbdpq Date: Fri, 4 Sep 2026 23:50:59 +0800 Subject: [PATCH 1/2] docs(architecture): audit Model access group against implementation Audit the two Model access documents from the #3522 documentation audit against the current implementation. openai-responses-incremental-transport.md: every named symbol resolves in the current source (session-fallback promptCacheKey with explicit value winning, turn-scoped continuation lane, endLane release, the five-minute cross-turn socket cooldown, the sdk.response.messages replay contrast). No drift; added the standard frontmatter with last_verified. model-metadata-firstscreen-optimization.md: the described optimization is implemented (onboarding:getSnapshot projection, conservative hasSecret:false, metadata-free onboarding hero copy, startup chain verified metadata-free), so the Problem section is now explicitly marked as the 2026-08-04 pre-optimization record in both languages. Fixed the cited renderer file name chat-model-selection.ts to the actual shell-chat-model-selection.ts. Added the standard frontmatter. The drift-grep recipes from the tracking issue return zero matches in both documents. Refs #3522 Generated-by: GLM-5.3-Flash (ZCode) --- .../openai-responses-incremental-transport.md | 12 ++++++++++ ...model-metadata-firstscreen-optimization.md | 22 +++++++++++++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/docs/architecture/openai-responses-incremental-transport.md b/docs/architecture/openai-responses-incremental-transport.md index 162c736641..38f2553a1b 100644 --- a/docs/architecture/openai-responses-incremental-transport.md +++ b/docs/architecture/openai-responses-incremental-transport.md @@ -1,3 +1,15 @@ +--- +doc_id: architecture.openai-responses-incremental-transport +title: "OpenAI Responses incremental transport" +language: en +source_language: en +implementation_status: current +document_status: current +translation_status: source-only +last_verified: 2026-09-04 +owners: + - maka-backend +---