revert: documentation changes for path preference

This commit is contained in:
Aishanee Shah
2026-02-26 20:33:17 +00:00
parent 69028570ed
commit 358ca8092a
2 changed files with 12 additions and 19 deletions
+2 -4
View File
@@ -14,10 +14,8 @@ platforms, they execute with `bash -c`.
- `command` (string, required): The exact shell command to execute.
- `description` (string, optional): A brief description shown to the user for
confirmation.
- `dir_path` (string, optional): The path of the directory to run the command in
(relative to workspace root preferred). If not provided, the project root
directory is used. Must be a directory within the workspace and must already
exist.
- `dir_path` (string, optional): The absolute path or relative path from
workspace root where the command runs.
- `is_background` (boolean, optional): Whether to move the process to the
background immediately after starting.