Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/loop-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ Reports must not embed raw stdout, stderr, prompts, tokens, credentials, or
secret-looking fixture values. Run and step status transitions, downstream
blocking, approval-policy continuation, and lifecycle telemetry are handled by
the transition layer rather than by the validation report runner.
Failed validation gates block downstream stages by default. Skipped required
gates also block downstream stages, even when other gates passed; skipped
optional gates remain inspectable in the report but do not block progression.

Queued `validation_report` artifacts may carry
`validationReportMetadataKind: validation_report_contract` with
Expand Down
Loading
Loading