Windows native port (PowerShell installer + patched hooks + Task Scheduler)#6
Open
HamoudeFakhoury01 wants to merge 1 commit into
Open
Windows native port (PowerShell installer + patched hooks + Task Scheduler)#6HamoudeFakhoury01 wants to merge 1 commit into
HamoudeFakhoury01 wants to merge 1 commit into
Conversation
…tasks - install.ps1 : idempotent, non-destructive PowerShell installer - hooks patched for Windows (utf-8 encoding, tempfile, strftime, Path.home) - scheduled tasks via wscript launchers (avoids 0xC000013A CTRL_C in autonomous/locked sessions; S4U blocked on Windows Home) - gbq/gbrain .cmd wrappers (bun link shim broken on Windows) - gbrain-nightly.ps1, set-ze-key.ps1, CLAUDE.global.windows.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c5739eb to
02db85c
Compare
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.
Windows-native port of brain-in-a-box (was macOS-only).
What it adds (new
windows/folder):install.ps1- idempotent, non-destructive PowerShell installer (port of install.sh)encoding=utf-8(cp1252 UnicodeDecodeError),tempfileinstead of/tmp,%Y-%m-%dinstead of%F/%Tstrftime,Path.home()instead of__HOME__0xC000013A(CTRL_C) failures of console apps in autonomous/locked Task Scheduler sessions. S4U logon avoided (Access Denied on Windows Home).gbq/gbrain.cmdwrappers (bun linkshim is broken on Windows)gbrain-nightly.ps1,set-ze-key.ps1(masked key entry),CLAUDE.global.windows.mdVerified: parse-checked, reviewed (multi-agent), idempotency tested on a real Windows 11 machine; scheduled task validated in a true locked-session run.
ASCII-only
.ps1(PowerShell 5.1 reads UTF-8-without-BOM as cp1252).🤖 Generated with Claude Code