self-evolve-framework 1.0.1 → 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 +4 -10
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
# Self-Evolve Framework
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **CodeBuddy IDE** 自我进化飞轮 — Post-Edit 验证闭环 + 规则自动推荐 + 离线进化分析
|
|
4
|
+
>
|
|
5
|
+
> ⚠️ 此包专为 [CodeBuddy](https://www.codebuddy.ai) 设计,依赖 `.codebuddy/rules/` 和 `.codebuddy/skills/` 目录结构,非 CodeBuddy 环境无效。
|
|
4
6
|
|
|
5
7
|
## 安装
|
|
6
8
|
|
|
7
9
|
```bash
|
|
8
|
-
#
|
|
10
|
+
# npx(推荐,零安装)
|
|
9
11
|
npx self-evolve-framework init
|
|
10
|
-
|
|
11
|
-
# 方式 2:全局安装
|
|
12
|
-
npm install -g self-evolve-framework
|
|
13
|
-
self-evolve init
|
|
14
|
-
|
|
15
|
-
# 方式 3:项目依赖
|
|
16
|
-
npm install --save-dev self-evolve-framework
|
|
17
|
-
npx self-evolve init
|
|
18
12
|
```
|
|
19
13
|
|
|
20
14
|
### 选项
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "self-evolve-framework",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "CodeBuddy 自我进化飞轮 — Post-Edit 验证闭环 + 规则自动推荐 + 离线进化分析",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "CodeBuddy 自我进化飞轮 — 仅适用于 CodeBuddy IDE。Post-Edit 验证闭环 + 规则自动推荐 + 离线进化分析",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"self-evolve": "bin/cli.js"
|
|
@@ -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/",
|