Skip to content

Add agent debugging quickcheck docs#4285

Merged
asim merged 1 commit into
masterfrom
codex/increment-4284
Jul 7, 2026
Merged

Add agent debugging quickcheck docs#4285
asim merged 1 commit into
masterfrom
codex/increment-4284

Conversation

@asim

@asim asim commented Jul 7, 2026

Copy link
Copy Markdown
Member

Summary:

  • Document the provider-free agent debugging quickcheck in the debugging guide.
  • Expose the exact quickcheck command from the 0→hero harness README.
  • Extend harness docs tests so guide and harness wayfinding stay aligned with the verified inspect/history commands.

Testing:

@asim asim added the codex label Jul 7, 2026
Copilot AI review requested due to automatic review settings July 7, 2026 21:17
@asim asim merged commit 5c5186a into master Jul 7, 2026
10 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 improves first-agent debugging discoverability by documenting a provider-free “quickcheck” path and by extending the 0→hero harness docs tests to ensure the guide and harness README stay aligned with the verified micro inspect / micro agent history commands.

Changes:

  • Add a provider-free debugging quickcheck section to the agent debugging guide, including the exact go test command.
  • Expose the same quickcheck command in the 0→hero harness README for local use.
  • Extend the harness docs test to assert the quickcheck markers/commands are present in the debugging guide and harness README.

Reviewed changes

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

File Description
internal/website/docs/guides/debugging-agents.md Documents the provider-free quickcheck and the specific inspect/history commands the smoke test runs.
internal/harness/zero-to-hero-ci/README.md Adds “wayfinding” to run the quickcheck locally via the exact go test invocation.
internal/harness/zero-to-hero-ci/docs_test.go Adds assertions that the debugging guide and harness README include the quickcheck markers/commands.

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

Comment on lines +126 to +129
That test seeds a local `assistant` run history and memory transcript, then runs
`micro inspect agent assistant --limit 1`, `micro inspect agent --status done
--json assistant`, and `micro agent history assistant` with provider credentials
cleared.
Comment on lines +624 to +630
for _, want := range []string{
"Provider-free quickcheck",
"go test ./internal/harness/zero-to-hero-ci -run TestNoSecretFirstAgentDebuggingSmoke -count=1",
"micro inspect agent assistant --limit 1",
"micro inspect agent --status done",
"micro agent history assistant",
} {
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