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/package.json
CHANGED
|
@@ -891,7 +891,7 @@ _review/ ← 过程文件(不入知识库)
|
|
|
891
891
|
| Phase 0 结构基线 | `teamai codebase --extract <repo> --project <slug>`(writes `<repo>/teamwiki/`) |
|
|
892
892
|
| K3 后编译进 wiki | Skip. TeamAI does not ship a separate team-wiki CLI. Continue with this skill using `teamai` and the files under this skill directory. No extra plugin is required. |
|
|
893
893
|
| 产品文档入图 | Skip. Same English note as above. |
|
|
894
|
-
| 产品↔代码桥接 |
|
|
894
|
+
| 产品↔代码桥接 | Use `teamai codebase --reconcile --output <repo>` after product pages and extracted code pages are under `<repo>/teamwiki/`. Prefix with `teamai --dry-run` to preview without updating the graph. |
|
|
895
895
|
| 一键刷新 | Use `teamai codebase --extract <repo> --project <slug> --incremental`, reusing the Phase 0 repository path and project slug even when running from another directory. Do not look for another CLI. |
|
|
896
896
|
| 质量评估 | Use `scripts/validate_kb.py` and `teamai codebase --lint --output <repo>` to check `<repo>/teamwiki/` (`--output` takes the repository root, not the `teamwiki/` directory). Skip any extra evaluate binary. |
|
|
897
897
|
|