Add orch strict worktree dispatch
This commit is contained in:
@@ -177,6 +177,7 @@ Suggested flags:
|
||||
- `--run RUN_ID`
|
||||
- `--task TASK_ID`
|
||||
- `--to AGENT`
|
||||
- `--repo-path PATH`
|
||||
- `--base-ref REF`
|
||||
- `--workspace-root PATH`
|
||||
- `--strict-worktree`
|
||||
@@ -186,6 +187,7 @@ Suggested flags:
|
||||
Behavior:
|
||||
|
||||
- creates a new attempt
|
||||
- resolves the source repository from `--repo-path` or the current working directory
|
||||
- resolves a committed base revision
|
||||
- creates a branch and worktree for the attempt when the task writes code
|
||||
- creates or links an `inbox` thread
|
||||
@@ -197,6 +199,7 @@ Strict-mode recommendation:
|
||||
- if `--base-ref` is omitted and the repository is clean, default to `HEAD`
|
||||
- if `--base-ref` is omitted and the repository is dirty, fail dispatch
|
||||
- if `--base-ref` is provided, resolve it to a commit and use it exactly
|
||||
- if `--workspace-root` is omitted in worktree mode, default to `.orch/worktrees` under the source repository
|
||||
|
||||
### `orch reconcile`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user