Skip to content

Consistency review: devbox customizations audit (no code changes)#1

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/check-devbox-customizations
Draft

Consistency review: devbox customizations audit (no code changes)#1
Copilot wants to merge 1 commit intomainfrom
copilot/check-devbox-customizations

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 21, 2026

Audit of the devbox customization tasks and image definitions to surface inconsistencies before any remediation work.

Findings

  • win11-devbox-default description vs. task list — description claims "Dev Drive" support but neither create-devdrive-vhd nor configure-devdrive is included; win11-devbox-developer has both
  • README vs. create-devdrive-vhd — README states "does not create a VHDX"; create-devdrive-vhd/install.ps1 creates a 60 GB expandable VHD via diskpart and mounts it as R:
  • Redundant Dev Drive steps in win11-devbox-developercreate-devdrive-vhd mounts R: first; configure-devdrive detects R: already exists and exits immediately — dead code in this combination
  • Script namingcreate-devdrive-vhd uses install.ps1; both other non-install tasks use configure.ps1

What is consistent

All task.yaml files are internally valid — $schema, name, runs.using, and runs.script match their actual scripts on disk.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Check coherence of devbox customizations Consistency review: devbox customizations audit (no code changes) Feb 21, 2026
Copilot AI requested a review from Rothgnaar February 21, 2026 09:40
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.

2 participants