Skip to content

Add first-agent tutorial smoke harness#4140

Merged
asim merged 1 commit into
masterfrom
codex/increment-4139
Jul 6, 2026
Merged

Add first-agent tutorial smoke harness#4140
asim merged 1 commit into
masterfrom
codex/increment-4139

Conversation

@asim

@asim asim commented Jul 6, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a zero-to-hero CI smoke test that extracts the Your First Agent guide main.go into a clean temporary module, wires it to the local repository, and verifies it with go mod tidy plus go test.
  • Include the smoke test in the maintained zero-to-hero harness script.
  • Document the maintained smoke command and add the missing inspect step to the Your First Agent walkthrough.

Testing

  • go build ./...
  • go test ./internal/harness/zero-to-hero-ci -run TestYourFirstAgentTutorialSmoke -count=1
  • ./internal/harness/zero-to-hero-ci/run.sh
  • golangci-lint run ./...
  • go test ./... (fails in this environment because loopback gRPC tests are blocked by the sandbox envoy: "Loopback targets forbidden")

Closes #4128
Closes #4139

@asim asim added the codex label Jul 6, 2026
@asim
asim merged commit 3ec50d1 into master Jul 6, 2026
10 checks passed
@asim
asim deleted the codex/increment-4139 branch July 6, 2026 10:06
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.

Loop: build increment #98 Add a copy/paste first-agent tutorial smoke harness

2 participants