From 6b2ac8250e09aaaad0f3ca01f1df23dbf56d00a5 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sun, 3 May 2026 18:16:44 +0200 Subject: [PATCH] feat(ms-ai-architect): playground v3 onboarding surface (18 felles fields) [skip-docs] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Step 5/17 av Playground v3-leveransen (Session 2, Wave 2). 5 grouped sections (organization/technology/security/architecture/business) rendered with Tier 3 .form-progress sidebar and .expansion components per group. Validation via .error-summary with click-to-focus links. ONBOARDING_SCHEMA mirrors agents/onboarding-agent.md Phase 1-5 (18 fields total). commitOnboarding() writes to state.shared.. via Proxy → throttled IDB/localStorage write. Re-onboard is just navigate back to onboarding — pre-fills from state automatically. Verified via vm sandbox: bootstrap auto-routes to onboarding when no org.name, commitOnboarding produces >=5 keys in shared.organization, validation catches required-empty (2) and accepts filled (0). Surface routing: showSurface() toggles [hidden] across data-surface sections. scheduleRender batches via queueMicrotask. Action router dispatches data-action attributes to ACTIONS map. README/CLAUDE.md-update deferred til Step 17 (Session 5). --- .../playground/ms-ai-architect-v3.html | 564 +++++++++++++++++- 1 file changed, 563 insertions(+), 1 deletion(-) diff --git a/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html b/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html index 4a0910c..bdcbe6f 100644 --- a/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html +++ b/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html @@ -15,6 +15,81 @@ + + +