feat: execute WP7-02 independent model matrices
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 54s

This commit is contained in:
suyx
2026-08-04 16:01:31 +08:00
parent c2f89453a2
commit 470d243b5b
11 changed files with 811 additions and 142 deletions
@@ -15,9 +15,6 @@ internal static partial class ControlledExternalValidationLauncher
private static readonly HashSet<string> ValueOptions =
[
"--candidate-record",
"--config-manifest",
"--evidence-dir",
"--max-real-calls",
"--model",
"--run-id",
@@ -71,9 +68,6 @@ internal static partial class ControlledExternalValidationLauncher
|| !AllowedModels.Contains(values.GetValueOrDefault("--model") ?? string.Empty)
|| !SafeRunId().IsMatch(values.GetValueOrDefault("--run-id") ?? string.Empty)
|| values.GetValueOrDefault("--max-real-calls") != "120"
|| !values.ContainsKey("--candidate-record")
|| !values.ContainsKey("--config-manifest")
|| !values.ContainsKey("--evidence-dir")
|| !switches.SetEquals(SwitchOptions))
{
throw new ArgumentException("external_validator_argument_invalid");