@namewta/speculo 0.2.13 → 0.2.15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@namewta/speculo",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "description": "Workflow-packaged specification-driven development assets with install, update, and migration tooling.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -5,7 +5,25 @@ argument-hint: "下一个会话将用于什么?"
5
5
  disable-model-invocation: true
6
6
  ---
7
7
 
8
- 编写一份交接文档,总结当前对话,使新的 agent 可以继续此工作。保存到用户操作系统的临时目录 —— 而非当前工作区。
8
+ 编写一份交接文档,总结当前对话,使新的 agent 可以继续此工作。
9
+
10
+ ## 归档路径
11
+
12
+ 报告文件必须写入以下规范路径:
13
+
14
+ ```
15
+ speculo/.speculo/commands/handoff/<YYYY-MM-DD>-<scope>-<topic>[-NN].md
16
+ ```
17
+
18
+ - **<YYYY-MM-DD>** — 使用当前日期。
19
+ - **<scope>** — 工作区、工作流或变更的 scope 标识,使用小写 kebab-case。
20
+ - **<topic>** — 从交接范围或用户主题提取,使用小写 kebab-case;无法判断时使用 `speculo`。
21
+ - **[-NN]** — 同日同 scope 同 topic 的多份报告,从 `-01` 开始递增;仅首份可省略后缀。
22
+
23
+ > [!CAUTION]
24
+ > **禁止**将命令报告写入 `temp/`、系统临时目录或工作区内其他非规范位置。
25
+
26
+ ## 内容要求
9
27
 
10
28
  在文档中包含一个"建议 skills"部分,列出建议 agent 调用的 skills。
11
29