[Docs] Correct recent task and integration guidance - #3008
Draft
roomote-community[bot] wants to merge 1 commit into
Draft
roomote-community[bot] wants to merge 1 commit into
roomote-community[bot] wants to merge 1 commit into
Conversation
Contributor
Author
| environment. Review or change those values before starting it. This creates a | ||
| new task instead of retrying the failed task, and attachments are not copied, so | ||
| reattach any files the new task needs. | ||
| When a task's sandbox cannot start, Roomote automatically retries the start up |
Contributor
Author
There was a problem hiding this comment.
This states that every failed sandbox start is automatically retried, but session-delegated tasks take a different path: finishRun skips its automatic retry when a Fast parent exists, and the parent agent is instructed to retry only failures that appear transient. Please qualify this behavior (or scope the guarantee to direct tasks) so users do not expect automatic retries for every task start.
This branch has not been deployed
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.
What changed
Why this change was made
The daily public-documentation audit inspected all 29 first-parent commits merged into
developduring the exact window from2026-09-19T03:00:45.841Zthrough2026-09-20T03:00:45.841Z. These four durable task, integration, and self-hosting behaviors were the confirmed gaps not already covered by shipped docs or the overlapping open documentation pull requests.Impact
Users and operators now have current recovery, artifact-sharing, experimental integration, and deployment-key guidance. This is a documentation-only change. The repository-prescribed Mintlify validation and broken-link check,
git diff --check, oxlint, residual lint, 27 fast typechecks, and Knip all passed; browser proof was not applicable to the semantic docs-only correction.