groove-utilities-task-config
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegroove-utilities-task-config
groove-utilities-task-config
Outcome
功能效果
The current task backend configuration is shown to the user, or updated based on provided arguments. After update, user is prompted to run if the backend changed.
/groove-utilities-task-install向用户展示当前的任务后端配置,或根据提供的参数更新配置。更新完成后,如果后端发生变更,会提示用户运行 。
/groove-utilities-task-installAcceptance Criteria
验收标准
- Current value is displayed with no arguments
tasks: - Backend is updated in frontmatter when new value provided
.groove/index.md - User is reminded to run if backend changed
/groove-utilities-task-install
- 未提供参数时显示当前 的值
tasks: - 提供新值时,更新 前置元数据中的后端配置
.groove/index.md - 如果后端发生变更,提醒用户运行
/groove-utilities-task-install
Constraints
约束条件
- Read and write frontmatter
.groove/index.mdkey onlytasks: - Valid values: ,
beans,linear,githubnone - Reject unknown backend values with a helpful error listing valid options
- If does not exist, create from
.groove/index.mdwith defaultsskills/groove/templates/index.md - Do not modify any other keys in
.groove/index.md
- 仅读写 前置元数据中的
.groove/index.md键tasks: - 有效值:、
beans、linear、githubnone - 遇到未知后端值时拒绝操作,并返回提示性错误,列出所有有效选项
- 如果 不存在,从
.groove/index.md按默认配置创建skills/groove/templates/index.md - 不得修改 中的任何其他键
.groove/index.md