Manifest release record and per-release verification block — the manifest lacks release.installer path, size, and SHA-256 fields despite release notes already existing
Build and artifact verification evidence — build_verified/tests_verified/artifact_verified/release_verified are all false, with no logs/evidence folder present
A release checklist per DRS, with an appended per-version verification block
In-installer documentation delivery proof — docs/ inclusion in publish output and installer isn't recorded or verified
A release evidence bundle (release-evidence/v1.0.0/) with build.log, test.log, install-check.txt, filehash.txt
Perform a clean local build (pnpm build && cargo build via src-tauri) and record build.log in a release-evidence folder
Run the workflow smoke test (node scripts/workflow-smoke.mjs) and record the test runner name and test count in manifest.release.verified
Produce installer artifacts via tauri build, compute SHA-256 of the final artifacts, and update Structra.manifest.toml's release.installer fields and release.status
Install/launch/uninstall test on a target Windows x64 machine, recording window title and data-safety checks in a per-version verification block
Include docs/ and the release note inside the publish output, recording inclusion/verification in the manifest and evidence bundle