Move all PowerShell scripts to organized platform-specific directory.
Tasks:
Acceptance Criteria:
- All PowerShell scripts moved to new location
- Execute permissions preserved
- Scripts function correctly from new location
Dependencies: Create tools/ directory structure
Estimate: 2 story points
Move all PowerShell scripts to organized platform-specific directory.
Tasks:
scripts/Common.ps1→tools/scripts/powershell/Common.ps1scripts/Generate-ConfigExample.ps1→tools/scripts/powershell/Generate-ConfigExample.ps1scripts/Invoke-PioBuild.ps1→tools/scripts/powershell/Invoke-PioBuild.ps1scripts/Join-UpstreamChanges.ps1→tools/scripts/powershell/Join-UpstreamChanges.ps1scripts/Run-ExampleConfigBuilds.ps1→tools/scripts/powershell/Run-ExampleConfigBuilds.ps1scripts/Update-ConfigExampleChanges.ps1→tools/scripts/powershell/Update-ConfigExampleChanges.ps1scripts/Update-ConfigExamples.ps1→tools/scripts/powershell/Update-ConfigExamples.ps1scripts/build-incl/→tools/scripts/powershell/build-incl/Acceptance Criteria:
Dependencies: Create tools/ directory structure
Estimate: 2 story points