teamai-cli 0.22.0-beta.3 → 0.22.0-beta.5

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 CHANGED
@@ -96,6 +96,7 @@ Insight into how the team actually uses its AI tools:
96
96
  | **Usage** | `teamai digest` | Weekly team digest — token usage, conversation volume, and intervention rate. |
97
97
  | **Sessions** | `teamai session save` | Privacy-scrubbed per-session summaries (tool sequence, prompt turns, interventions) that feed the digest's Session Highlights. |
98
98
  | **Dashboard** | `teamai dashboard` | Web dashboard showing team members' live coding-session status, intervention count, and token usage. |
99
+ | **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. |
99
100
 
100
101
  ## Harness Management & Distribution
101
102
 
@@ -233,6 +234,8 @@ The WASM parser is a pure-JavaScript dependency — no native toolchain is requi
233
234
  | `teamai contribute` | Share session experience to team repo |
234
235
  | `teamai recall <query>` | Search the team knowledge base (BM25 + graph-boost) |
235
236
  | `teamai recall enable/disable/status` | Toggle or check recall state |
237
+ | `teamai recall promote [learningId]` | Promote a high-confidence learning to formal knowledge (skills/rules/docs) |
238
+ | `teamai recall maintenance` | Maintain knowledge base health: prune low-confidence learnings, writeback confidence scores, flag stale entries |
236
239
  | `teamai import` | Import knowledge (`--dir`, `--from-repo`, `--from-org`, `--from-repo-list`, `--from-mr`, `--from-iwiki`) |
237
240
  | `teamai codebase --lint` | Knowledge graph health check |
238
241
  | `teamai ci extract-mr --url <url>` | CI: extract knowledge from MR, post comments, write after merge |
package/README.zh-CN.md CHANGED
@@ -96,6 +96,7 @@ teamai init https://github.com/yourorg/yourrepo --scope user
96
96
  | **用量(Usage)** | `teamai digest` | 团队周报——token 用量、会话量、干预率。 |
97
97
  | **会话(Sessions)** | `teamai session save` | 脱敏的单会话摘要(工具序列、对话轮次、干预次数),喂给周报的 Session Highlights。 |
98
98
  | **看板(Dashboard)** | `teamai dashboard` | Web 看板,实时展示成员的编码会话状态、干预次数和 token 用量。 |
99
+ | **知识库健康(KB Health)** | `teamai dashboard` → KB Health | 内置于看板的报告页面,展示知识库使用情况与健康状态——各类型覆盖率、高频召回条目、沉默条目、召回趋势、作者贡献及维护控制台。 |
99
100
 
100
101
  ## Harness 管理和分发
101
102
 
@@ -233,6 +234,8 @@ WASM 解析器是纯 JavaScript 依赖,无需任何原生编译工具链。若
233
234
  | `teamai contribute` | 将 session 经验分享到团队仓库 |
234
235
  | `teamai recall <query>` | 搜索团队知识库(BM25 + 图谱增强) |
235
236
  | `teamai recall enable/disable/status` | 开关或查看 recall 状态 |
237
+ | `teamai recall promote [learningId]` | 将高置信度 learning 晋升为正式知识(skills/rules/docs) |
238
+ | `teamai recall maintenance` | 维护知识库健康:清理低置信度 learnings、回写置信度、标记过时条目 |
236
239
  | `teamai import` | 导入知识(`--dir`、`--from-repo`、`--from-org`、`--from-repo-list`、`--from-mr`、`--from-iwiki`) |
237
240
  | `teamai codebase --lint` | 知识图谱健康检查 |
238
241
  | `teamai ci extract-mr --url <url>` | CI:从 MR 提取知识、发评论、合并后写入 |