feat(dx): develop openshell in openshell#1588
Draft
drew wants to merge 1 commit into
Draft
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
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
Add a
scripts/devshellworkflow for creating or reconnecting to a VM-backed OpenShell development sandbox. The devshell now uses Providers v2 profiles for GitHub, Codex, Claude, and development toolchain egress instead of a default policy YAML.Related Issue
N/A
Changes
scripts/devshellto import Providers v2 profiles, ensure provider records, attach the toolchain provider, and bootstrap a GitHub checkout inside the sandbox./usr/local/share/openshell/mise, which works with the default sandbox filesystem policy.Testing
bash -n scripts/devshellbash -n deploy/docker/devshell-bootstrap.shshellcheck scripts/devshell deploy/docker/devshell-bootstrap.sh tasks/scripts/docker-build-ci.shgit diff --check./scripts/bin/openshell provider profile lint --from scripts/devshell.profilesghcr.io/nvidia/openshell-community/sandboxes/base:latestmise run python:protomise run pre-commitChecklist
Notes
mise run testinside the nested OpenShell sandbox still needs a core decision for the nested seccomp test behavior. This PR wires up the devshell path and removes the default custom policy YAML from that workflow.