Conversation
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
Hardens the LDS execution surfaces around one shared container/domain execution substrate.
Shared execution layer
Adds
lib/execution.shto centralize:lds clilds cliis now the dependable low-level service/container executor:Changes:
$*;-t;lds corelds coreremains domain/application aware but delegates Docker mechanics:domain-which;/app;/app->/fallback;Adjacent execution surfaces
lds stack exec/lds execuse the same resolver/TTY/argv helpers while remaining service-only;lds tools shuses the common shell helper;lds tools execis argv-preserving;lds tools shell-exec '<expression>';lds uiuses the common interactive argv path.CLI routing and UX
cmd_$cmdpublication with an explicit public built-in command router;bin/tool-runner;docs/reference/cli.rstto clearly distinguishcore,cli,stack exec, andtools.Regression coverage
Adds a dedicated execution-surface contract covering:
CI also retains Linux, Windows bridge, Compose, networking, permission, wrapper, runtime, docs, Graphify, LLM, and published-image contracts.
Cleanup
The completed Core/CLI plan has been removed. No LocalDevStack plan files remain under
docs/plans.Validation
Final check run: #1045 — green
The branch is based on current
main, is 18 commits ahead / 0 behind, has no review-thread blockers, and is mergeable.