From bf5b95319b5c5b8060a4d34c3b6883d4fe909709 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 8 Jan 2026 13:05:05 -0800 Subject: [PATCH] Fix tool name: AskUserQuestionTool (not AskUserQuestion) Co-Authored-By: Claude Opus 4.5 --- .claude/commands/teach-impeccable.md | 2 +- .claude/skills/frontend-design/SKILL.md | 2 +- .../claude-code-prefixed/.claude/commands/i-teach-impeccable.md | 2 +- .../.claude/skills/frontend-design/SKILL.md | 2 +- dist/claude-code/.claude/commands/teach-impeccable.md | 2 +- dist/claude-code/.claude/skills/frontend-design/SKILL.md | 2 +- scripts/lib/utils.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude/commands/teach-impeccable.md b/.claude/commands/teach-impeccable.md index 2a0c7d8fa..82565a733 100644 --- a/.claude/commands/teach-impeccable.md +++ b/.claude/commands/teach-impeccable.md @@ -20,7 +20,7 @@ Note what you've learned and what remains unclear. ## Step 2: Ask UX-Focused Questions -STOP and call the AskUserQuestion tool to clarify. Focus only on what you couldn't infer from the codebase: +STOP and call the AskUserQuestionTool to clarify. Focus only on what you couldn't infer from the codebase: ### Users & Purpose - Who uses this? What's their context when using it? diff --git a/.claude/skills/frontend-design/SKILL.md b/.claude/skills/frontend-design/SKILL.md index 5f405a2e9..454af5ce4 100644 --- a/.claude/skills/frontend-design/SKILL.md +++ b/.claude/skills/frontend-design/SKILL.md @@ -8,7 +8,7 @@ This skill guides creation of distinctive, production-grade frontend interfaces ## Design Thinking -Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestion tool to clarify. Don't guess on fundamentals. +Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestionTool to clarify. Don't guess on fundamentals. Then commit to a BOLD aesthetic direction: - **Purpose**: What problem does this interface solve? Who uses it? diff --git a/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md b/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md index 942046acc..8c8e23e1a 100644 --- a/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md +++ b/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md @@ -20,7 +20,7 @@ Note what you've learned and what remains unclear. ## Step 2: Ask UX-Focused Questions -STOP and call the AskUserQuestion tool to clarify. Focus only on what you couldn't infer from the codebase: +STOP and call the AskUserQuestionTool to clarify. Focus only on what you couldn't infer from the codebase: ### Users & Purpose - Who uses this? What's their context when using it? diff --git a/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md b/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md index 5f405a2e9..454af5ce4 100644 --- a/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md +++ b/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md @@ -8,7 +8,7 @@ This skill guides creation of distinctive, production-grade frontend interfaces ## Design Thinking -Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestion tool to clarify. Don't guess on fundamentals. +Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestionTool to clarify. Don't guess on fundamentals. Then commit to a BOLD aesthetic direction: - **Purpose**: What problem does this interface solve? Who uses it? diff --git a/dist/claude-code/.claude/commands/teach-impeccable.md b/dist/claude-code/.claude/commands/teach-impeccable.md index 2a0c7d8fa..82565a733 100644 --- a/dist/claude-code/.claude/commands/teach-impeccable.md +++ b/dist/claude-code/.claude/commands/teach-impeccable.md @@ -20,7 +20,7 @@ Note what you've learned and what remains unclear. ## Step 2: Ask UX-Focused Questions -STOP and call the AskUserQuestion tool to clarify. Focus only on what you couldn't infer from the codebase: +STOP and call the AskUserQuestionTool to clarify. Focus only on what you couldn't infer from the codebase: ### Users & Purpose - Who uses this? What's their context when using it? diff --git a/dist/claude-code/.claude/skills/frontend-design/SKILL.md b/dist/claude-code/.claude/skills/frontend-design/SKILL.md index 5f405a2e9..454af5ce4 100644 --- a/dist/claude-code/.claude/skills/frontend-design/SKILL.md +++ b/dist/claude-code/.claude/skills/frontend-design/SKILL.md @@ -8,7 +8,7 @@ This skill guides creation of distinctive, production-grade frontend interfaces ## Design Thinking -Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestion tool to clarify. Don't guess on fundamentals. +Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestionTool to clarify. Don't guess on fundamentals. Then commit to a BOLD aesthetic direction: - **Purpose**: What problem does this interface solve? Who uses it? diff --git a/scripts/lib/utils.js b/scripts/lib/utils.js index 6137fb9d5..21acd582d 100644 --- a/scripts/lib/utils.js +++ b/scripts/lib/utils.js @@ -301,7 +301,7 @@ export const PROVIDER_PLACEHOLDERS = { 'claude-code': { model: 'Claude', config_file: 'CLAUDE.md', - ask_instruction: 'STOP and call the AskUserQuestion tool to clarify.' + ask_instruction: 'STOP and call the AskUserQuestionTool to clarify.' }, 'cursor': { model: 'the model',