[codex] Add strategy plugin runtime contract#12
Merged
Conversation
8280dc4 to
7a2112f
Compare
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
quant_platform_kit.common.strategy_pluginsloader for sidecar plugin signal artifacts.modeso mode remains the artifact behavior contract.expected_mode, duplicate mounts, and execution controls shape.STRATEGY_PLUGIN_MOUNTS_JSONshape.Validation
git diff --checkruff check .PYTHONPATH=src python3 -m unittest tests.test_strategy_plugins -vRan 7 tests in 0.003s - OKPYTHONPATH=src /home/ubuntu/Projects/UsEquitySnapshotPipelines/.venv/bin/python -m unittest discover -s testsRan 122 tests in 3.053s - OKNote:
PYTHONPATH=src python3 -m unittest discover -s testson the system Python failed before using the shared venv because the local VPS Python environment is missing existing optional test deps (pandas,numpy). CI installs those dependencies explicitly.