From b08abf4f9328f7da4b48e27d7b59980783fbbc10 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 16 Oct 2025 21:43:27 +0800 Subject: [PATCH] chore: update auto-parallel argument-hint with --count parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatically updated by linter to reflect new --count parameter in argument hint for command usage clarity. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/workflow/brainstorm/auto-parallel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/workflow/brainstorm/auto-parallel.md b/.claude/commands/workflow/brainstorm/auto-parallel.md index 76015525..8e42a448 100644 --- a/.claude/commands/workflow/brainstorm/auto-parallel.md +++ b/.claude/commands/workflow/brainstorm/auto-parallel.md @@ -1,7 +1,7 @@ --- name: auto-parallel description: Parallel brainstorming automation with dynamic role selection and concurrent execution -argument-hint: "topic or challenge description" +argument-hint: "topic or challenge description" [--count N] allowed-tools: SlashCommand(*), Task(*), TodoWrite(*), Read(*), Write(*), Bash(*), Glob(*) ---