@hupan56/wlkj 3.1.17 → 3.1.18

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": "@hupan56/wlkj",
3
- "version": "3.1.17",
3
+ "version": "3.1.18",
4
4
  "description": "AI Product R&D Workflow - PRD/Prototype/Search/Task/Report",
5
5
  "bin": {
6
6
  "wlkj": "bin/cli.js"
@@ -61,7 +61,7 @@ cap.mcp.call("context_pack", {"keyword": "..."}) <spec里的模块关键词> --p
61
61
  - 拿真实列名/类型/可空/注释(含枚举定义),避免 Entity 字段和数据库对不上
62
62
  - [QAS 测试环境] 结构与生产一致;数据行仅参考格式
63
63
 
64
- > 架构/数据字典 `.qoder/context/architecture.md`、`data-dictionary.md` 如存在顺手读,不存在跳过。
64
+ > 架构/数据字典 `data/docs/architecture/`、`data-dictionary.md` 如存在顺手读,不存在跳过。
65
65
  > 以上 Spec/PRD/query_schema 三项相互独立 → **同一条消息并发发**,不要逐个等。
66
66
 
67
67
  ## Step 3: 按 Spec 实现
@@ -62,7 +62,7 @@ cap.mcp.call("context_pack", {"keyword": "..."}) <PRD里的模块关键词> --pl
62
62
  - 先 `cap.mcp.call("list_envs", {})` 问环境,再 `query_schema(table='quality_case', db='fywl_ics_quality')`
63
63
  - 拿到真实列名/类型/注释(注释里常含枚举定义,如"0=小时,1=工作日")
64
64
 
65
- > 数据字典 `.qoder/context/data-dictionary.md` 如存在顺手读,不存在跳过。
65
+ > 数据字典 `data/docs/constitution/` 如存在顺手读,不存在跳过。
66
66
  > 以上 PRD/历史Spec/query_schema 三项相互独立 → **同一条消息并发发**,不要逐个等。
67
67
 
68
68
  ## Step 3: 分析并生成