teamai-cli 0.24.0-beta.2 → 0.24.0-beta.4
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 +5 -2
- package/README.zh-CN.md +5 -2
- package/dist/index.js +1515 -690
- package/package.json +1 -1
- package/skills/team-wiki-codebase/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -91,6 +91,7 @@ Once initialized, every AI session automatically pulls the latest skills / rules
|
|
|
91
91
|
<tr><td>Hermes</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td></tr>
|
|
92
92
|
<tr><td>DeepSeek Harness</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td></tr>
|
|
93
93
|
<tr><td>Qoder</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td></tr>
|
|
94
|
+
<tr><td>ZCode</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td></tr>
|
|
94
95
|
</tbody>
|
|
95
96
|
</table>
|
|
96
97
|
|
|
@@ -190,6 +191,7 @@ Matched: conflict | Missing: port
|
|
|
190
191
|
teamai import --from-repo https://github.com/org/repo
|
|
191
192
|
teamai import --from-org myorg # batch import all repos
|
|
192
193
|
teamai codebase --extract /path/to/repo # local extract into teamwiki/
|
|
194
|
+
teamai codebase --reconcile --output /path/to/repo # map product docs to code pages
|
|
193
195
|
teamai codebase --lint --output /path/to/repo # check the locally extracted graph
|
|
194
196
|
```
|
|
195
197
|
|
|
@@ -221,9 +223,9 @@ Insight into how the team actually uses its AI tools, and a starting point for t
|
|
|
221
223
|
|
|
222
224
|
| Capability | Command | What it shows |
|
|
223
225
|
|------------|---------|---------------|
|
|
224
|
-
| **Usage** | `teamai digest` | Weekly team digest —
|
|
226
|
+
| **Usage** | `teamai digest` | Weekly team digest — 7-day success, prompt, active-time, estimated cost, cache, and correction trends, plus lifetime totals. |
|
|
225
227
|
| **Sessions** | `teamai session save` | Privacy-scrubbed per-session summaries (tool sequence, prompt turns, interventions) that feed the digest's Session Highlights. |
|
|
226
|
-
| **Dashboard** | `teamai dashboard` | Web dashboard showing
|
|
228
|
+
| **Dashboard** | `teamai dashboard` | Web dashboard showing live sessions and local 7-day trends compared with the prior 7 days. |
|
|
227
229
|
| **KB Health** | `teamai dashboard` → KB Health | Built-in dashboard page reporting knowledge-base usage & health — coverage by type, top recalled entries, silent entries, recall trend, author contributions, and a maintenance console. |
|
|
228
230
|
|
|
229
231
|
## Commands
|
|
@@ -242,6 +244,7 @@ Insight into how the team actually uses its AI tools, and a starting point for t
|
|
|
242
244
|
| `teamai recall maintenance` | Maintain knowledge base health: prune low-confidence learnings, writeback confidence scores, flag stale entries |
|
|
243
245
|
| `teamai import` | Import knowledge (`--dir`, `--from-repo`, `--from-org`, `--from-repo-list`, `--from-mr`) |
|
|
244
246
|
| `teamai codebase --extract [path]` | Extract code facts and build the local graph under `teamwiki/` |
|
|
247
|
+
| `teamai codebase --reconcile` | Reconcile product documentation with extracted code knowledge |
|
|
245
248
|
| `teamai codebase --lint` | Knowledge graph health check |
|
|
246
249
|
| `teamai ci extract-mr --url <url>` | CI: extract knowledge from MR, post comments, write after merge |
|
|
247
250
|
| `teamai members` | List team members |
|
package/README.zh-CN.md
CHANGED
|
@@ -91,6 +91,7 @@ teamai init https://github.com/yourorg/yourrepo --scope user
|
|
|
91
91
|
<tr><td>Hermes</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td></tr>
|
|
92
92
|
<tr><td>DeepSeek Harness</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">—</td><td align="center">—</td><td align="center">—</td></tr>
|
|
93
93
|
<tr><td>Qoder</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td></tr>
|
|
94
|
+
<tr><td>ZCode</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">—</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td><td align="center">✓</td></tr>
|
|
94
95
|
</tbody>
|
|
95
96
|
</table>
|
|
96
97
|
|
|
@@ -190,6 +191,7 @@ Matched: conflict | Missing: port
|
|
|
190
191
|
teamai import --from-repo https://github.com/org/repo
|
|
191
192
|
teamai import --from-org myorg # 批量导入所有仓库
|
|
192
193
|
teamai codebase --extract /path/to/repo # 本地提取到 teamwiki/
|
|
194
|
+
teamai codebase --reconcile --output /path/to/repo # 将产品文档映射到代码页面
|
|
193
195
|
teamai codebase --lint --output /path/to/repo # 检查本地提取的图谱
|
|
194
196
|
```
|
|
195
197
|
|
|
@@ -221,9 +223,9 @@ teamai recall maintenance --update-quality # 为过时 skills / docs 生
|
|
|
221
223
|
|
|
222
224
|
| 能力 | 命令 | 呈现内容 |
|
|
223
225
|
|------|------|----------|
|
|
224
|
-
| **用量(Usage)** | `teamai digest` |
|
|
226
|
+
| **用量(Usage)** | `teamai digest` | 团队周报——近 7 天成功率、对话、活跃时长、估算成本、缓存与纠偏趋势,以及历史累计数据。 |
|
|
225
227
|
| **会话(Sessions)** | `teamai session save` | 脱敏的单会话摘要(工具序列、对话轮次、干预次数),喂给周报的 Session Highlights。 |
|
|
226
|
-
| **看板(Dashboard)** | `teamai dashboard` | Web
|
|
228
|
+
| **看板(Dashboard)** | `teamai dashboard` | Web 看板,展示实时会话,以及本机近 7 天相对前 7 天的趋势。 |
|
|
227
229
|
| **知识库健康(KB Health)** | `teamai dashboard` → KB Health | 内置于看板的报告页面,展示知识库使用情况与健康状态——各类型覆盖率、高频召回条目、沉默条目、召回趋势、作者贡献及维护控制台。 |
|
|
228
230
|
|
|
229
231
|
## 命令一览
|
|
@@ -242,6 +244,7 @@ teamai recall maintenance --update-quality # 为过时 skills / docs 生
|
|
|
242
244
|
| `teamai recall maintenance` | 维护知识库健康:清理低置信度 learnings、回写置信度、标记过时条目 |
|
|
243
245
|
| `teamai import` | 导入知识(`--dir`、`--from-repo`、`--from-org`、`--from-repo-list`、`--from-mr`) |
|
|
244
246
|
| `teamai codebase --extract [path]` | 提取代码事实并在 `teamwiki/` 下构建本地图谱 |
|
|
247
|
+
| `teamai codebase --reconcile` | 将产品文档与提取的代码知识进行对账 |
|
|
245
248
|
| `teamai codebase --lint` | 知识图谱健康检查 |
|
|
246
249
|
| `teamai ci extract-mr --url <url>` | CI:从 MR 提取知识、发评论、合并后写入 |
|
|
247
250
|
| `teamai members` | 查看团队成员 |
|