VSC Evidence Flow
VSC includes a single command that demonstrates the complete evidence handoff pipeline.
npm run vsc -- demo:evidence-flowExport ↓Verify ↓ZIP ↓SummaryThe orchestrator reuses the dedicated evidence commands instead of duplicating their verification logic.
Expected final status
Section titled “Expected final status”Verification result: PASSZIP export result: PASSFinal result: PASSWhy this matters
Section titled “Why this matters”A VSC evidence artifact can be:
- generated
- checked before sharing
- packaged for transport
- checked again by a recipient
without requiring the recipient to trust the sender’s user interface.
Continue with Evidence Bundles →.