Skip to content

Harden one-command startup#21

Merged
temiroff merged 1 commit into
masterfrom
agent/harden-one-command-startup
Jul 17, 2026
Merged

Harden one-command startup#21
temiroff merged 1 commit into
masterfrom
agent/harden-one-command-startup

Conversation

@temiroff

Copy link
Copy Markdown
Owner

What changed

  • isolate Windows startup dependencies in the repository .venv, matching macOS/Linux
  • add bootstrap-only launcher mode and a Windows clean-bootstrap CI job
  • keep optional CUDA installation owned by the CUDA extension package
  • repair stale editable installs by checking that blacknode is importable
  • document clone-to-launch as the primary onboarding path
  • add launcher contract regression tests

Why

Blacknode already supported clone-and-launch onboarding, but Windows installed into the active global Python environment and the public walkthrough still required manual pip and npm commands. This change makes the one-command path isolated, testable, and accurately documented.

Validation

  • first isolated Windows bootstrap: 56.2 seconds
  • warm bootstrap: 2.6 seconds
  • backend and editor ready: 13.9 seconds, both HTTP 200
  • blacknode demo: passed (Hello World)
  • python -m pytest -q: 591 passed, 16 skipped, 45 subtests passed
  • npm run build: passed
  • PowerShell and shell syntax checks: passed
  • CI workflow YAML parse: passed

@temiroff
temiroff marked this pull request as ready for review July 17, 2026 15:48
@temiroff
temiroff merged commit 71723ad into master Jul 17, 2026
4 checks passed
@temiroff
temiroff deleted the agent/harden-one-command-startup branch July 17, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant