refactor(lite-plan): remove timeout and color attributes for streamlined configuration

This commit is contained in:
catlog22
2025-11-17 22:05:29 +08:00
parent 4a0eef03a2
commit 0a6c90c345
2 changed files with 0 additions and 11 deletions

View File

@@ -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)

View File

@@ -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