docs: add host-side wait_for_status_change to index entry [doc-updater] - #1987
Merged
Conversation
Update docs/index.md description for Agent Wait Patterns to mention the new §7 host-side wait coverage added in #1971 — the existing description only listed sandbox-side idioms and omitted the new wait_for_status_change MCP tool and its concurrency/cursor model. Triggered by: 6b9c45e (Add wait_for_status_change MCP tool for event-driven host waits) Authored-by: egg
Contributor
There was a problem hiding this comment.
Verified §7 exists in docs/reference/agent-wait-patterns.md (line 424, with subsections 7.1–7.7 covering response envelopes, event-trigger allowlist, cursor protocol, concurrency model, error responses, liveness floor, and a worked example). The added description text accurately reflects the section content.
Clean doc-only fix. No issues.
— Authored by egg
Contributor
Author
|
egg review completed. View run logs |
jwbron
approved these changes
Apr 24, 2026
james-in-a-box Bot
added a commit
that referenced
this pull request
Apr 24, 2026
…r] (#1987) Update docs/index.md description for Agent Wait Patterns to mention the new §7 host-side wait coverage added in #1971 — the existing description only listed sandbox-side idioms and omitted the new wait_for_status_change MCP tool and its concurrency/cursor model. Triggered by: 6b9c45e (Add wait_for_status_change MCP tool for event-driven host waits) Authored-by: egg Co-authored-by: jwbron <8340608+jwbron@users.noreply.github.com>
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.
Update
docs/index.mdto reflect changes from 6b9c45e (#1971):wait_for_status_changefor event-driven pipeline monitoringThe commit itself updated
docs/reference/agent-wait-patterns.md(new §7),docs/architecture/orchestrator.md(tool inventory), anddocs/releases/wait-for-status-change.md(release note), but left the index description stale.Triggered by: 6b9c45e (Add wait_for_status_change MCP tool for event-driven host waits)
Test Plan
docs/index.mdline 81 now mentionswait_for_status_changeAuthored-by: egg