[Docs] Correct environment and MCP setup guidance - #1412
Draft
roomote-community[bot] wants to merge 1 commit into
Draft
[Docs] Correct environment and MCP setup guidance#1412roomote-community[bot] wants to merge 1 commit into
roomote-community[bot] wants to merge 1 commit into
Conversation
Contributor
Author
| | `timeout` | number | no | Seconds before the command is killed. Defaults to `600`. | | ||
| | `retries` | integer | no | Extra attempts for a failing command, with a 1-second delay. Use only for idempotent commands. Defaults to `0`. | | ||
| | `continue_on_error` | boolean | no | When `true`, setup continues even if this command fails. Defaults to `false`. | | ||
| | `continue_on_error` | boolean | no | Currently does not change repository setup behavior; failures are recorded as warnings and setup continues. | |
Contributor
Author
There was a problem hiding this comment.
continue_on_error still changes behavior for snapshot-environment setup: that path passes continueRepositoryCommandFailures: false, so the command executor honors the per-command flag and continues only when it is true. The new absolute wording tells snapshot authors the opposite. Please scope the warning-only behavior to standard task environment setup, or document the snapshot distinction.
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
A full audit of the public documentation found two claims that no longer matched the documented table or current repository setup behavior.
Impact
Operators now get accurate guidance when configuring custom MCP servers and interpreting repository command failures during environment setup. No product behavior changes.