mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: add --yes flag for auto-confirmation across multiple workflows
- Enhanced lite-execute, lite-fix, lite-lite-lite, lite-plan, multi-cli-plan, plan, replan, session complete, session solidify, and various UI design commands to support a --yes or -y flag for skipping user confirmations and auto-selecting defaults. - Updated argument hints and examples to reflect new auto mode functionality. - Implemented auto mode defaults for confirmation, execution methods, and code review options. - Improved error handling and validation in command parsing and execution processes.
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
---
|
||||
name: develop-with-file
|
||||
description: Multi-agent development workflow with documented progress, Gemini-guided planning, and incremental iteration support
|
||||
argument-hint: "\"feature description or task file.md\""
|
||||
argument-hint: "[-y|--yes] \"feature description or task file.md\""
|
||||
allowed-tools: TodoWrite(*), Task(*), AskUserQuestion(*), Read(*), Grep(*), Glob(*), Bash(*), Edit(*), Write(*)
|
||||
---
|
||||
|
||||
## Auto Mode
|
||||
|
||||
When `--yes` or `-y`: Auto-confirm all decisions (exploration, planning, execution, verification), use recommended settings.
|
||||
|
||||
# Workflow Develop-With-File Command (/workflow:develop-with-file)
|
||||
|
||||
## Overview
|
||||
|
||||
Reference in New Issue
Block a user