ist-setup
The unified installer for IST.
Installation
# Run directly with npx (no install needed)
npx @anthropic-ist/setup
# Or install globally
npm install -g @anthropic-ist/setup
Commands
install
Install all IST components.
ist-setup install [options]
Options:
--skip-token- Skip GitLab token configuration--skip-kits- Skip installing skit packages-v, --verbose- Show detailed output
Example:
# Full installation
ist-setup install
# Skip kit installation
ist-setup install --skip-kits
check
Verify installation status.
ist-setup check [options]
Options:
--json- Output as JSON
Example:
ist-setup check
Output:
CLI Tools
------------------------------------------------------------
gitlab-install installed 0.5.8
ilogsession installed 0.1.0
imessenger installed 0.1.0
isesh installed 0.3.5
skit installed 0.1.2
Session Profiles
------------------------------------------------------------
tda-manager installed
tda-worker installed
mwd installed
All components installed and ready!
doctor
Diagnose and fix issues.
ist-setup doctor [options]
Options:
--fix- Automatically fix issues when possible
Example:
# Diagnose
ist-setup doctor
# Auto-fix
ist-setup doctor --fix
Detected Issues:
- Missing CLIs
- Invalid GitLab token
- Missing @ist scope
- Missing profiles
- Permission issues
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Installation failed |
| 2 | Prerequisites missing |