@rdmind/rdmind 0.0.14-alpha.7 → 0.0.14-alpha.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": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.14-alpha.
|
|
3
|
+
"version": "0.0.14-alpha.8",
|
|
4
4
|
"description": "RDMind",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,18 +20,19 @@
|
|
|
20
20
|
"files": [
|
|
21
21
|
"dist",
|
|
22
22
|
"template",
|
|
23
|
+
"templates",
|
|
23
24
|
".knowledge"
|
|
24
25
|
],
|
|
25
26
|
"publishConfig": {
|
|
26
27
|
"access": "public"
|
|
27
28
|
},
|
|
28
29
|
"config": {
|
|
29
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.14-alpha.
|
|
30
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.14-alpha.8"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
33
|
"@google/genai": "1.9.0",
|
|
33
34
|
"@iarna/toml": "^2.2.5",
|
|
34
|
-
"@rdmind/rdmind-core": "^0.0.14-alpha.
|
|
35
|
+
"@rdmind/rdmind-core": "^0.0.14-alpha.8",
|
|
35
36
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
36
37
|
"@types/update-notifier": "^6.0.8",
|
|
37
38
|
"command-exists": "^1.2.9",
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# 技术方案模板
|
|
2
|
+
|
|
3
|
+
## 一、评审信息
|
|
4
|
+
|
|
5
|
+
| 评审时间 | 内部评审人 | 上下游评审人 | 结论 |
|
|
6
|
+
| -------- | ---------- | ------------ | ---- |
|
|
7
|
+
| | | | |
|
|
8
|
+
|
|
9
|
+
## 二、背景
|
|
10
|
+
|
|
11
|
+
| PC2 | |
|
|
12
|
+
| ---- | --- |
|
|
13
|
+
| PRD | |
|
|
14
|
+
| 交付 | |
|
|
15
|
+
| 泳道 | |
|
|
16
|
+
| 其他 | |
|
|
17
|
+
|
|
18
|
+
## 三、需求分析
|
|
19
|
+
|
|
20
|
+
| 页面/模块 | 示意图 | 详细逻辑 |
|
|
21
|
+
| --------- | ------ | -------- |
|
|
22
|
+
| | | |
|
|
23
|
+
|
|
24
|
+
## 四、详细设计
|
|
25
|
+
|
|
26
|
+
(此处填写详细设计方案)
|
|
27
|
+
|
|
28
|
+
## 五、工作量与排期
|
|
29
|
+
|
|
30
|
+
| 模块 | 工作量 | 排期 |
|
|
31
|
+
| ---- | ------ | ---- |
|
|
32
|
+
| | | |
|
|
33
|
+
|
|
34
|
+
## 六、上线步骤
|
|
35
|
+
|
|
36
|
+
- [ ] 1
|
|
37
|
+
- [ ] 2
|