Skip to content

CI-verify first-agent docs wayfinding links#4303

Merged
asim merged 1 commit into
masterfrom
codex/increment-4302
Jul 8, 2026
Merged

CI-verify first-agent docs wayfinding links#4303
asim merged 1 commit into
masterfrom
codex/increment-4302

Conversation

@asim

@asim asim commented Jul 8, 2026

Copy link
Copy Markdown
Member

Summary:

  • Add make docs-wayfinding as a focused no-network guard for the first-agent/0→hero docs on-ramp.
  • Wire the guard into make harness so the local CI-equivalent path catches README and website link drift.
  • Document the focused command in the 0→hero CI harness README.

Testing:

  • make docs-wayfinding
  • go build ./...
  • go test ./... (fails in this sandbox: configured AtlasCloud credentials return 400 and loopback gRPC targets are blocked by the environment)
  • golangci-lint run ./...

Closes #4291
Closes #4302

Copilot AI review requested due to automatic review settings July 8, 2026 01:12
@asim asim added the codex label Jul 8, 2026
@asim asim merged commit cf9c015 into master Jul 8, 2026
11 checks passed

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

Adds a focused, no-network docs “wayfinding” verification step to prevent link drift in the first-agent / 0→hero onboarding path, and integrates it into the standard local CI-equivalent harness flow.

Changes:

  • Introduces make docs-wayfinding to run the existing zero-to-hero-ci wayfinding/link-target tests as a dedicated guard.
  • Wires docs-wayfinding into make harness so local harness runs catch README/website doc link drift early.
  • Documents the new focused command in internal/harness/zero-to-hero-ci/README.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Makefile Adds docs-wayfinding target, includes it in harness, and exposes it via make help.
internal/harness/zero-to-hero-ci/README.md Documents make docs-wayfinding as a standalone wayfinding-link verification entry point.

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

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 #129 CI-verify first-agent docs wayfinding links

3 participants