framework-update

Synchronize CataForge package, scaffold, deployment artifacts, and bootstrap state.

133|9|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/lync-cyber/CataForge --skill framework-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-update
Source: https://github.com/lync-cyber/CataForge/tree/main/.cataforge/skills/framework-update
Command: npx skills add https://github.com/lync-cyber/CataForge --skill framework-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill keeps a CataForge project aligned across the installed package, the local scaffold, deployed IDE artifacts, and project initialization state, so upgrades and refreshes do not drift or break the workflow.

Core Features & Use Cases

  • Version Drift Detection: Compares installed package version against scaffold version and reports whether the project is current.
  • Safe Apply Workflow: Upgrades the package when needed, refreshes scaffold files, deploys IDE outputs, runs doctor checks, and records upgrade state.
  • Project Bootstrap and Recovery: Initializes a new project or resumes an existing one by handing off to the orchestrator and restoring execution environment details.
  • Migration Guidance: Summarizes version-specific update highlights and manual migration actions after scaffold refresh.

Quick Start

Ask the assistant to check the current CataForge framework state and apply a safe upgrade and refresh if versions differ.

Frequently Asked Questions about framework-update

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

FAQPage Schema
How do I sync CataForge scaffold upgrades with the installed package version?

To sync CataForge upgrades, the workflow compares the installed package version against the scaffold version, applies conditional package upgrades, refreshes scaffold files, and deploys IDE artifacts to prevent version drift.

What is the best way to upgrade a CataForge project without breaking the deployment workflow?

A safe upgrade workflow refreshes CataForge scaffold files, applies package upgrades conditionally, runs doctor validation checks, and records state bookkeeping to ensure deployments do not break during framework updates.

How does CataForge framework version drift detection work?

Version drift detection works by comparing the installed CataForge package version against the local scaffold version, reporting whether the project is current, and triggering a safe apply workflow if versions differ.

Can I initialize a new CataForge project or resume an existing one after a scaffold refresh?

Yes, project bootstrap and recovery initializes a new CataForge project or resumes an existing one by handing off to the orchestrator and restoring execution environment details after scaffold deployment.

How do I get migration notes and manual actions after a CataForge framework update?

Migration guidance summarizes version-specific update highlights and reports manual migration actions automatically after the scaffold refresh and doctor validation steps complete during the upgrade workflow.