CI-verify first-agent scaffold in 0-to-hero harness#4279
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR strengthens the no-secret “0→hero” CI harness contract by ensuring the maintained micro new 0→1 scaffold path is exercised alongside the existing first-agent/run/chat/inspect/deploy dry-run boundaries, and by adding a docs test guard to prevent the CI script from drifting away from the documented lifecycle.
Changes:
- Extend the
zero-to-hero-cirun script to include themicro new0→1 scaffold contract test. - Add a docs guard test that asserts the CI run script continues to include the required lifecycle commands.
- Update the harness README to describe the full first-agent 0→hero contract, including scaffold.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| internal/harness/zero-to-hero-ci/run.sh | Adds the 0→1 scaffold (micro new) contract test to the CI entrypoint before the existing boundary checks. |
| internal/harness/zero-to-hero-ci/README.md | Updates documentation to reflect the full scaffold → first-agent → deploy dry-run contract verified by the harness. |
| internal/harness/zero-to-hero-ci/docs_test.go | Adds a test guard to ensure run.sh continues to include the key lifecycle verification commands. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Testing:
Closes #4272
Closes #4278