teamai-cli 0.22.0-beta.0 → 0.22.0-beta.2
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 +2 -2
- package/README.zh-CN.md +2 -2
- package/dist/index.js +2074 -1425
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ npm install -g teamai-cli
|
|
|
25
25
|
|
|
26
26
|
### Team admin / solo user
|
|
27
27
|
|
|
28
|
-
Create a shared-experience repo on your git host (GitHub, GitLab, CNB, TGit, or a private Git service), **grant write access to team members**, then run `teamai init https://github.com/yourorg/yourrepo`.
|
|
28
|
+
Create a shared-experience repo on your git host (GitHub, GitLab, GitCode, CNB, TGit, or a private Git service), **grant write access to team members**, then run `teamai init https://github.com/yourorg/yourrepo`.
|
|
29
29
|
|
|
30
30
|
> **No team repo yet?** Start from a template pre-loaded with production-ready skills, rules, and review agents. Browse the [teamai-hub](https://github.com/teamai-hub) org, click **Use this template**, then `teamai init` against your new repo.
|
|
31
31
|
|
|
@@ -75,7 +75,7 @@ Once initialized, every AI session automatically pulls the latest skills / rules
|
|
|
75
75
|
</tbody>
|
|
76
76
|
</table>
|
|
77
77
|
|
|
78
|
-
**Git providers** — GitHub · GitLab · CNB · TGit · private Git service.
|
|
78
|
+
**Git providers** — GitHub · GitLab · GitCode · CNB · TGit · private Git service.
|
|
79
79
|
|
|
80
80
|
### Distribution Controls
|
|
81
81
|
|
package/README.zh-CN.md
CHANGED
|
@@ -25,7 +25,7 @@ npm install -g teamai-cli
|
|
|
25
25
|
|
|
26
26
|
### 团队管理员 / 个人使用者
|
|
27
27
|
|
|
28
|
-
在 Git 托管平台(GitHub、GitLab、CNB、TGit,或私有 Git 服务)创建共享经验仓库,**授予团队成员写权限**,然后运行 `teamai init https://github.com/yourorg/yourrepo`。
|
|
28
|
+
在 Git 托管平台(GitHub、GitLab、GitCode、CNB、TGit,或私有 Git 服务)创建共享经验仓库,**授予团队成员写权限**,然后运行 `teamai init https://github.com/yourorg/yourrepo`。
|
|
29
29
|
|
|
30
30
|
> **还没有团队仓库?** 可以从内置了成套 skills、rules、review agents 的模板起步。浏览 [teamai-hub](https://github.com/teamai-hub) org,点 **Use this template** 生成自己的仓库,再对它执行 `teamai init`。
|
|
31
31
|
|
|
@@ -75,7 +75,7 @@ teamai init https://github.com/yourorg/yourrepo --scope user
|
|
|
75
75
|
</tbody>
|
|
76
76
|
</table>
|
|
77
77
|
|
|
78
|
-
**Git 托管平台** —— GitHub · GitLab · CNB · TGit · 私有 Git 服务。
|
|
78
|
+
**Git 托管平台** —— GitHub · GitLab · GitCode · CNB · TGit · 私有 Git 服务。
|
|
79
79
|
|
|
80
80
|
### 分发策略
|
|
81
81
|
|