From fe0c8e8f9c0cc63a330097d388c9064b372e4e96 Mon Sep 17 00:00:00 2001 From: MasterYoav Date: Fri, 18 Sep 2026 10:08:07 +0300 Subject: [PATCH] Record what the live engine proved after the model hop moved. Co-Authored-By: Claude Opus 5 (1M context) --- docs/13-launch-checklist.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/13-launch-checklist.md b/docs/13-launch-checklist.md index c7a93a1..5b75928 100644 --- a/docs/13-launch-checklist.md +++ b/docs/13-launch-checklist.md @@ -191,6 +191,11 @@ From a shell holding no credentials: - The manifest bundled into the app is byte-identical to the published one, so a first run with the network blocked still starts from a real pin. - Every outbound URL the app can show a person answers 200. +- On 18 September, a throwaway engine built from master (with the model hop lifted into + `models/build.ts`) came up healthy on loopback, refused an unauthenticated request with a 401, and + passed all eight live client tests: health, read endpoints, the vault, agent and conversation + round-trip, browser, files, shell, and the asks. Only the conversation store is still unproven, + because that is the hop needing a CopilotKit key. - The pinned engine is one multi-arch image (linux/amd64 and linux/arm64). On 14 September an Apple Silicon Mac pulled it anonymously, got arm64, was healthy in about ten seconds on a port other than 3001, and passed the live suite: browser, files, shell, and a help request handed back. Before that