@aipper/aiws-spec 0.0.7 → 0.0.8

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": "@aipper/aiws-spec",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "AIWS spec and templates (single source of truth).",
5
5
  "type": "module",
6
6
  "files": [
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 初始化:落盘 AIWS 真值与门禁文件
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:aiws-init -->
2
5
  # aiws init
3
6
 
@@ -16,4 +19,3 @@
16
19
  <!-- AIWS_MANAGED_END:opencode:aiws-init -->
17
20
 
18
21
  可在下方追加本项目对 OpenCode 的额外说明(托管块外内容会被保留)。
19
-
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 回滚:从 .aiws/backups 恢复快照
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:aiws-rollback -->
2
5
  # aiws rollback
3
6
 
@@ -9,4 +12,3 @@
9
12
  <!-- AIWS_MANAGED_END:opencode:aiws-rollback -->
10
13
 
11
14
  可在下方追加本项目对 OpenCode 的额外说明(托管块外内容会被保留)。
12
-
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 更新:刷新模板与 tool-native 文件(先备份)
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:aiws-update -->
2
5
  # aiws update
3
6
 
@@ -15,4 +18,3 @@
15
18
  <!-- AIWS_MANAGED_END:opencode:aiws-update -->
16
19
 
17
20
  可在下方追加本项目对 OpenCode 的额外说明(托管块外内容会被保留)。
18
-
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 门禁:校验 required/托管块/漂移(可落盘 stamp)
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:aiws-validate -->
2
5
  # aiws validate
3
6
 
@@ -10,4 +13,3 @@
10
13
  <!-- AIWS_MANAGED_END:opencode:aiws-validate -->
11
14
 
12
15
  可在下方追加本项目对 OpenCode 的额外说明(托管块外内容会被保留)。
13
-
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 分析:实现前技术分析并落盘证据
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-analyze -->
2
5
  # ws analyze
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 交付:submodules+superproject 分步提交并安全合并回 base
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-deliver -->
2
5
  # ws deliver
3
6
 
@@ -42,4 +45,3 @@
42
45
  <!-- AIWS_MANAGED_END:opencode:ws-deliver -->
43
46
 
44
47
  可在下方追加本项目对 OpenCode 的额外说明(托管块外内容会被保留)。
45
-
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 开发:在 AIWS 约束下完成小步交付
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-dev -->
2
5
  # ws dev
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 收尾:fast-forward 合并 change/<id> 回目标分支
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-finish -->
2
5
  # ws finish
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 迁移:把仓库对齐到 aiws workspace 模板
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-migrate -->
2
5
  # ws migrate
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 预检:读取真值文件并输出约束摘要
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-preflight -->
2
5
  # ws preflight
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 需求变更:更新 REQUIREMENTS 并同步执行合同
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-req-change -->
2
5
  # ws req change
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 合同同步:把 REQUIREMENTS FlowSpec 同步到 requirements-issues.csv
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-req-contract-sync -->
2
5
  # ws req contract sync
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 合同校验:校验 requirements-issues.csv 字段完整性
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-req-contract-validate -->
2
5
  # ws req contract validate
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: Flow 同步:从 REQUIREMENTS 生成 api-flow 与场景执行合同
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-req-flow-sync -->
2
5
  # ws req flow sync
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 需求评审:对 REQUIREMENTS 做整体 QA(不改文件)
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-req-review -->
2
5
  # ws req review
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: Review:提交前审计改动并落盘证据
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-review -->
2
5
  # ws review
3
6
 
@@ -1,3 +1,6 @@
1
+ ---
2
+ description: 规则:把口述规则整理并写入 AI_PROJECT.md 托管段
3
+ ---
1
4
  <!-- AIWS_MANAGED_BEGIN:opencode:ws-rule -->
2
5
  # ws rule
3
6