fix(project-context): Integrate PR #320 path fix and test hooks - #323
Merged
sylvansys merged 3 commits intoJan 31, 2026
Merged
Conversation
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>
|
Constellos Review - PR feedback from your reviewer agents. Requirements: ❌ 0 • ❌ 0 • ⏭️ 0Code Quality: ✅ 4 • ❌ 0 • ⏭️ 0
|
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>
Auto-generated from stacked PR workflow. Files: 1 new, 1 edited, 0 deleted
sylvansys
deleted the
321-feature/can-u-integrate-changes-from-httpsgithub
branch
January 31, 2026 01:00
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
task-state.tsChanges
File:
plugins/project-context/shared/hooks/utils/task-state.tsFixed the
getTaskEditsfunction to correctly resolve parent transcript paths:.../project/{sessionId}/subagents/agent-{agentId}.jsonl.../project/{sessionId}.jsonlThe previous code only went up one directory level, causing "parent transcript not found" errors.
Test Results
Test Plan
Closes #321
🤖 Generated with Claude Code