self-evolve-framework 1.0.2 → 1.0.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/README.md +1 -9
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,16 +7,8 @@
|
|
|
7
7
|
## 安装
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
#
|
|
10
|
+
# npx(推荐,零安装)
|
|
11
11
|
npx self-evolve-framework init
|
|
12
|
-
|
|
13
|
-
# 方式 2:全局安装
|
|
14
|
-
npm install -g self-evolve-framework
|
|
15
|
-
self-evolve init
|
|
16
|
-
|
|
17
|
-
# 方式 3:项目依赖
|
|
18
|
-
npm install --save-dev self-evolve-framework
|
|
19
|
-
npx self-evolve init
|
|
20
12
|
```
|
|
21
13
|
|
|
22
14
|
### 选项
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "self-evolve-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "CodeBuddy 自我进化飞轮 — 仅适用于 CodeBuddy IDE。Post-Edit 验证闭环 + 规则自动推荐 + 离线进化分析",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/l13944709532/self-evolve-framework.git"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"bin/",
|