Update: externalize middleware smoke orchestration#16
Merged
SI-RUI-ZHANG merged 1 commit intomainfrom Mar 12, 2026
Merged
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.
原问题
mode-io-middleware still owned a large repo-local smoke orchestration surface, including shell runners, tap proxy helpers, dedicated smoke tests, and a separate live-smoke workflow. That made the product repo carry operator-smoke infrastructure instead of treating middleware itself as the system under test.
本次修复
Removed the repo-owned smoke orchestration scripts and the dedicated live smoke workflow.
Moved the reusable controller attach and opencode route coverage into normal integration tests.
Kept packaged/release validation in-repo, but updated docs and readiness messaging so operator smoke is owned by the external middleware-api-smoke workflow skill.
Adjusted CI to stop running or uploading the removed offline smoke path.
Changed files
.github/workflows/ci.yml
.github/workflows/live-smoke.yml
ARCHITECTURE.md
CONTRIBUTING.md
QUICKSTART.md
README.md
modeio_middleware/cli/harness_adapters/claude.py
scripts/smoke_agent_matrix.py
scripts/smoke_e2e.sh
scripts/smoke_matrix/init.py
scripts/smoke_matrix/agents.py
scripts/smoke_matrix/common.py
scripts/smoke_matrix/models.py
scripts/smoke_matrix/openclaw_family.py
scripts/smoke_matrix/outcome.py
scripts/smoke_matrix/runner.py
scripts/smoke_matrix/runtime.py
scripts/smoke_matrix/sandbox.py
scripts/upstream_tap_proxy.py
tests/README.md
tests/integration/test_controller_attachment_flows.py
tests/integration/test_opencode_gateway_flow.py
tests/integration/test_protocol_example_plugin.py
tests/smoke/init.py
tests/smoke/test_smoke_agent_matrix_support.py
tests/unit/test_upstream_tap_proxy.py
Reviewer: @SI-RUI-ZHANG