Dashboard › craft › Distillation
2544fd4e-83bc-4a88-bba1-230975d1f801["lore_tm_v1_AtV4AzL_NZdIbiRPdKgRcFdmKFqH6Y2sxluguAAifvE","lore_tm_v1_mM_Xb7s5TvxmZhfHKnQkU0EY9TZFtMyz9xBegHDFsuI"]
Date: Aug 25, 2026
workspaces is a normal z.record object, but workspace resolution uses inherited-property lookup via workspaces[workspaceName] and only tests truthiness. Thus --workspace toString, constructor, or __proto__ can pass validation despite not being configured; Object.entries() finds no workspace overrides and returns the base config, bypassing required named-workspace selection and potentially releasing with base targets/settings. Recommended requiring an own-property check before resolution. Citations: src/schemas/project_config.ts:232; src/config.ts:114-116, src/config.ts:129-160, src/config.ts:208-239; missing regression coverage at src/__tests__/config.test.ts:301-306.