@miniidealab/openlogos 0.7.2 → 0.7.3

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": "@miniidealab/openlogos",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "CLI tool for the OpenLogos software engineering methodology",
5
5
  "type": "module",
6
6
  "bin": {
@@ -99,6 +99,12 @@
99
99
  - 编号从 1 开始连续递增
100
100
  - 每个箭头附一行行为描述:`HTTP方法 /api/路径 — 一句话说明`
101
101
 
102
+ **⚠️ 单行约束(强制)**:
103
+ - 每条箭头(`->>` 或 `-->>`)的全部内容**必须写在同一行**,禁止在描述文字中插入换行
104
+ - 若描述文字过长,优先**精简措辞**,而不是拆行
105
+ - 需要补充的细节(如 UI 按钮、副作用说明等)应写在时序图**下方的"步骤说明"列表**中,不得折入箭头行内
106
+ - 违反此规则会导致 mermaid 引擎解析失败、markdown 渲染出错
107
+
102
108
  **参与方规范**:
103
109
  - 使用短别名:`U`(User/Browser)、`W`(Web/Frontend)、`SB`(Supabase)、`DB`(Database)
104
110
  - 每个参与方的全名在 `participant` 声明中注明