Prep for new machine setup#23
Merged
Merged
Conversation
- Switch from Node 25.8.0 to Node 22 LTS across .nvmrc, package.json, and CI workflows - Derive dispatchBinDir from __dirname instead of cwd; remove DISPATCH_BIN_DIR env var - Default media storage to ~/.dispatch/media/ instead of /tmp/dispatch-media/ - Add database connection retry loop (15 attempts) for boot-order resilience - Add new machine setup guide (docs/12-new-machine-setup.md) - Add TODO.md for deferred items (auth enforcement, launchctl modernization, log rotation) - Add temp file guidance to CLAUDE.md and AGENTS.md; clean up .gitignore - Remove stale screenshots and tmp scripts from repo root Co-Authored-By: Claude Opus 4.6 <[email protected]>
bin/preflight checks for all required (git, nvm, node, docker, tmux) and optional (gh, claude, xcode, tailscale) dependencies, reporting what's missing with install instructions. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Add a copy-paste prompt for kicking off setup via a Claude agent. Remove stale friction points section (issues are resolved or in TODO.md). Fix outdated references to DISPATCH_BIN_DIR and Node 25. Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
dispatchBinDirfrom__dirnameinstead of fragilecwdfallback; removeDISPATCH_BIN_DIRenv var~/.dispatch/media/instead of/tmp/dispatch-media/(survives reboots)docs/12-new-machine-setup.md— full setup guide for a fresh MacTODO.mdtracking deferred items (auth enforcement, launchctl modernization, log rotation).gitignorefor image filesTest plan
install-launchdon target machinedispatch-deploy --latestafter install🤖 Generated with Claude Code