From fdf90919a4f6720c4a22b8c3a8b6b2d04bbed8f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Feb 2026 22:41:27 +0000 Subject: [PATCH] docs: note automated upstream-sync workflow in AGENTS.md PR #25 added a daily agentic workflow (.github/workflows/upstream-sync.md) that automatically discovers upstream github/copilot-sdk changes, ports them to Clojure idioms, and opens draft PRs for review. Update the 'Syncing with Upstream' section to reflect this automation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/copilot-instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 5508b16..23561c3 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -49,7 +49,9 @@ This SDK must maintain **strict API parity** with the official Node.js SDK (`@gi ## Syncing with Upstream -To check for upstream changes that may need porting: +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. + +To manually check for upstream changes that may need porting: 1. Review merged PRs: https://github.com/github/copilot-sdk/pulls?q=is%3Apr+is%3Aclosed 2. Compare with recent commits in this repository