|
| 1 | +{ |
| 2 | + "schema_version": "aether.local-validation-evidence/v1", |
| 3 | + "report_id": "local-validation-20260910-example-change", |
| 4 | + "generated_at": "2026-09-10T12:04:00Z", |
| 5 | + "repository": { |
| 6 | + "id": "example/repository", |
| 7 | + "base_revision": "0123456789abcdef0123456789abcdef01234567", |
| 8 | + "candidate_revision": null, |
| 9 | + "worktree": "modified", |
| 10 | + "change_fingerprint": "sha256:0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" |
| 11 | + }, |
| 12 | + "policy": { |
| 13 | + "installation": "repository-locked", |
| 14 | + "remote_ci": "deferred", |
| 15 | + "unsafe_direct_action_execution": "disallowed", |
| 16 | + "commit_evidence": true |
| 17 | + }, |
| 18 | + "execution": { |
| 19 | + "profile": "best-effort", |
| 20 | + "started_at": "2026-09-10T12:00:00Z", |
| 21 | + "completed_at": "2026-09-10T12:04:00Z", |
| 22 | + "environment": { |
| 23 | + "kind": "hosted-workspace", |
| 24 | + "operating_system": "linux", |
| 25 | + "architecture": "x86_64", |
| 26 | + "containerized": true, |
| 27 | + "capabilities": [ |
| 28 | + { |
| 29 | + "id": "python", |
| 30 | + "state": "available", |
| 31 | + "version": "3.12.14", |
| 32 | + "evidence": "python3 --version exited 0", |
| 33 | + "limitations": [] |
| 34 | + }, |
| 35 | + { |
| 36 | + "id": "docker-engine-api", |
| 37 | + "state": "unavailable", |
| 38 | + "version": null, |
| 39 | + "evidence": "No usable Docker Engine endpoint was observed", |
| 40 | + "limitations": [ |
| 41 | + "Container-backed workflow emulation cannot run" |
| 42 | + ] |
| 43 | + } |
| 44 | + ] |
| 45 | + } |
| 46 | + }, |
| 47 | + "checks": [ |
| 48 | + { |
| 49 | + "id": "locked-setup", |
| 50 | + "title": "Install locked development dependencies", |
| 51 | + "kind": "setup", |
| 52 | + "command": "python3 -m pip install --requirement requirements-dev.lock", |
| 53 | + "requirement": "required", |
| 54 | + "applicability": "applicable", |
| 55 | + "availability": "available", |
| 56 | + "selection": "selected", |
| 57 | + "outcome": "passed", |
| 58 | + "exit_code": 0, |
| 59 | + "duration_ms": 1240, |
| 60 | + "reason": null, |
| 61 | + "evidence": [ |
| 62 | + "Repository-local virtual environment contains locked dependencies" |
| 63 | + ] |
| 64 | + }, |
| 65 | + { |
| 66 | + "id": "repository-tests", |
| 67 | + "title": "Run repository test suite", |
| 68 | + "kind": "test", |
| 69 | + "command": "./project test", |
| 70 | + "requirement": "required", |
| 71 | + "applicability": "applicable", |
| 72 | + "availability": "available", |
| 73 | + "selection": "selected", |
| 74 | + "outcome": "passed", |
| 75 | + "exit_code": 0, |
| 76 | + "duration_ms": 2410, |
| 77 | + "reason": null, |
| 78 | + "evidence": [ |
| 79 | + "148 deterministic tests passed" |
| 80 | + ] |
| 81 | + }, |
| 82 | + { |
| 83 | + "id": "act-workflow-emulation", |
| 84 | + "title": "Emulate pull-request workflow with act", |
| 85 | + "kind": "workflow-emulation", |
| 86 | + "command": null, |
| 87 | + "requirement": "optional", |
| 88 | + "applicability": "applicable", |
| 89 | + "availability": "unavailable", |
| 90 | + "selection": "not-selected", |
| 91 | + "outcome": "deferred", |
| 92 | + "exit_code": null, |
| 93 | + "duration_ms": null, |
| 94 | + "reason": "A usable Docker Engine API was not available", |
| 95 | + "evidence": [] |
| 96 | + } |
| 97 | + ], |
| 98 | + "remote_ci": { |
| 99 | + "state": "deferred", |
| 100 | + "reason": "Remote execution is outside the current delivery budget", |
| 101 | + "workflow_refs": [ |
| 102 | + ".github/workflows/validate.yml" |
| 103 | + ], |
| 104 | + "run_url": null, |
| 105 | + "observed_at": null |
| 106 | + }, |
| 107 | + "summary": { |
| 108 | + "local_readiness": "ready-with-limitations", |
| 109 | + "counts": { |
| 110 | + "total": 3, |
| 111 | + "passed": 2, |
| 112 | + "failed": 0, |
| 113 | + "blocked": 0, |
| 114 | + "deferred": 1, |
| 115 | + "skipped": 0, |
| 116 | + "not_run": 0 |
| 117 | + }, |
| 118 | + "residual_risks": [ |
| 119 | + "GitHub-hosted runner behavior remains unverified", |
| 120 | + "Container-backed workflow emulation did not run" |
| 121 | + ] |
| 122 | + }, |
| 123 | + "privacy": { |
| 124 | + "sensitivity": "public", |
| 125 | + "redactions": [], |
| 126 | + "excluded": [ |
| 127 | + "Environment-variable values", |
| 128 | + "Proxy and credential material" |
| 129 | + ] |
| 130 | + }, |
| 131 | + "extensions": {} |
| 132 | +} |
0 commit comments