What problem does it solve?
Updating, installing, or debugging the lingtai-tui and lingtai-portal Go binaries involves multiple install paths (native installer, Homebrew, source builds) and failure modes; this Skill routes each problem to the correct focused reference instead of guessing.
Core Features & Use Cases
- Install and Build Guidance: Covers the public install.sh installer, release assets, source fallback builds, and manual Go/Node builds for both binaries.
- Update Command Semantics: Documents /update-tui and lingtai-tui self-update behavior, including Homebrew-to-native migration, PATH resolution checks, and consent-gated Homebrew removal.
- Install-Method Detection and Diagnosis: Explains install.json-based detection, Homebrew/symlink/unknown classification, and triage steps for failed updates, builds, or migrations.
- Use Case: When /update-tui reports an unknown install method or a Homebrew migration stalls because /opt/homebrew/bin shadows the native binary on PATH, use this Skill to identify the exact state and the correct recovery command.
Quick Start
Ask the agent to diagnose why lingtai-tui still runs the old Homebrew binary after a successful native migration and what command resolves it.