Verify first-agent chat wayfinding#4637
Merged
Merged
Conversation
There was a problem hiding this comment.
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 chatas the step before debugging/inspection. - Extend the zero-to-hero CI wayfinding tests to require
micro chatin 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.
This was referenced Jul 11, 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
micro chatbefore inspection/debugging.micro chatin the canonical CLI trail beforemicro inspect agent <name>.Testing
go build ./...go test ./internal/harness/zero-to-hero-ci -run TestFirstAgentWayfinding -count=1go test ./...fails on provider/loopback-dependent existing tests: atlascloud stream returned 400 without credentials; grpc client/transport loopback dials are blocked by envoy.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