ginee-update

Update the installed ginee framework to a release or named ref.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kostiantyn-matsebora/ginee --skill ginee-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ginee-update
Source: https://github.com/kostiantyn-matsebora/ginee/tree/main/core/skills/ginee-update
Command: npx skills add https://github.com/kostiantyn-matsebora/ginee --skill ginee-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update the installed ginee framework in place to a release or named ref. Triggers — 'update ginee'; 'upgrade the framework'; 'pull the latest ginee'; 'bump ginee to v<X>'; 'update to ref <branch|sha>'; also session-start name check finding new upstream release.

Core Features & Use Cases

  • Upgrades to the latest release via upstream releases, or pins to a specific tag, branch, or commit.
  • Validates downgrade attempts, coordinates installer fetch, and surfaces migration checks to ensure safe updates.
  • Handles non-release refs gracefully with clear messaging and user prompts.

Quick Start

Upgrade the framework by running ginee-update to the latest release or pinning it to a named tag or ref.

Frequently Asked Questions about ginee-update

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

FAQPage Schema
How do I update the ginee framework to a specific version or branch?

Yes, you can upgrade ginee using a specific commit SHA. The tool accepts tag, branch, or SHA inputs, fetches the corresponding installer from upstream, and prompts you for confirmation before applying the changes.

What happens if I try to downgrade the ginee framework to an older release?

Downgrade attempts for the ginee framework are validated to prevent unsafe version drops. The tool surfaces a detailed plan with rollback notes and prompts for confirmation before proceeding with any potentially destructive changes.

Can I automate ginee framework upgrades without manual confirmation?

Ginee upgrades require user confirmation before applying changes to ensure safety. The tool coordinates migration checks and surfaces a detailed plan with rollback notes, requiring your approval prior to modifying the installed framework.

Does the ginee update process include migration checks for framework version changes?

Yes, ginee update coordination includes migration checks to ensure safe framework updates. The process validates downgrades, fetches upstream installers, and prompts for confirmation to safely manage version transitions.

How do I pull the latest ginee framework release during a session?

To pull the latest ginee release, the tool checks upstream releases and can trigger on session-start name detection. It fetches the newest installer, runs migration checks, and prompts you before updating.