Refactor oversized modules and preserve Python compatibility#37
Merged
yvette-carlisle merged 2 commits intomainfrom Apr 2, 2026
Merged
Refactor oversized modules and preserve Python compatibility#37yvette-carlisle merged 2 commits intomainfrom
yvette-carlisle merged 2 commits intomainfrom
Conversation
…"split oversized modules and preserve Python compatibility","intent":"modularize oversized Rust and Python surfaces without breaking existing entrypoints or helper imports","impact":"large Rust modules and Python scripts are split by responsibility while legacy tracked-plan and smoke-runner APIs remain available from their root modules","breaking":false,"risk":"low","authority":"linear","delivery_mode":"status-only","refs":[]}
…y":"clear review and CI regressions after module split","intent":"restore split-module compile, style, and entrypoint stability on the PR branch","impact":"removes unused Python imports and normalizes Rust split-module imports so the branch passes repo checks","breaking":false,"risk":"low","authority":"linear","delivery_mode":"status-only","refs":[{"system":"github","repo":"hack-ink/maestro","number":37,"role":"mirror"}]}
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
orchestrator,state,agent::app_server, andagent::tracker_tool_bridgeinto responsibility-focused submodulesTesting
cargo make fmtcargo make lint-fixcargo make checkspython3 dev/research/run_smoke.pypython3 -m dev.research.run_smokepython3 .codex/plugins/plan/scripts/validate_tracked_plan.py --helppython3 .codex/plugins/plan/scripts/read_execution_surface.py --helppython3 .codex/plugins/plan/scripts/validate_execution_surface.py --help