What problem does it solve?
Update a repo that was previously set up with dev-stack when new artifacts, modules, or pipeline changes land in a newer CLI version. Use when the user says 'update dev-stack', 'sync dev-stack to the latest version', 'upgrade the pipeline', 'add a new dev-stack module', 'a new module was added to dev-stack', 'dev-stack has new artifacts I need', or 'my dev-stack is out of date'. Handles module version diffs, deprecated module migration (e.g. speckit → apm), new-default-module opt-in, conflict resolution, and safe rollback.
Core Features & Use Cases
- Synchronizes module versions and regenerates managed artifacts to reflect the current dev-stack CLI.
- Migrates deprecated modules (e.g., speckit to apm) and flags them for safe handling.
- Offers selective updates with --modules and creates rollback points before applying changes.
- Validates post-update status and ensures CI-friendly results.
Quick Start
Run dev-stack update in your repository to bring all modules and artifacts up to date while preserving stability via rollback.