gstack-upgrade

Detect gstack install type and upgrade to the latest release.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/OmerFarukOruc/symphony-orchestrator --skill gstack-upgrade-omerfarukoruc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/OmerFarukOruc/symphony-orchestrator/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/OmerFarukOruc/symphony-orchestrator --skill gstack-upgrade-omerfarukoruc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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".

Core Features & Use Cases

  • Detects install type (global, local, vendored) and upgrades the correct copy.
  • Shows a changelog of what's new post-upgrade.
  • Supports standalone and preamble-driven invocation, with auto-upgrade options.

Quick Start

Run /gstack-upgrade to start the upgrade workflow.

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 safely?

You can automate the gstack upgrade by triggering the workflow, which detects your installation type, fetches and resets to origin/main, runs the setup, and reports the changes post-upgrade to ensure a safe version update.

How does gstack handle version management for global and local installations?

gstack version management detects whether your installation is global, local, or vendored, applying updates to the correct copy by fetching origin/main and running setup to synchronize the targeted environment.

Can I update a vendored copy of gstack without breaking the sync?

Yes, updating a vendored copy of gstack triggers a specialized vendored sync process that fetches origin/main and runs setup, ensuring your local vendored dependencies remain aligned with the latest release.

What is the best way to see what's new after a gstack version upgrade?

The best way to see what's new after a gstack upgrade is to review the automatically generated changelog, which reports the applied changes and updates fetched from origin/main during the version management process.

Does the gstack upgrade workflow support standalone and preamble-driven invocation?

Yes, the gstack upgrade workflow supports both standalone and preamble-driven invocation, allowing you to trigger automated installation detection and updates directly or integrated within a larger DevOps automation sequence.