用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lingtai-AI/lingtai --skill lingtai-update-homebrew命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | lingtai-update-homebrew |
| description | Use when updating through or exploring the Lingtai Homebrew tap. |
| version | 1.0.0 |
| last_changed_at | 2026-07-18T00:00:00Z |
| maintenance | If you find stale or incorrect information here, use the lingtai-issue-report skill to assemble evidence and obtain per-issue human consent before filing an issue. Never include secrets, credentials, tokens, or private paths. |
Nested lingtai-update reference. The supported formula is
lingtai-ai/lingtai/lingtai-tui. brew install still works for a first
install, but /update-tui, lingtai-tui self-update, and lingtai-tui doctor no longer run brew upgrade against it — a detected Homebrew install
now migrates (with explicit consent) to LingTai's native installer instead;
see the update-tui reference. The commands below remain useful for manual
exploration of an existing Homebrew install. The migration step itself never
touches the old formula/keg; removing it is a separate, interactive-only
consent step (the startup "Remove the old Homebrew installation now? [y/N]"
prompt, see update-tui) — self-update and doctor never run brew uninstall and only report the manual command:
brew install lingtai-ai/lingtai/lingtai-tui
brew update
brew upgrade lingtai-ai/lingtai/lingtai-tui
brew info lingtai-ai/lingtai/lingtai-tui
brew --repository
The release workflow writes Lingtai-AI/homebrew-lingtai/lingtai-tui.rb from
the tagged source tarball, builds tui and portal, and runs the TUI version
smoke test. To inspect the installed formula and its origin, pair brew info
above with brew cat lingtai-ai/lingtai/lingtai-tui; brew --repository
locates the checkout, so inspect the reported tap directory. Treat manual tap
edits as debugging only; release automation owns normal formula updates.
The formula builds Go and the embedded portal frontend and runs its own
connectivity probes. The mainland reference owns the HOMEBREW_* proxy and
registry overrides and their non-guaranteed mirror behavior.