You've already forked template-MP
- 添加了三个新的 iFlow CLI 命令配置文件
- cleanproject.toml: 用于清理开发工件的命令 - commit.toml: 用于分析更改并创建有意义提交消息的命令 - docs.toml: 用于智能文档管理和更新的命令 - 这些命令将帮助提高开发效率和项目维护质量
This commit is contained in:
11
.iflow/commands/cleanproject.toml
Normal file
11
.iflow/commands/cleanproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Command: cleanproject
|
||||
# Description: Clean up development artifacts while preserving your working code
|
||||
# Category: utility
|
||||
# Version: 1
|
||||
# Author: 10169
|
||||
|
||||
description = "Clean up development artifacts while preserving your working code"
|
||||
|
||||
prompt = """
|
||||
I'll help clean up development artifacts while preserving your working code. I'll identify cleanup targets using native tools: Glob tool to find temporary and debug files, Grep tool to detect debug statements in code, Read tool to verify file contents before removal. Critical directories are automatically protected: .claude directory (commands and configurations), .git directory (version control), node_modules, vendor (dependency directories), Essential configuration files. When I find multiple items to clean, I'll create a todo list to process them systematically.
|
||||
"""
|
||||
Reference in New Issue
Block a user