From 7f496c79d0ced5e164ae391cbb72343da6a735b1 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Wed, 16 Sep 2026 12:00:53 -0300 Subject: [PATCH] =?UTF-8?q?fix(ci):=20drain=20three=20base=20reds=20blocki?= =?UTF-8?q?ng=20every=20PR=20=E2=80=94=20generated=20SKILL.md,=20stryker?= =?UTF-8?q?=20registry,=20env/docs=20contract=20(#13834)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(skills): regenerate omni-settings SKILL.md for the egress-observation endpoint * fix(ci): register provider-401-ambiguous-runtime test in stryker tap.testFiles * fix(ci): drain current base drift — regenerate cli-mcp SKILL.md, register 4 stryker tests * fix(ci): document OMNIROUTE_CLOUD_SYNC_ENFORCE_SIGNATURE and CDP_PROXY_TOKEN (env/docs contract) --- skills/cli-mcp/SKILL.md | 20 ++++++++++++++++++++ stryker.conf.json | 7 ++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/skills/cli-mcp/SKILL.md b/skills/cli-mcp/SKILL.md index 8068fa5dde..5bc6a9a720 100644 --- a/skills/cli-mcp/SKILL.md +++ b/skills/cli-mcp/SKILL.md @@ -49,6 +49,26 @@ Restart the MCP server omniroute mcp restart ``` +### `mcp enable` + +**Flags:** + +- `--transport ` + +**Example:** + +```bash +omniroute mcp enable +``` + +### `mcp disable` + +**Example:** + +```bash +omniroute mcp disable +``` + ### `mcp call [argsJson]` **Flags:** diff --git a/stryker.conf.json b/stryker.conf.json index 59aee89849..372f473b37 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -317,6 +317,10 @@ "tests/unit/noauth-autocombo-lockout-7623.test.ts", "tests/unit/noauth-model-lockout.test.ts", "tests/unit/provider-401-ambiguous-runtime.test.ts", + "tests/unit/agnes-cn-provider.test.ts", + "tests/unit/mcp-restart-route-13012.test.ts", + "tests/unit/antigravityUpstreamError.test.ts", + "tests/unit/issue-13089-roundrobin-live-ws-events.test.ts", "tests/unit/ollama-404-model-lockout-11071.test.ts", "tests/unit/non-streaming-client-translate.test.ts", "tests/unit/non-streaming-provider-leg.test.ts", @@ -464,7 +468,8 @@ "tests/unit/guardrails/visionBridgeRouter.test.ts", "tests/unit/issue-11912-opencode-roundrobin-collapse.test.ts", "tests/unit/opencode-400-model-unavailable.test.ts", - "tests/unit/strong-credential-token-linear-scan.test.ts" + "tests/unit/strong-credential-token-linear-scan.test.ts", + "tests/unit/provider-401-ambiguous-runtime.test.ts" ], "nodeArgs": [ "--import",