ソース情報
- リポジトリ
- Lingtai-AI/lingtai
- ソースの最終更新活動
- 2026年7月24日 04:29
- 検出された SKILL.md の言語
- 英語
- スター
- 698
- フォーク
- 61
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Lingtai-AI/lingtai --skill lingtai-update-homebrewコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| 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.