From 63746df184d25b82a5b54b1e49a14ccd1d08126f Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sun, 3 May 2026 17:56:01 +0200 Subject: [PATCH] feat(ms-ai-architect): playground v3 HTML skeleton with vendored CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Step 1/17 av Playground v3-leveransen (Session 1, Wave 1). - Single-file HTML med klassisk inline-script (file://-kompatibel per WHATWG html#8121: external type=module-scripts feiler på file:// i Chrome+Firefox) - 7 vendored CSS-link-tags i korrekt rekkefølge: fonts, tokens, base, components, components-tier2, components-tier3, components-tier3-supplement - 4 placeholder-overflater (#surface-onboarding, #surface-home, #surface-catalog, #surface-project) — fylles ut i Steps 5-7 - IIFE med STATE_KEY ('ms-ai-architect-state-v1') og SCHEMA_VERSION (1) konstanter - Eksponerer __STATE_KEY og __SCHEMA_VERSION på window for Verify-asserts - v2-fila beholdes parallelt frem til Step 17 (sletting) Plan: .claude/projects/2026-05-03-playground-v3-architecture/plan.md Brief: .claude/projects/2026-05-03-playground-v3-architecture/brief.md Co-Authored-By: Claude Opus 4.7 --- .../playground/ms-ai-architect-v3.html | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 plugins/ms-ai-architect/playground/ms-ai-architect-v3.html diff --git a/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html b/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html new file mode 100644 index 0000000..43b203c --- /dev/null +++ b/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html @@ -0,0 +1,55 @@ + + + + + + ms-ai-architect — Playground v3 + + + + + + + + + + + + +
+ + + + +
+ + + + +