You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tests): compute project root once in bootstrap
Address review feedback (Copilot) on the standalone bootstrap: the
project root was computed twice -- once inline for $buildScript and again
a few lines later for $projectRoot -- which is exactly the kind of
duplication that can drift. Hoist the single $projectRoot assignment
above the BHBuildOutput guard and derive $buildScript from it via
Join-Path, in Manifest.tests.ps1 (both blocks) and the tests/Unit/
Private and Public templates.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments