gstack-upgrade

Upgrade gstack to the latest version and summarize CHANGELOG changes.

Updated Apr 6, 2025
One-click install
npx skills add https://github.com/yolopunk/jedi --skill gstack-upgrade-yolopunk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/yolopunk/jedi/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/yolopunk/jedi --skill gstack-upgrade-yolopunk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill upgrades gstack to the latest version, detects install type, coordinates safe upgrade flows, and surfaces new changes to keep your environment current.

Core Features & Use Cases

  • Detect install type (global-git, local-git, vendored, or vendored-global) and choose the correct upgrade path.
  • Perform upgrade with automated rollback safeguards, and optionally sync local vendored copies.
  • Read CHANGELOG.md to summarize user-facing changes and guide the next steps after upgrade.

Quick Start

Run /gstack-upgrade to automatically check for updates and upgrade gstack to the latest version.

Frequently Asked Questions about gstack-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade gstack to the latest version?

To upgrade gstack, run the upgrade command to automatically detect your install type and execute the appropriate update flow. It handles global git, local git, and vendored installations seamlessly while applying rollback safeguards.

How does gstack install detection work for vendored copies?

Install detection identifies whether your setup is vendored or vendored-global by checking your environment configuration. The upgrade process then targets the detected installation type and optionally synchronizes local vendored copies to the latest version.

Can I see what changed after a gstack version upgrade?

Yes, you can see what changed after a gstack version upgrade because the process reads the CHANGELOG file. It automatically summarizes user-facing changes between your previous version and the new release to guide your next steps.

What is the best way to automate version updates for a vendored gstack installation?

The best way to automate version updates for a vendored gstack installation is using the dedicated upgrade flow. It detects the vendored-global setup, updates the core files, and optionally synchronizes local vendored copies with rollback safeguards.

Does the gstack upgrade process include rollback safeguards?

Yes, the gstack upgrade process includes automated rollback safeguards. If the version upgrade encounters issues during the install detection or update flow, the system coordinates a safe rollback to maintain environment stability.