Skip to content

Verify first-agent chat wayfinding#4637

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

Verify first-agent chat wayfinding#4637
asim merged 1 commit into
masterfrom
codex/increment-4636

Conversation

@asim

@asim asim commented Jul 11, 2026

Copy link
Copy Markdown
Member

Summary

  • Keep the docs index first-agent path explicit about using micro chat before inspection/debugging.
  • Extend the first-agent wayfinding guard so README and website on-ramp sections must keep micro chat in the canonical CLI trail before micro inspect agent <name>.

Testing

  • PASS: go build ./...
  • PASS: go test ./internal/harness/zero-to-hero-ci -run TestFirstAgentWayfinding -count=1
  • FAIL (environment): go test ./... fails on provider/loopback-dependent existing tests: atlascloud stream returned 400 without credentials; grpc client/transport loopback dials are blocked by envoy.
  • FAIL (toolchain): golangci-lint run ./... cannot load config because installed golangci-lint was built with Go 1.24 while the module targets Go 1.25.12.

Closes #4634
Closes #4636

@asim asim added the codex label Jul 11, 2026
Copilot AI review requested due to automatic review settings July 11, 2026 01:14
@asim asim added the codex label Jul 11, 2026
@asim
asim merged commit e610787 into master Jul 11, 2026
12 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

This PR tightens the “first-agent” onboarding wayfinding by making the website docs index explicitly direct readers to use micro chat before moving on to inspection/debugging, and by extending the CI harness guard to keep micro chat in the canonical on-ramp trail ahead of micro inspect agent <name>.

Changes:

  • Update the website docs index (Learn More + on-ramp bullets) to explicitly include micro chat as the step before debugging/inspection.
  • Extend the zero-to-hero CI wayfinding tests to require micro chat in the ordered README/website on-ramp trail and in the canonical trail sync checks.

Reviewed changes

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

File Description
internal/website/docs/index.md Makes the docs index’s first-agent on-ramp explicitly mention using micro chat before debugging/inspection.
internal/harness/zero-to-hero-ci/docs_test.go Updates wayfinding guards to require micro chat in the documented canonical on-ramp sequence before micro inspect agent <name>.

💡 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 #189 Verify first-agent docs wayfinding against CLI commands

3 participants