Merged
Conversation
Adds a daily (weekdays) agentic workflow that: - Reviews merged PRs and commits in github/copilot-sdk - Assesses which changes are relevant to the Clojure port - Plans and implements idiomatic Clojure adaptations - Runs the full test suite (including E2E) and examples - Creates a draft PR for maintainer review Uses cache-memory to track sync state across runs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new agentic GitHub Actions workflow to periodically review upstream github/copilot-sdk changes and (when appropriate) port them into this Clojure SDK, plus updates existing agentic workflow lockfiles to the newer gh-aw version.
Changes:
- Add an “Upstream Sync Agent” workflow definition and its compiled lockfile.
- Update the “Daily Documentation Updater” compiled lockfile to
gh-aw v0.48.1output/schema. - Bump agentics maintenance workflow + action lock metadata for
gh-aw v0.48.1.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/upstream-sync.md | New agent prompt + workflow frontmatter for daily upstream sync automation. |
| .github/workflows/upstream-sync.lock.yml | Compiled workflow for upstream sync (gh-aw output). |
| .github/workflows/daily-doc-updater.lock.yml | Regenerated compiled workflow with updated gh-aw version/tool schema. |
| .github/workflows/agentics-maintenance.yml | Regenerated maintenance workflow header + setup action version. |
| .github/aw/actions-lock.json | Adds pinned SHA entry for github/gh-aw/actions/setup@v0.48.1. |
Address PR review feedback: prefer ${COPILOT_GITHUB_TOKEN:-$GITHUB_TOKEN}
so an already-set secret is not overwritten.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
github-actions bot
added a commit
that referenced
this pull request
Feb 21, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream Sync Agentic Workflow
Adds a daily (weekdays) agentic workflow that automatically reviews upstream
github/copilot-sdkchanges and ports relevant ones to the Clojure SDK.What it does (7 phases)
COPILOT_E2E_TESTS=true bb test,./run-all-examples.sh,bb validate-docs,clj -T:build jarConfiguration
workflow_dispatchcreate-pull-request(draft, reviewers: krukow),create-issue,noopFiles
.github/workflows/upstream-sync.md— Workflow definition (edit markdown body without recompilation).github/workflows/upstream-sync.lock.yml— Compiled workflow