feat/core runtime updates - #189
Open
gknapp1 wants to merge 5 commits into
Open
Conversation
1 task
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
First stacked PR from the #179 split. This isolates the non-thesis runtime work: Peregrine synonym expansion, portable configured-case paths, Docker run config support, and containerized
deer/creep_timeseries_regionexecution.These small changes are bundled to provide the context of the updates--getting the Deer module working with containerized executable environments.
Related issues
Details
This PR extracts the runtime-focused changes that touch shared infrastructure and Deer execution behavior.
It adds portable configured-case handling by relativizing runtime-local paths during
myna configand resolving them again during load. It also expands configured layer-range syntax into explicit layer lists at input-load time.It extends
MynaAppDocker execution so step configs can supply a YAML or JSON file ofdocker.containers.run(...)kwargs via--docker-config. The shared subprocess launch path was also cleaned up so sourced environments chain with&&, and Docker commands are invoked throughbash -lc.On top of that runtime plumbing, this PR adds Deer container support and updates
creep_timeseries_regionto stage and discover the case mesh more robustly before execution.Impact
This changes shared workflow/runtime behavior and Deer execution behavior, so the impact is functional and cross-cutting but still bounded to well-defined extension points.
Risk level: Medium. The changes touch shared input loading and subprocess/Docker launch paths, but they are covered by focused regression tests and isolated to existing runtime hooks.
Architecture/docs: no update needed - this extends existing workflow path handling, Docker launch plumbing, and Deer app behavior without changing subsystem boundaries.
Testing strategy
Commit hooks passed during commit creation.
Covered by focused tests in CI-relevant areas:
tests/test_load_input_paths.pytests/test_configure.pytests/test_app_argument_parsing.pytests/test_deer_creep_timeseries_region_app_behavior.pyStack context:
origin/mainstack/core-runtimeChecklist
ARCHITECTURE.mdand/ordeveloper docs where needed, or explained why not.