From 2a554bd4ef3e757b5dd0b49ef8d78e75ecc2cd5b Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 9 Apr 2026 16:44:07 -0700 Subject: [PATCH] Remove parenthetical from shape flow description that was rendering in UI Co-Authored-By: Claude Opus 4.6 (1M context) --- public/js/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/data.js b/public/js/data.js index 1853eb08e..9de7a2f1f 100644 --- a/public/js/data.js +++ b/public/js/data.js @@ -120,7 +120,7 @@ export const skillRelationships = { }; export const commandRelationships = { - 'shape': { flow: 'Create: Plan UX and UI through structured discovery (included in /impeccable craft)' }, + 'shape': { flow: 'Create: Plan UX and UI through structured discovery' }, 'impeccable craft': { flow: 'Create: Full shape-then-build flow with visual iteration' }, 'impeccable': { flow: 'Create: Freeform design with full design intelligence' }, 'onboard': { combinesWith: ['clarify', 'delight'], flow: 'Create: Onboarding flows and empty states' },