Skip to content

fix: dep-update agent installs maui CLI and updates DevFlow skills#634

Merged
PureWeen merged 1 commit intomainfrom
fix/dep-update-maui-skill
Apr 19, 2026
Merged

fix: dep-update agent installs maui CLI and updates DevFlow skills#634
PureWeen merged 1 commit intomainfrom
fix/dep-update-maui-skill

Conversation

@PureWeen
Copy link
Copy Markdown
Owner

Fixes two gaps from the last runs:

  1. MauiDevFlow packages skipped — agent was confused about prerelease version ordering. Now uses jq '.versions[-1]' directly and compares strings.
  2. maui devflow update-skill never ran — agent didn't have the maui CLI. Now installs it via dotnet tool install inside the container and runs the skill update.

Also includes changed .claude/skills/maui-ai-debugging/ files in the commit.

- Agent queries DevFlow version from ADO feed directly (no pre-steps)
- Agent installs maui CLI via dotnet tool install inside container
- Agent runs 'maui devflow update-skill' to update skill files
- Clearer version comparison instructions for prerelease packages
- Include .claude/skills/ changes in the commit

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@PureWeen PureWeen merged commit 5785924 into main Apr 19, 2026
@PureWeen PureWeen deleted the fix/dep-update-maui-skill branch April 19, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant