You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ This SDK must maintain **strict API parity** with the official Node.js SDK (`@gi
49
49
50
50
## Syncing with Upstream
51
51
52
-
To check for upstream changes that may need porting:
52
+
Upstream syncing is **automated** via the daily agentic workflow (`.github/workflows/upstream-sync.md`, runs weekdays). It discovers upstream `github/copilot-sdk` changes, plans idiomatic Clojure ports, implements them, runs full CI, and opens a draft PR for @krukow to review.
53
+
54
+
To manually check for upstream changes that may need porting:
0 commit comments