You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,12 @@ Request:
112
112
Response:
113
113
-`group: RepositoryGroup`
114
114
115
+
Rules:
116
+
117
+
1.`repository_ids` must contain at least one repository.
118
+
2.`repository_ids` order is preserved exactly as provided.
119
+
3. the first repository becomes the primary execution repository for agent runs.
120
+
115
121
### UpdateRepositoryGroup
116
122
117
123
Request:
@@ -122,6 +128,12 @@ Request:
122
128
Response:
123
129
-`group: RepositoryGroup`
124
130
131
+
Rules:
132
+
133
+
1. when `repository_ids` is updated, it must contain at least one repository.
134
+
2. execution order is updated to the new list order.
135
+
3. the first repository in the updated list becomes the primary execution repository.
136
+
125
137
### DeleteRepositoryGroup
126
138
127
139
Request:
@@ -193,6 +205,7 @@ Usage rule:
193
205
2. request uses `type = PR_CREATE`
194
206
3. prompt is `Create A PR` for the default PR creation action
195
207
4. subtask execution output must include real git commits (one or more) when code changes exist
208
+
5. execution resolves RepositoryGroup repositories, creates worktrees for each repo, and launches agent in the first repository with additional repositories attached via `--add-dir` (or equivalent option)
0 commit comments