소스 정보
- 저장소
- 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-diagnosis명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | lingtai-update-diagnosis |
| description | Use when a TUI or portal install, update, build, or restart fails. |
| 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. Start with read-only identity checks:
lingtai-tui doctor
lingtai-tui version
command -v lingtai-tui lingtai-portal
If /update-tui says unknown, inspect the reported executable and the
TUI-owned ~/.lingtai-tui/install.json; do not substitute Homebrew. If a
source update fails, confirm its prefix/bin directory still exists and that the
requested tag is a strict vX.Y.Z release. If a Homebrew-to-native migration
fails, the reported failure line names the exact step (installer command,
install.json verification, binary version, or Python runtime) and confirms
the original Homebrew install is untouched and still usable; fix the reported
native-installer error, then retry with lingtai-tui self-update. Do not
substitute brew update or brew upgrade in this migration flow. The migration
step itself never uninstalls, unlinks, or deletes the Homebrew
formula/keg — do not suggest brew uninstall as part of recovering from a
migration failure; a failed migration has nothing to clean up. A successful
binary update still requires a fresh process: quit and relaunch the TUI.
If /update-tui or a startup prompt reports the native install as ready but
the migration as not complete, this is not a failure to diagnose: install.sh
and every artifact check succeeded, but the resolved lingtai-tui on PATH is
still the Homebrew one — typically because Homebrew's bin dir (for example
/opt/homebrew/bin on Apple Silicon) comes before install.sh's default native
bin dir on PATH. This state is expected to repeat on every subsequent
interactive launch until the human answers "y" to the concrete
"Remove the old Homebrew installation now? [y/N]" prompt (default No, so a
declined or non-interactive launch leaves it pending), or reorders PATH so the
native bin dir resolves first. self-update and doctor only ever report
this state and the manual brew uninstall lingtai-ai/lingtai/lingtai-tui
command — they never prompt or uninstall. It does not re-run the installer on
each detection.
For source-build failures, separate Go module fetches from the portal's
npm ci/frontend build. On asset download failure the installer is designed to
fall back to a source build; record the release tag, OS/architecture, and the
first actionable error rather than retrying blindly. Never paste environment
dumps, tokens, or private paths into reports. Python import, venv, or kernel
errors are outside this skill; follow the kernel's system-manual
runtime/kernel update manual.