Skip to content

Update winui external plugin listing to v0.6.0 - #3000

Open
niels9001 wants to merge 1 commit into
github:mainfrom
niels9001:fix/winui-listing-update
Open

Update winui external plugin listing to v0.6.0#3000
niels9001 wants to merge 1 commit into
github:mainfrom
niels9001:fix/winui-listing-update

Conversation

@niels9001

Copy link
Copy Markdown
Contributor

Summary

Updates the existing winui entry in plugins/external.json (previously approved via #1686) to match the released microsoft/win-dev-skills v0.6.0 package.

  • Bumps �ersion from

- Bump version 0.3.0 -> 0.6.0 to match the released win-dev-skills package.
- Point source.path at the canonical Agent Plugins 1.0 package (plugins/winui/agent-plugin) instead of the legacy compatibility root, so the Copilot Customize tab installs the portable package.
- Pin source.ref/source.sha to the immutable v0.6.0 tag (commit 68ae65d) for reproducible installs.
- Regenerate .github/plugin/marketplace.json via npm run build.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings September 9, 2026 13:15
@github-actions github-actions Bot added external-plugin Public external plugin submission plugin PR touches plugins labels Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 0

✅ No matching risk patterns were detected in changed files.

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk ready-for-review Submission passed intake validation and is ready for maintainer review labels Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

✅ External plugin PR checks passed

  • Changed entries detected: 1
  • Workflow state label: ready-for-review
  • Status legend: ✅ pass · ⚠️ warning · 🛑 fail

Per-plugin quality summary

Plugin spec compliance (non-blocking) vally lint install smoke test version match ref/sha consistency canvas structure overall source tree
winui ✅ pass ✅ pass ✅ pass ✅ pass ✅ pass ⚪ not_run ✅ pass 68ae65d5c65ee87c3265a7f5abe3aaf97c7e6932

Gate output details

winui - spec compliance (✅ pass)

Agent Plugins v1.0.0 manifest checks passed for plugin.json.
winui - vally lint (✅ pass)

✅ winui-code-review (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ winui-design (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ winui-dev-workflow (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ winui-packaging (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ winui-session-report (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ winui-setup (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ winui-ui-testing (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
    
...output truncated...
winui - install smoke test (✅ pass)

Install smoke test succeeded. Verified /tmp/external-plugin-quality-NMR2uH/copilot-home/.copilot/installed-plugins/external-plugin-intake/winui/plugin.json.
winui - version match (pass)

- v0.6.0: matched version "0.6.0" at "plugins/winui/agent-plugin/plugin.json".
- 68ae65d5c65ee87c3265a7f5abe3aaf97c7e6932: matched version "0.6.0" at "plugins/winui/agent-plugin/plugin.json".
winui - ref/sha consistency (pass)

source.ref "v0.6.0" resolves to the same commit as source.sha "68ae65d5c65ee87c3265a7f5abe3aaf97c7e6932".
winui - canvas structure (not_run)

Canvas structure gate skipped because plugin is not tagged with "canvas".
- winui: spec=pass, vally-lint=pass, install-smoke=pass, version-match=pass, ref-sha-consistency=pass, canvas-structure=not_run, overall=pass

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

All reviewed metadata updates are consistent, with no unresolved issues.

Pull request overview

Updates the WinUI external plugin listing to the released v0.6.0 package.

Changes:

  • Updates the version and plugin path.
  • Pins the tag and immutable commit SHA.
  • Regenerates marketplace metadata.
File summaries
File Description
plugins/external.json Updates the canonical WinUI external plugin entry.
.github/plugin/marketplace.json Mirrors the updated generated entry.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-plugin Public external plugin submission needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk plugin PR touches plugins ready-for-review Submission passed intake validation and is ready for maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants