From 0a6c90c3450f43ba1e846b98d2585589c20502c8 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 17 Nov 2025 22:05:29 +0800 Subject: [PATCH] refactor(lite-plan): remove timeout and color attributes for streamlined configuration --- .claude/commands/workflow/lite-plan.md | 2 -- COMMAND_TEMPLATE_EXECUTOR.md | 9 --------- 2 files changed, 11 deletions(-) diff --git a/.claude/commands/workflow/lite-plan.md b/.claude/commands/workflow/lite-plan.md index ea4e2ef1..5893e4e8 100644 --- a/.claude/commands/workflow/lite-plan.md +++ b/.claude/commands/workflow/lite-plan.md @@ -3,8 +3,6 @@ name: lite-plan description: Lightweight interactive planning workflow with in-memory planning, code exploration, and execution dispatch to lite-execute after user confirmation argument-hint: "[-e|--explore] \"task description\"|file.md" allowed-tools: TodoWrite(*), Task(*), SlashCommand(*), AskUserQuestion(*) -timeout: 180000 -color: cyan --- # Workflow Lite-Plan Command (/workflow:lite-plan) diff --git a/COMMAND_TEMPLATE_EXECUTOR.md b/COMMAND_TEMPLATE_EXECUTOR.md index 676bd655..ec7a1210 100644 --- a/COMMAND_TEMPLATE_EXECUTOR.md +++ b/COMMAND_TEMPLATE_EXECUTOR.md @@ -47,15 +47,6 @@ Clear description of what this command does and its purpose. Description (optional) ``` -### Usage Examples -```bash -# Basic usage -/category:command-name arg1 - -# With flags -/category:command-name --flag1 --flag2 arg1 -``` - ## Execution Process ### Step 1: Step Name