Commit c084708
* fix(project-context): correct parent transcript path resolution
Agent transcripts are at .../project/{sessionId}/subagents/agent-{agentId}.jsonl
Parent transcripts are at .../project/{sessionId}.jsonl
The previous code incorrectly computed the parent path by only going up one
directory level. This fix properly navigates from the subagents/ directory
to the project root to find the parent transcript.
Integrates fix from PR #320.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(github-orchestration): fix gh pr create command
The `gh pr create` command doesn't support `--json` flag.
Instead, parse the PR URL from stdout and extract the PR number.
Also use heredoc for body to handle multiline content properly.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* [unknown] Subagent task completed (#326)
Auto-generated from stacked PR workflow.
Files: 1 new, 1 edited, 0 deleted
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5c4156f commit c084708
3 files changed
Lines changed: 30 additions & 14 deletions
Lines changed: 14 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
| 546 | + | |
| 547 | + | |
550 | 548 | | |
551 | | - | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
552 | 553 | | |
553 | 554 | | |
554 | 555 | | |
| |||
560 | 561 | | |
561 | 562 | | |
562 | 563 | | |
563 | | - | |
564 | | - | |
| 564 | + | |
| 565 | + | |
565 | 566 | | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
571 | 570 | | |
572 | 571 | | |
573 | | - | |
| 572 | + | |
574 | 573 | | |
575 | 574 | | |
576 | 575 | | |
| 576 | + | |
| 577 | + | |
577 | 578 | | |
578 | 579 | | |
579 | 580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
340 | 346 | | |
341 | 347 | | |
342 | 348 | | |
| |||
0 commit comments