Skip to content

Harden validation workflow for bootstrap proof#9

Merged
mdheller merged 2 commits intomainfrom
ci/prove-validate-workflow
May 4, 2026
Merged

Harden validation workflow for bootstrap proof#9
mdheller merged 2 commits intomainfrom
ci/prove-validate-workflow

Conversation

@mdheller
Copy link
Copy Markdown
Contributor

@mdheller mdheller commented May 4, 2026

Summary

This PR makes the validation workflow more suitable for bootstrap proof.

Changes:

  • Adds workflow_dispatch so the workflow can be manually triggered.
  • Adds concurrency to avoid overlapping validation runs per ref.
  • Adds a 10-minute timeout.
  • Enables Python pip caching using requirements-dev.txt.
  • Prints tool versions for diagnostic clarity.
  • Writes a compact validation summary to the GitHub Actions step summary.

Why

The repo is structurally bootstrap-ready, but CI visibility has remained unresolved through the connector path. This PR creates a pull-request-triggered workflow run that should be visible through the connector's PR-oriented workflow lookup path and improves validation observability.

Canonical validation

make validate

Production note

This does not make Agent Machine production-ready. It only improves the validation proof lane for the bootstrap MVP.

@mdheller mdheller merged commit bceca6e into main May 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant