원클릭으로
upgrade-deps
// Upgrade dependencies and runtimes safely, run CI, and report higher-risk options.
// Upgrade dependencies and runtimes safely, run CI, and report higher-risk options.
Push the current content to obot-platform/discobot main, watch GitHub Actions with gh run watch, fix CI failures, and repeat until main CI passes.
Delegate a goal to a sub-agent and iterate until it is complete.
Use when building, changing, or reviewing Datastar UIs, signals, data-* attributes, backend actions, SSE responses, or Rocket components.
Analyze outstanding git changes and organize them into logical, well-structured commits. Use when the user wants to commit changes or organize their work into commits.
Run the autonomous release procedure: infer the next version when needed, verify upstream main and CI, create and push the tag, update GitHub release notes, and watch the release workflow to completion.
| name | upgrade-deps |
| description | Upgrade dependencies and runtimes safely, run CI, and report higher-risk options. |
| argument-hint | ["optional scope","e.g. \"frontend only\" or \"include runtimes\""] |
Run a dependency and runtime upgrade pass for this repository.
User scope or notes: $ARGUMENTS
Follow this workflow exactly:
Baseline and inventory
git status --short first and protect any pre-existing user changes.Discover available updates
go list -m -u in each relevant module/workspace.Auto-adopt only low-impact updates
Validate
/ci after low-impact changes are applied./ci until it passes or a clear blocker remains.Report and ask about higher-risk upgrades
Important constraints: