gstack-upgrade
gstack-upgrade
Catalogue généré le 2026-05-11
En une phrase
Upgrade gstack to the latest version.
Quand l'utiliser
- Use when asked to "upgrade gstack", "update gstack", or "get latest version".
- Voice triggers (speech-to-text aliases): "upgrade the tools", "update the tools", "gee stack upgrade", "g stack upgrade".
Comment l'invoquer
- Slash command :
/gstack-upgrade(si exposé dans ton CLI) - Voice triggers : « upgrade the tools » · « update the tools » · « gee stack upgrade » · « g stack upgrade »
- Phrases déclencheurs : voir la description complète ci-dessous
- Auto-invocation : sur demande explicite
Description complète
Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade gstack", "update gstack", or "get latest version". Voice triggers (speech-to-text aliases): "upgrade the tools", "update the tools", "gee stack upgrade", "g stack upgrade".
Pour aller plus loin
/gstack-upgrade
Upgrade gstack to the latest version and show what's new.
Inline upgrade flow
This section is referenced by all skill preambles when they detect UPGRADE_AVAILABLE.
Step 1: Ask the user (or auto-upgrade)
First, check if auto-upgrade is enabled:
If AUTO_UPGRADE=true or AUTO_UPGRADE=1: Skip AskUserQuestion. Log "Auto-upgrading gstack v{old} → v{new}..." and proceed directly to Step 2. If ./setup fails during auto-upgrade, restore from backup (.bak directory) and warn the user: "Auto-upgrade failed — restored previous version. Run /gstack-upgrade manually to retry."
Otherwise, use AskUserQuestion:
- Question: "gstack v{new} is available (you're on v{old}). Upgrade now?"
- Options: ["Yes, upgrade now", "Always keep me up to date", "Not now", "Never ask again"]
If "Yes, upgrade now": Proceed to Step 2.
If "Always keep me up to date":
(extrait — voir le SKILL.md complet pour la suite)
Source
- Plugin :
gstack - Nom interne :
gstack-upgrade - Fichier :
/home/thymon/.claude/skills/gstack/gstack-upgrade/SKILL.md