Skip to content

Verify ordered 0→hero transcript#4716

Merged
asim merged 1 commit into
masterfrom
codex/increment-4715
Jul 11, 2026
Merged

Verify ordered 0→hero transcript#4716
asim merged 1 commit into
masterfrom
codex/increment-4715

Conversation

@asim

@asim asim commented Jul 11, 2026

Copy link
Copy Markdown
Member

Summary:

  • Add a focused make zero-to-hero-transcript target for the maintained no-secret lifecycle transcript.
  • Keep the full harness using that target and enforce the transcript order in the zero-to-hero docs tests.
  • Document the focused target in README and the 0→hero guide.

Testing:

  • go test ./internal/harness/zero-to-hero-ci -run 'TestZeroToHeroReferenceDocs|TestZeroToHeroTranscriptTargetStaysOrdered' -count=1\n- make zero-to-hero-transcript\n- go build ./...\n- go test ./... (fails in this sandbox: loopback targets forbidden in grpc tests; AtlasCloud configured-provider stream returned 400)\n- golangci-lint run ./... (environment golangci-lint built with go1.24 below target go1.25.12; rebuilding with the downloaded toolchain also hit mixed stdlib package versions)\n\nCloses Verify 0-to-hero lifecycle transcript in CI #4711\nCloses Loop: build increment #203 #4715

@asim asim added the codex label Jul 11, 2026
Copilot AI review requested due to automatic review settings July 11, 2026 16:04
@asim asim added the codex label Jul 11, 2026
@asim
asim merged commit eddecc3 into master Jul 11, 2026
12 checks passed
@asim
asim deleted the codex/increment-4715 branch July 11, 2026 16:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a focused make zero-to-hero-transcript target to validate (and CI-guard) the maintained, no-secret “0→hero” lifecycle transcript in a fixed order, and wires documentation/tests to ensure the transcript and references don’t drift.

Changes:

  • Add a dedicated zero-to-hero-transcript Makefile target and have make harness invoke it.
  • Enforce transcript step ordering by reordering the deploy dry-run step in the CI run script and adding an ordering test.
  • Update README and the 0→hero guide to reference the focused target, and tighten doc-reference tests accordingly.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Documents the new focused make zero-to-hero-transcript target alongside existing harness targets.
Makefile Adds zero-to-hero-transcript target and hooks it into harness; updates help output.
internal/website/docs/guides/zero-to-hero.md Adds the focused transcript target to the guide and entrypoint section.
internal/harness/zero-to-hero-ci/run.sh Moves deploy dry-run to the end to match the intended lifecycle ordering.
internal/harness/zero-to-hero-ci/docs_test.go Adds assertions that the new target exists, is referenced in docs/README, and that the transcript steps remain ordered.
Comments suppressed due to low confidence (1)

internal/website/docs/guides/zero-to-hero.md:75

  • The paragraph describing what “that target” runs is now inaccurate for make zero-to-hero-transcript. The transcript target only executes internal/harness/zero-to-hero-ci/run.sh (it does not run agent-flow or provider-conformance-mock, which are part of make harness). This will mislead readers about what the focused target actually covers.
That target runs the scaffold contract, the CLI boundary smoke tests, the
0→hero runtime harnesses, the event-driven agent-flow harness, and mock provider
conformance. It is intentionally deterministic: no provider key, cloud account,
SSH access, or remote service is required.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +89 to +95
makefile := readFile(t, filepath.Join(root, "Makefile"))
if !strings.Contains(makefile, "zero-to-hero-transcript:") {
t.Fatal("Makefile missing focused zero-to-hero-transcript target")
}
if !strings.Contains(makefile, "./internal/harness/zero-to-hero-ci/run.sh") {
t.Fatal("zero-to-hero-transcript target must run the maintained CI transcript")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants