Skip to main content

lingtai-migration-router

Route LingTai TUI and kernel release migrations to their product-owned tag histories.

跳到安装

来源信息

仓库
Lingtai-AI/lingtai-web
最近来源活动
2026年7月18日 08:47
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
lingtai-migration-router
description
Route LingTai TUI and kernel release migrations to their product-owned tag histories.
# LingTai migration router This is a stable pointer, not a migration manual. Product repositories own the exact migration procedure, one stable file per repository: - **TUI and portal** — [GitHub](https://github.com/Lingtai-AI/lingtai) · [Gitee](https://gitee.com/huangzesen1997/lingtai) · `migration/migration.md` - **Kernel** — [GitHub](https://github.com/Lingtai-AI/lingtai-kernel) · [Gitee](https://gitee.com/huangzesen1997/lingtai-kernel) · `migration/migration.md` ## Open a tag For a product repository and exact tag `TAG`, open its repository-owned file: ```text GitHub TUI: https://github.com/Lingtai-AI/lingtai/blob/TAG/migration/migration.md Gitee TUI: https://gitee.com/huangzesen1997/lingtai/blob/TAG/migration/migration.md GitHub kernel: https://github.com/Lingtai-AI/lingtai-kernel/blob/TAG/migration/migration.md Gitee kernel: https://gitee.com/huangzesen1997/lingtai-kernel/blob/TAG/migration/migration.md ``` Replace `TAG` with the exact tag from that repository. Do not use this website, `main`, `latest`, or a different repository as a substitute. TUI/portal and kernel tags are independent. ## Traverse a release interval 1. Identify current and target tags separately for TUI/portal and kernel. 2. Enumerate tags in `(current, target]`; open every exact `migration/migration.md` in order. 3. Follow only the product repository's document. 4. If any tag is missing, inaccessible, out of order, or lacks the exact file, stop. Do not skip, infer, or jump to the target; migration precedes refresh. GitHub/Gitee fallback may use only the same product, same tag, and same path. Confirm the repository, tag, and file before relying on a fallback. If tag targets or file contents differ, stop rather than guessing.
在 GitHub 查看