mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
refactor(lite-plan): remove timeout and color attributes for streamlined configuration
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -47,15 +47,6 @@ Clear description of what this command does and its purpose.
|
||||
<arg2> 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
|
||||
|
||||
Reference in New Issue
Block a user