From 41a557a675b7918a27fbd933805f84688bc392d6 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 8 Jan 2026 14:22:15 -0800 Subject: [PATCH] Remove context: fork from commands (blocks AskUserQuestionTool) Removed from: critique, audit, extract Co-Authored-By: Claude Opus 4.5 --- .claude/commands/audit.md | 1 - .claude/commands/critique.md | 1 - .claude/commands/extract.md | 1 - dist/claude-code-prefixed/.claude/commands/i-audit.md | 1 - dist/claude-code-prefixed/.claude/commands/i-critique.md | 1 - dist/claude-code-prefixed/.claude/commands/i-extract.md | 1 - dist/claude-code/.claude/commands/audit.md | 1 - dist/claude-code/.claude/commands/critique.md | 1 - dist/claude-code/.claude/commands/extract.md | 1 - source/commands/audit.md | 1 - source/commands/critique.md | 1 - source/commands/extract.md | 1 - 12 files changed, 12 deletions(-) diff --git a/.claude/commands/audit.md b/.claude/commands/audit.md index 59ff79908..ffd6dba58 100644 --- a/.claude/commands/audit.md +++ b/.claude/commands/audit.md @@ -1,7 +1,6 @@ --- name: audit description: Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations. -context: fork args: - name: area description: The feature or area to audit (optional) diff --git a/.claude/commands/critique.md b/.claude/commands/critique.md index 0d52953d5..e2901600e 100644 --- a/.claude/commands/critique.md +++ b/.claude/commands/critique.md @@ -1,7 +1,6 @@ --- name: critique description: Evaluate design effectiveness from a UX perspective. Assesses visual hierarchy, information architecture, emotional resonance, and overall design quality with actionable feedback. -context: fork args: - name: area description: The feature or area to critique (optional) diff --git a/.claude/commands/extract.md b/.claude/commands/extract.md index bc67369d6..e0d42967a 100644 --- a/.claude/commands/extract.md +++ b/.claude/commands/extract.md @@ -1,7 +1,6 @@ --- name: extract description: Extract and consolidate reusable components, design tokens, and patterns into your design system. Identifies opportunities for systematic reuse and enriches your component library. -context: fork args: - name: target description: The feature, component, or area to extract from (optional) diff --git a/dist/claude-code-prefixed/.claude/commands/i-audit.md b/dist/claude-code-prefixed/.claude/commands/i-audit.md index 700039055..9372b8fb7 100644 --- a/dist/claude-code-prefixed/.claude/commands/i-audit.md +++ b/dist/claude-code-prefixed/.claude/commands/i-audit.md @@ -1,7 +1,6 @@ --- name: i-audit description: Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations. -context: fork args: - name: area description: The feature or area to audit (optional) diff --git a/dist/claude-code-prefixed/.claude/commands/i-critique.md b/dist/claude-code-prefixed/.claude/commands/i-critique.md index 3ee5560fe..17785e3aa 100644 --- a/dist/claude-code-prefixed/.claude/commands/i-critique.md +++ b/dist/claude-code-prefixed/.claude/commands/i-critique.md @@ -1,7 +1,6 @@ --- name: i-critique description: Evaluate design effectiveness from a UX perspective. Assesses visual hierarchy, information architecture, emotional resonance, and overall design quality with actionable feedback. -context: fork args: - name: area description: The feature or area to critique (optional) diff --git a/dist/claude-code-prefixed/.claude/commands/i-extract.md b/dist/claude-code-prefixed/.claude/commands/i-extract.md index bab624326..f0ab07982 100644 --- a/dist/claude-code-prefixed/.claude/commands/i-extract.md +++ b/dist/claude-code-prefixed/.claude/commands/i-extract.md @@ -1,7 +1,6 @@ --- name: i-extract description: Extract and consolidate reusable components, design tokens, and patterns into your design system. Identifies opportunities for systematic reuse and enriches your component library. -context: fork args: - name: target description: The feature, component, or area to extract from (optional) diff --git a/dist/claude-code/.claude/commands/audit.md b/dist/claude-code/.claude/commands/audit.md index 59ff79908..ffd6dba58 100644 --- a/dist/claude-code/.claude/commands/audit.md +++ b/dist/claude-code/.claude/commands/audit.md @@ -1,7 +1,6 @@ --- name: audit description: Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations. -context: fork args: - name: area description: The feature or area to audit (optional) diff --git a/dist/claude-code/.claude/commands/critique.md b/dist/claude-code/.claude/commands/critique.md index 0d52953d5..e2901600e 100644 --- a/dist/claude-code/.claude/commands/critique.md +++ b/dist/claude-code/.claude/commands/critique.md @@ -1,7 +1,6 @@ --- name: critique description: Evaluate design effectiveness from a UX perspective. Assesses visual hierarchy, information architecture, emotional resonance, and overall design quality with actionable feedback. -context: fork args: - name: area description: The feature or area to critique (optional) diff --git a/dist/claude-code/.claude/commands/extract.md b/dist/claude-code/.claude/commands/extract.md index bc67369d6..e0d42967a 100644 --- a/dist/claude-code/.claude/commands/extract.md +++ b/dist/claude-code/.claude/commands/extract.md @@ -1,7 +1,6 @@ --- name: extract description: Extract and consolidate reusable components, design tokens, and patterns into your design system. Identifies opportunities for systematic reuse and enriches your component library. -context: fork args: - name: target description: The feature, component, or area to extract from (optional) diff --git a/source/commands/audit.md b/source/commands/audit.md index ea3ee2953..e99fbe150 100644 --- a/source/commands/audit.md +++ b/source/commands/audit.md @@ -1,7 +1,6 @@ --- name: audit description: Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations. -context: fork args: - name: area description: The feature or area to audit (optional) diff --git a/source/commands/critique.md b/source/commands/critique.md index 8e4afe922..ebd49ac34 100644 --- a/source/commands/critique.md +++ b/source/commands/critique.md @@ -1,7 +1,6 @@ --- name: critique description: Evaluate design effectiveness from a UX perspective. Assesses visual hierarchy, information architecture, emotional resonance, and overall design quality with actionable feedback. -context: fork args: - name: area description: The feature or area to critique (optional) diff --git a/source/commands/extract.md b/source/commands/extract.md index b751b6c10..ab41bffd2 100644 --- a/source/commands/extract.md +++ b/source/commands/extract.md @@ -1,7 +1,6 @@ --- name: extract description: Extract and consolidate reusable components, design tokens, and patterns into your design system. Identifies opportunities for systematic reuse and enriches your component library. -context: fork args: - name: target description: The feature, component, or area to extract from (optional)