@ysicing/plane-cli 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/plane/SKILL.md +2 -1
package/package.json
CHANGED
package/skills/plane/SKILL.md
CHANGED
|
@@ -12,7 +12,7 @@ description: 管理 Plane 工作项与项目能力。当用户提到工作项标
|
|
|
12
12
|
- 优先使用 `plane` 命令,不要手写 curl 直接调 Plane API
|
|
13
13
|
- 自动化消费结果时,优先加 `--json`
|
|
14
14
|
- 用户消息中只要出现工作项标识(如 `GAEA-30`、`TEST-12`),优先先查询该工作项
|
|
15
|
-
- 如果提交代码,commit message
|
|
15
|
+
- 如果提交代码,commit message 必须包含带 `#` 前缀的工作项标识与工时,格式:
|
|
16
16
|
|
|
17
17
|
```text
|
|
18
18
|
<type>(scope): <summary> #<工作项标识> Cost:<工时>
|
|
@@ -82,6 +82,7 @@ plane workspace use <slug>
|
|
|
82
82
|
|
|
83
83
|
- 只有在**实际提交代码**时才追加 `#<工作项标识> Cost:<工时>`
|
|
84
84
|
- 若本次改动没有明确工作项标识,则不要伪造工作项标识
|
|
85
|
+
- 工作项标识在 commit message 中必须写成 `#GAEA-30`、`#TEST-12` 这种形式,不能省略 `#`
|
|
85
86
|
- 若本次改动明确只对应一个工作项,则追加一个标识:
|
|
86
87
|
|
|
87
88
|
```text
|