feat(web-probe): add semantic YAML origins

This commit is contained in:
Codex
2026-07-10 12:37:13 +02:00
parent 2d4c1a5ffa
commit 2c47fd6528
18 changed files with 545 additions and 48 deletions
@@ -131,9 +131,13 @@ test("web-probe command governance distinguishes ad-hoc scripts from repo-owned
node: "D601",
lane: "v03",
url: "https://hwlab.example.test",
originName: "public" as const,
originMode: "public" as const,
originConfigPath: "config/hwlab-node-lanes.yaml#webProbe.origins.public",
timeoutMs: 30000,
viewport: "1920x1080",
browserProxyMode: "auto" as const,
browserProxyModeSource: "yaml-origin" as const,
commandTimeoutSeconds: 60,
scriptText: "return { ok: true };",
scriptSource: {