Conversation
Operator-facing onboarding docs derived from a live Windows install (Maranda call friction report). Closes the Windows-specific gaps the Mac-centric SKOOL-INSTALL.md does not cover: - Pre-call checklist: account list, Claude tier guidance ($100/$200, personal sub not API), local-admin-rights requirement, 24/7 always-on. - Windows guide: the PATH-refresh gotcha, Node + Git install, VS C++ build tools via winget (NOT deprecated windows-build-tools), Developer PowerShell step, the one-line installer, ASCENDOPS_DIR for manual clones, Telegram phone-then-desktop order, sleep/lid power settings. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
noogalabs
added a commit
that referenced
this pull request
Jun 14, 2026
…concile fork-origin onto post-rename repo name (#3) Reconciles the field-proven Windows installer fix (PR #1, fix/windows-install-mjs, which got Foothills PM running) onto current main, and adds the Windows guide (PR #2, docs/windows-install-guide). install.mjs: - Replace the dead `npm install -g windows-build-tools` path (package deprecated/ removed) with vswhere DETECTION + `winget install Microsoft.VisualStudio.2022. BuildTools` install. vswhere finds the toolset even when cl.exe isn't on PATH (the false "build tools missing" failure mid-install). - Drop the redundant `cl.exe /?` probe; keep `where cl.exe` + vswhere fallback. - Update the final C++-error hint (was L613) to the winget command. - Adopt PR #1's richer isCanonicalOrigin / isForkOrigin fork-migration logic, reconciled to the POST-RENAME canonical name noogalabs/ascendops (PR #1 was authored pre-rename and referenced noogalabs/ascendops-install). Guides (WINDOWS-INSTALL.md, PRE-CALL-CHECKLIST.md): install URLs updated to the canonical noogalabs/ascendops name. Mac and Linux code paths are byte-untouched (verified: outside the Windows build-tools hunk and the fork-origin hunk, the file is identical to main). node --check passes. Co-authored-by: David Hunter <davidhunter@Davids-Mac-mini.local> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
…uired Adds a callout after the Git install step explaining that Git for Windows ships Git Bash, which the framework uses to run the agent shell scripts, so WSL is not needed (only an optional alternative). Preempts the common "Windows needs WSL" assumption for POSIX bash scripts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The guide referenced the pre-rename ascendops-install name in the step-6 install commands and the ASCENDOPS_DIR path example. The redirect still resolves (raw URL 200s), but a member-facing guide should match the canonical name the README was already aligned to. No functional change. Co-Authored-By: Claude Opus 4.8 <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.
DRAFT — HOLD MERGE, review-gated to David. Overnight sprint item #1.
Two operator-facing onboarding docs derived from the live Windows install friction report:
ASCENDOPS_DIRfor manual clones, Telegram phone-then-desktop order, sleep/lid power settings.Complements the Mac-centric SKOOL-INSTALL.md (no overlap). Leak-gate clean (0 markers).
🤖 Generated with Claude Code