teamai-cli 0.17.4 → 0.17.6
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 -1
- package/README.zh-CN.md +2 -1
- package/dist/index.js +1870 -869
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ npm install -g teamai-cli
|
|
|
30
30
|
|
|
31
31
|
### Team admin / solo user
|
|
32
32
|
|
|
33
|
-
Create a shared-experience repo on your git host (GitHub or
|
|
33
|
+
Create a shared-experience repo on your git host (GitHub, TGit, or CNB), **grant write access to team members**, then have them run `teamai init --repo https://github.com/yourorg/yourrepo`.
|
|
34
34
|
|
|
35
35
|
> Solo use needs no separate repo setup: `teamai init` checks the target repo and creates it automatically if it doesn't exist.
|
|
36
36
|
|
|
@@ -169,6 +169,7 @@ The graph stores components, interfaces, configs, and cross-repo import edges. `
|
|
|
169
169
|
| `teamai skill exclude add/remove/list` | Manage skills excluded from local sync ([usage guide](docs/usage-guide.md#excluding-skills-you-dont-need)) |
|
|
170
170
|
| `teamai source` | Manage cross-team skill subscriptions |
|
|
171
171
|
| `teamai remove <type> <name>` | Remove a resource and open MR |
|
|
172
|
+
| `teamai session save` | Record a privacy-scrubbed session summary to a monthly log (`--push` feeds `digest`) |
|
|
172
173
|
| `teamai digest` | Generate weekly team usage digest |
|
|
173
174
|
| `teamai doctor` | Diagnose configuration issues |
|
|
174
175
|
| `teamai uninstall` | Remove all teamai resources and hooks |
|
package/README.zh-CN.md
CHANGED
|
@@ -30,7 +30,7 @@ npm install -g teamai-cli
|
|
|
30
30
|
|
|
31
31
|
### 团队管理员 / 个人使用者
|
|
32
32
|
|
|
33
|
-
在 Git 托管平台(GitHub 或
|
|
33
|
+
在 Git 托管平台(GitHub、TGit 或 CNB)创建共享经验仓库,**授予团队成员写权限**,然后让他们运行 `teamai init --repo https://github.com/yourorg/yourrepo`。
|
|
34
34
|
|
|
35
35
|
> 个人使用无需单独建仓:`teamai init` 会检查目标仓库,不存在时自动创建。
|
|
36
36
|
|
|
@@ -169,6 +169,7 @@ teamai codebase --lint # 健康检查
|
|
|
169
169
|
| `teamai skill exclude add/remove/list` | 管理不参与本地同步的 skills([使用指南](docs/usage-guide.zh-CN.md#排除个人不需要的-skill)) |
|
|
170
170
|
| `teamai source` | 管理跨团队 skill 订阅 |
|
|
171
171
|
| `teamai remove <type> <name>` | 删除资源并创建 MR |
|
|
172
|
+
| `teamai session save` | 将脱敏后的 session 摘要记录到月度日志(`--push` 可喂给 `digest`) |
|
|
172
173
|
| `teamai digest` | 生成团队周报 |
|
|
173
174
|
| `teamai doctor` | 诊断配置问题 |
|
|
174
175
|
| `teamai uninstall` | 移除所有 teamai 资源和 hooks |
|