@xiaoailazy/coexistree 0.2.0 → 0.2.1
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ coexistree task list
|
|
|
31
31
|
coexistree ask --question "变更批次有哪些 stage?"
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
详见 [Agent CLI
|
|
34
|
+
详见 [文档地图](../../docs/README.md)、[Agent CLI](../../docs/user-guide/agent-cli.md)、[术语表](../../docs/user-guide/glossary.md)。
|
|
35
35
|
|
|
36
36
|
## 发布
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiaoailazy/coexistree",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "CoExistree Agent CLI + Skills (meta package — one global install)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@xiaoailazy/coexistree-cli": "0.2.0",
|
|
22
|
-
"@xiaoailazy/coexistree-skills": "0.2.
|
|
22
|
+
"@xiaoailazy/coexistree-skills": "0.2.1"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postinstall": "coexistree-skills-install --targets all"
|