feat: Run doist-os setup script from Windows bootstrap#1
Merged
scottlovegrove merged 2 commits intomainfrom Apr 3, 2026
Merged
feat: Run doist-os setup script from Windows bootstrap#1scottlovegrove merged 2 commits intomainfrom
scottlovegrove merged 2 commits intomainfrom
Conversation
The Windows bootstrap now calls scripts/setup.ps1 from the cloned doist-os repo after cloning, matching the macOS bootstrap behavior. Previously it just printed a message saying Windows setup was not implemented. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
doistbot
reviewed
Apr 3, 2026
Member
doistbot
left a comment
There was a problem hiding this comment.
This PR nicely aligns the Windows bootstrap process with macOS by automatically invoking the setup script after cloning and cleaning up outdated manual guidance. These changes will help streamline the onboarding experience for Windows users by centralizing the setup logic. A couple of minor adjustments are noted to ensure the setup script executes reliably from the repository root and to clean up a newly orphaned guidance function.
Address review feedback: - Push-Location into the repo root before running the setup script, matching the macOS bootstrap behavior (cd into $TARGET_DIR) - Remove orphaned Print-AgentAppGuidance function (now handled by the doist-os setup script) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/setup.ps1from the cloned doist-os repo after cloning, matching the macOS bootstrap behaviorTest plan
scripts/setup.ps1scripts/setup.ps1is missing or exits non-zero🤖 Generated with Claude Code