[unknown] Subagent task - #326
Merged
Conversation
Auto-generated from stacked PR workflow. Files: 1 new, 1 edited, 0 deleted
|
PR feedback updates from your reviewer agents. Based on linked issues, context files, and committed changes. Code Quality: ✅ 2 • ❌ 0 • ⏭️ 2
|
sylvansys
merged commit Jan 31, 2026
54c84b7
into
321-feature/can-u-integrate-changes-from-httpsgithub
4 checks passed
sylvansys
deleted the
321-feature/can-u-integrate-changes-from-httpsgithub-subagent-a6de73e
branch
January 31, 2026 01:00
sylvansys
added a commit
that referenced
this pull request
Jan 31, 2026
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Auto-generated PR from stacked PR workflow (unknown agent).
Task
Changes
New files (1):
/home/ben/.claude-worktrees/claude-code-plugins/claude-vivid-raven-d1pwy38v/plugins/github-orchestration/test-stacked-pr-v2.mdEdited files (1):
/home/ben/.claude-worktrees/claude-code-plugins/claude-vivid-raven-d1pwy38v/plugins/github-orchestration/test-stacked-pr-v2.mdBase:
321-feature/can-u-integrate-changes-from-httpsgithubThis PR was auto-generated by the stacked PR workflow.