feat: upgrade-command#68
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
devloop | 0cf71f9 | Commit Preview URL Branch Preview URL |
Jun 16 2026, 11:39 AM |
Owner
Author
Devloop Review Round 1
Review 1Verdict: ACCEPT Acceptance matrix
Full suite: Engineering quality matrix
Review flags
FindingsNone. Missing testsNone. Fix instructionsNone. Notes
|
Owner
Author
Devloop Final Report
Acceptance Matrix SummaryAcceptance matrix
Full suite: Engineering Quality SummaryEngineering quality matrix
Implementation Summary
Commit References
Tests Run
Residual Risk
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Devloop Upgrade Command
Generated by
devloop --create-pr.Problem
Updating an already installed Devloop currently requires remembering the uninstall script and rerunning the curl installer manually. This hurts maintainers and users whenever a new release is available, because the update path is outside the CLI they already use.
Outcome
Users can run
devloop upgradeto install the latest released Devloop. When a user opens the interactive Devloop entry point and a newer release exists, Devloop prompts once in that session to upgrade or skip before continuing.Acceptance Criteria
AC1:
devloop upgradeappears in plain help, TUI help, README command table, and command dispatch.AC2:
devloop upgradeinstalls a newer release through the existing remote installer behavior when fixture metadata reports a greater version.AC3:
devloop upgradeexits 0 without reinstalling when the latest fixture version equals the currentVERSION.AC4:
devloop upgradeexits nonzero with a clear error when the latest version cannot be resolved.AC5:
devloopwith no args prompts to upgrade before the menu when fixture metadata reports a greater version and stdin/stdout are TTYs.AC6:
devloop menuprompts to upgrade before the menu when fixture metadata reports a greater version and stdin/stdout are TTYs.AC7: Declining the automatic prompt continues to the normal interactive menu without changing the installed symlink.
AC8: Non-interactive commands and commands with explicit work do not run the automatic upgrade check.
AC9: The implementation has Bash test coverage in
scripts/devloop_test.shfor upgrade command success, already-current behavior, resolver failure, prompt accept, prompt decline, and prompt skip paths.AC10: The implementation preserves the existing remote installer checksum verification and skill installation behavior.
Review Trail
Review rounds and the final report are posted as PR comments below.
Latest commit: 0cf71f9