From bc9e45c8975180df063796a889737df439921516 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:53:21 -0700 Subject: [PATCH] Fix workspace creation snapshot crash (#2176) * Add workspace creation config regression test * Sanitize workspace creation config snapshot * Remove duplicate WorkspaceCreationConfigSanitizationTests class Main already has this test class; the branch's version was a duplicate that would cause a compilation error after merge. Co-Authored-By: Claude Opus 4.6 --------- Co-authored-by: Lawrence Chen Co-authored-by: austinpower1258 Co-authored-by: Claude Opus 4.6