Add workspace preparation and development startup - #20
Merged
Merged
Conversation
Use project package scripts and explicit workspace startup while preserving standard image commands. Include Corepack in development images and keep user-installed tools visible in login shells.
Resolve Corepack at image build time instead of maintaining a fixed tooling version. Project packageManager settings continue to select Yarn and pnpm versions.
csandanov
marked this pull request as ready for review
September 23, 2026 12:27
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.
Development images need to prepare a repository and start its development server when used with a persistent workspace. Add
workspace-node prepare|start, with npm/Yarn/pnpm dependency installation and project-owned dev/start scripts. An explicitWODBY_WORKSPACE_COMMANDcan override startup. Standard startup still uses the image command.Install
corepack@latestat image build time in development images and expose tools installed under the user's home to login shells. Derived application images inherit this behavior without needing their own SSH implementation.Validation
A local ARM64 candidate based on the published development image passed dependency preparation (including development dependencies), command selection, explicit command override, missing-script failure, unchanged standard startup, SSH login, login-shell tool discovery, and rejection of an unrelated SSH key. Codex 0.156.1 and Claude Code 2.1.280 binaries started through SSH; Codex app-server initialization passed. Claude Remote Control correctly required account login.
Installing
corepack@latestand running it also passed in the local Node development candidate (resolved version 0.36.0).Full image build matrix and authenticated agent sessions remain release checks. No release tag is included.