-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Add a git-based PR URL detection to _session_gather.py gather command. Run gh pr list --head branch on the remote VM and extract PR URL. More reliable than regex on transcript text.
Files to modify:
- src/amplihack/fleet/_session_gather.py
Requirements:
- Add _detect_pr_url(vm_name, branch) function
- Run 'gh pr list --head BRANCH --json url --limit 1' via SSH on remote VM
- Parse JSON output to extract PR URL
- Fall back to existing regex-based detection if gh command fails
- Include PR URL in gathered session context
- All 918+ fleet tests must pass
- Commit changes on this branch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels