Skip to content

Commit bc2f138

Browse files
committed
WIP: Phase 05
1 parent 2c30d5a commit bc2f138

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

80-java-monorepo-add-01-remove-before-merge/dd-2989727-move-java-to-monorepo-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ The software that currently resides in https://github.com/github/copilot-sdk-jav
154154

155155
### ⌛ Phase 05: Cross-Cutting Updates
156156

157-
1. Update monorepo `copilot-instructions.md` to include Java section. See https://github.com/github/copilot-sdk/issues/1390 .
158-
2. Update monorepo `README.md` to list Java as a supported language.
157+
1. Update monorepo `copilot-instructions.md` to include Java section. See https://github.com/github/copilot-sdk/issues/1390 .
158+
2. Update monorepo `README.md` to list Java as a supported language. See https://github.com/github/awesome-copilot/pull/1811
159159
3. Update `scenario-builds.yml` to include Java scenarios (if applicable).
160160
4. Update `docs-validation.yml` to include Java code snippets.
161161
5. Update `lsp.json` to add Java LSP config (optional).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-
2424
| **Go** | [`go/`](./go/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` |
2525
| **.NET** | [`dotnet/`](./dotnet/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` |
2626
| **Rust** | [`rust/`](./rust/) || `cargo add github-copilot-sdk` |
27-
| **Java** | [`github/copilot-sdk-java`](https://github.com/github/copilot-sdk-java) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/java/README.md) | Maven coordinates<br>`com.github:copilot-sdk-java`<br>See instructions for [Maven](https://github.com/github/copilot-sdk-java?tab=readme-ov-file#maven) and [Gradle](https://github.com/github/copilot-sdk-java?tab=readme-ov-file#gradle) |
27+
| **Java** | [`java/`](./java/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/java/README.md) | Maven coordinates<br>`com.github:copilot-sdk-java`<br>See instructions for [Maven](https://github.com/github/copilot-sdk-java?tab=readme-ov-file#maven) and [Gradle](https://github.com/github/copilot-sdk-java?tab=readme-ov-file#gradle) |
2828

2929
See the individual SDK READMEs for installation, usage examples, and API reference.
3030

@@ -37,7 +37,7 @@ Quick steps:
3737
1. **(Optional) Install the Copilot CLI**
3838

3939
For Node.js, Python, and .NET SDKs, the Copilot CLI is bundled automatically and no separate installation is required.
40-
For the Go and Rust SDKs, [install the CLI manually](https://github.com/features/copilot/cli) or ensure `copilot` is available in your PATH unless you opt into their application-level CLI bundling features.
40+
For the Go, Java and Rust SDKs, [install the CLI manually](https://github.com/features/copilot/cli) or ensure `copilot` is available in your PATH unless you opt into their application-level CLI bundling features.
4141

4242
2. **Install your preferred SDK** using the commands above.
4343

@@ -88,7 +88,7 @@ See the **[Authentication documentation](./docs/auth/index.md)** for details on
8888

8989
No — for Node.js, Python, and .NET SDKs, the Copilot CLI is bundled automatically as a dependency. You do not need to install it separately.
9090

91-
For Go and Rust SDKs, the CLI is not bundled by default. Install the CLI manually, ensure `copilot` is available in your PATH, or opt into their application-level CLI bundling features.
91+
For Go, Java and Rust SDKs, the CLI is **not** bundled by default. Install the CLI manually, ensure `copilot` is available in your PATH, or opt into their application-level CLI bundling features.
9292

9393
Advanced: You can override the CLI binary or connect to an external server. See the individual SDK README for language-specific options.
9494

@@ -109,7 +109,7 @@ Yes, check out the custom instructions and SDK-specific guidance:
109109
- **[.NET](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-csharp.instructions.md)**
110110
- **[Go](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-go.instructions.md)**
111111
- **[Rust](./rust/README.md)** (SDK guidance; custom instructions not yet published)
112-
- **[Java](https://github.com/github/copilot-sdk-java/blob/main/instructions/copilot-sdk-java.instructions.md)**
112+
- **[Java](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-java.instructions.md)**
113113

114114
### What models are supported?
115115

0 commit comments

Comments
 (0)