Skip to content

Commit e5a010c

Browse files
authored
Merge pull request #29 from copilot-community-sdk/docs/update-agents-upstream-sync-workflow-fd19b241fda394d9
[docs] Update AGENTS.md to note automated upstream-sync workflow
2 parents ed12088 + fdf9091 commit e5a010c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ This SDK must maintain **strict API parity** with the official Node.js SDK (`@gi
4949

5050
## Syncing with Upstream
5151

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:
5355

5456
1. Review merged PRs: https://github.com/github/copilot-sdk/pulls?q=is%3Apr+is%3Aclosed
5557
2. Compare with recent commits in this repository

0 commit comments

Comments
 (0)