telosieve 0.2.0-rc.4

Read-only infrastructure instruction evaluation that refuses when trusted evidence cannot agree
Documentation
{
  "schema_version": "telosieve.evaluation-candidate-test-plan/v1",
  "execution_context": "source-checkout-at-bundle-source-commit",
  "coverage_contract": {
    "command": "python3 scripts/validate-adversarial-coverage.py",
    "registry": "evaluation/adversarial-coverage.json",
    "retained_result": "results/adversarial-coverage-validation.json"
  },
  "load_qualification": {
    "command": "python3 scripts/run-sustained-adversarial-load.py",
    "retained_result": "results/sustained-adversarial-load.json"
  },
  "tests": [
    {
      "configuration_schema": "telosieve.evaluation-config/v4",
      "mode": "kubernetes-shadow",
      "command": "telosieve evaluate evaluation/config.example.json",
      "expected_target_mutated": false,
      "expected_observation_quorum_required": true,
      "expected_certificate_schema": "telosieve.certificate/v9"
    },
    {
      "configuration_schema": "telosieve.evaluation-config/v5",
      "mode": "kubernetes-live",
      "command": "python3 scripts/run-kubernetes-real-cluster.py",
      "expected_target_mutated": false,
      "expected_observation_quorum_required": true,
      "expected_certificate_schema": "telosieve.certificate/v9"
    },
    {
      "configuration_schema": "telosieve.evaluation-config/v6",
      "mode": "opentofu-plan",
      "command": "python3 scripts/run-opentofu-plan.py",
      "expected_target_mutated": false,
      "expected_observation_quorum_required": true,
      "expected_certificate_schema": "telosieve.certificate/v10"
    },
    {
      "configuration_schema": "telosieve.evaluation-config/v7",
      "mode": "external-read-only",
      "command": "python3 scripts/run-redis-integration.py && python3 scripts/run-postgresql-integration.py && python3 scripts/run-http-json-integration.py",
      "expected_target_mutated": false,
      "expected_observation_quorum_required": true,
      "expected_certificate_schema": "telosieve.certificate/v11"
    }
  ]
}