Skip to content

Commit d19c8c5

Browse files
committed
feat: add agentic merge upstream skill and sync script
1 parent aac1aea commit d19c8c5

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: agentic-merge-upstream
3+
description: Merge upstream changes from the official Copilot SDK into this Java SDK.
4+
license: MIT
5+
---
6+
7+
Follow instructions in the [agentic-merge-upstream prompt](../../prompts/agentic-merge-upstream.prompt.md) to merge upstream changes from the official Copilot SDK into this Java SDK.

sync-merge-upstream.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
copilot --model claude-opus-4.5 -i "Perform the agentic merge upstream"

0 commit comments

Comments
 (0)