Commit 4dac832
committed
fix(scripts): update orchestrator integration to use spawn-pod.sh
- Change from looking for 'agentic-sdlc-orchestrator' command to finding spawn-pod.sh script
- Search for script in multiple locations:
- /scripts/spawn-pod.sh
- ./scripts/spawn-pod.sh
- Relative to installed CLI path
- Call script with CLI-style arguments (--task-id, --branch, --repo, --context-dir)
- Update warning message to reflect script location instead of pip install
- Maintain fallback to standard async delegation if script not found
Fixes interface mismatch between spec-kit and orchestrator scripts.1 parent 36e998a commit 4dac832
1 file changed
+22
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
241 | 258 | | |
242 | 259 | | |
243 | 260 | | |
| |||
250 | 267 | | |
251 | 268 | | |
252 | 269 | | |
253 | | - | |
| 270 | + | |
| 271 | + | |
254 | 272 | | |
255 | 273 | | |
256 | 274 | | |
| |||
0 commit comments