Skip to content

Commit 3d9409c

Browse files
committed
fix: retain release verification evidence
1 parent 8abcfaa commit 3d9409c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

evidence/local/2026-08-09-v0.1.51/manifest.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,24 @@
5151
"command": "AGENTNET_TEST_POSTGRES_URL='<fresh disposable PostgreSQL 18.4 DSN>' AGENTNET_TEST_POSTGRES_ALLOW_MUTATION=1 PYTHONDONTWRITEBYTECODE=1 UV_CACHE_DIR=/tmp/uv-cache uv run pytest -q tests/production/test_postgres_runtime.py",
5252
"result": "NOT RERUN FOR THIS CORRECTIVE DELTA: prior 93-pass PostgreSQL result binds predecessor 4e8ebd72d6b5e39550e438816abb1e2d30a5326a only; current same-commit server validation is required"
5353
},
54+
{
55+
"command": "PYTHONDONTWRITEBYTECODE=1 UV_CACHE_DIR=/tmp/uv-cache uv run python scripts/verify_release.py",
56+
"result": "PASS: release manifest verification"
57+
},
58+
{
59+
"command": "PYTHONDONTWRITEBYTECODE=1 UV_CACHE_DIR=/tmp/uv-cache uv run pytest -q tests/conformance/test_release_manifest.py",
60+
"result": "PASS: 27 passed"
61+
},
62+
{
63+
"command": "PYTHONDONTWRITEBYTECODE=1 UV_CACHE_DIR=/tmp/uv-cache uv run agentnet verify",
64+
"result": "PASS: 2296 passed and 22 expected platform/dedicated-PostgreSQL skips"
65+
},
5466
{
5567
"command": "npm run check",
5668
"result": "PASS: source plus generations 1 and 2 each reported 2296 passed and 22 expected platform/dedicated-PostgreSQL skips; exact-endpoint routing gate and packaged v0.1.45 user journey passed; excludes installed-live-inference, subprocess-lifecycle, and bake-off-evidence; two installed-harness pin failures remain non-green and were not rerun or waived"
5769
}
5870
],
59-
"evaluated_at": "2026-08-12T13:36:33Z",
71+
"evaluated_at": "2026-08-12T13:39:04Z",
6072
"execution_context": {
6173
"callback_incident": "Exact-commit GitHub workflow and server PostgreSQL results are included; no callback result is claimed",
6274
"local_retry_incident": "No retry is counted as evidence for this corrective tree. The final exact focused lane, broad lane, release verifier, release-manifest contract, recursive npm check, and source agentnet verify completed green with the recorded counts.",

0 commit comments

Comments
 (0)