The verify workflow can report all checks passed and ready for archive when an input was skipped or unavailable. In custom schemas, a tracked task glob can also include files owned by an artifact whose ID is not tasks, so missing or unreadable task evidence must not become a clean result.
Expected: report each skipped or unavailable check as Not verified with its reason; retain readable partial task evidence, never claim all_done from incomplete evidence, and keep verification advisory rather than changing archive gates.
Existing fix and regression coverage: #1732.
The verify workflow can report all checks passed and ready for archive when an input was skipped or unavailable. In custom schemas, a tracked task glob can also include files owned by an artifact whose ID is not tasks, so missing or unreadable task evidence must not become a clean result.
Expected: report each skipped or unavailable check as Not verified with its reason; retain readable partial task evidence, never claim all_done from incomplete evidence, and keep verification advisory rather than changing archive gates.
Existing fix and regression coverage: #1732.