Why: Codex stop-time review #6 — C6 added workspace / console / 工作台 / 工作区 to the component DISQUALIFIER, but the dashboard detector regex still only matched dashboard|admin|管理|后台|控制台. So "design a workspace with side panel" skipped component (correct) AND skipped dashboard (regex miss) and fell through to landing-page (1200×0, 4-section), which is the wrong shape for a workspace UI — the user wants a 3-section desktop-screen with header/main/actions. What: dashboard detector regex extended in lockstep with the disqualifier — dashboard|admin|workspace|console|管理|后台|控制台| 工作台|工作区. Comment makes the "keep in sync" invariant explicit. Tests: 4 new positive cases (Latin workspace + console, zh-Hans 工作台 + 工作区 with 卡片) assert the plan returns 1200×800 with the 3- section ['Header','Main Content','Actions'] layout, not the 4-section landing-page default. 1066 / 1066 AI tests pass (was 1062; +4). |
||
|---|---|---|
| .. | ||
| cli | ||
| desktop | ||
| web | ||