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
Move Java to monorepo: Phase 06: Cutover and Cleanup (#1472)
* WIP Phase 06
* Update badges to come from the correct place
* Update badges to come from the correct place
* Phase 06 cutover: fix links to standalone repo
- Update `package-info.java` `@see` link from `github/copilot-sdk-java` to `github/copilot-sdk/tree/main/java`
- Remove Star History section from `java/README.md` (referenced the old standalone repo)
* Remove prompt files before seeking review
* Put this to user gitignore global
* Put this to user gitignore global
|[JMeter Copilot Plugin](https://github.com/brunoborges/jmeter-copilot-plugin)| JMeter plugin for AI-assisted load testing |
151
137
152
138
> Want to add your project? Open a PR!
153
139
154
140
## CI/CD Workflows
155
141
156
-
This project uses several GitHub Actions workflows for building, testing, releasing, and syncing with the reference implementation SDK.
142
+
This project uses several GitHub Actions workflows for building, testing, releasing, and syncing with the reference implementation SDK.
157
143
158
144
See [WORKFLOWS.md](docs/WORKFLOWS.md) for a full overview and details on each workflow.
159
145
@@ -168,15 +154,16 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
168
154
**Automated sync** — A [scheduled GitHub Actions workflow](.github/workflows/reference-impl-sync.yml) runs on the schedule specified in that file. It checks for new reference implementation commits since the last merge (tracked in [`.lastmerge`](.lastmerge)), and if changes are found, creates an issue labeled `reference-impl-sync` and assigns it to the GitHub Copilot coding agent. Any previously open `reference-impl-sync` issues are automatically closed. The sync also updates the `@github/copilot` version in both `pom.xml` and `scripts/codegen/package.json` to keep schemas and test CLI in lockstep.
169
155
170
156
**Reusable prompt** — The merge workflow is defined in [`agentic-merge-reference-impl.prompt.md`](.github/prompts/agentic-merge-reference-impl.prompt.md). It can be triggered manually from:
157
+
171
158
-**VS Code Copilot Chat** — type `/agentic-merge-reference-impl`
172
159
-**GitHub Copilot CLI** — use `copilot` CLI with the same skill reference
@@ -206,10 +193,3 @@ MIT — see [LICENSE](LICENSE) for details.
206
193
## Acknowledgement
207
194
208
195
- Initially developed with Copilot and [Bruno Borges](https://www.linkedin.com/in/brunocborges/).
209
-
210
-
## Star History
211
-
212
-
[](https://www.star-history.com/#github/copilot-sdk-java&Date)
0 commit comments