# dd-3009225: Soft-archive standalone repo after monorepo migration#241
Merged
Merged
Conversation
## Summary Remove most content from `github/copilot-sdk-java` after completing the migration to the `java/` directory of the monorepo [`github/copilot-sdk`](https://github.com/github/copilot-sdk). The standalone repo is kept only for `gh-pages` documentation hosting. ## What changed ### Deleted (1,017 files, ~87,500 lines removed) All source code, build configuration, CI/CD workflows, issue templates, scripts, and development tooling have been removed: - **Source & tests** — entire `src/` tree (production code + test code) - **Build system** — `pom.xml`, Maven wrapper (`mvnw`, `.mvn/`), checkstyle/spotbugs configs - **CI/CD** — all `.github/workflows/*.yml`, `.github/actions/`, `.github/scripts/` - **Codegen** — `scripts/codegen/` (java.ts, package.json, etc.) - **Repo metadata** — `CHANGELOG.md`, `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, `LICENSE`, `SECURITY.md`, `SUPPORT.md`, `CODEOWNERS` - **IDE / agent configs** — `.vscode/`, `.claude/`, `.github/agents/`, `.github/prompts/`, `.github/skills/`, `instructions/` - **Docs & ADRs** — `docs/` directory - **Misc** — `jbang-example.java`, `dependabot.yml`, coverage badges, release config ### Modified - **`README.md`** — replaced full SDK documentation with a redirect notice pointing to the monorepo at `github/copilot-sdk/tree/main/java`. ### Kept (not touched) - `.github/workflows/` entries that were already removed in prior commit `00449e9dd` (schedule removal) - `gh-pages` branch content (served separately) ## Why The Java SDK now lives in `github/copilot-sdk` under `java/`. Keeping a full copy in the standalone repo creates confusion about which is canonical and risks divergent development. This change makes the standalone repo a thin redirect while preserving git history and `gh-pages` documentation.
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.
Summary
Remove most content from
github/copilot-sdk-javaafter completing the migration to thejava/directory of the monorepogithub/copilot-sdk. The standalone repo is kept only forgh-pagesdocumentation hosting.What changed
Deleted (1,017 files, ~87,500 lines removed)
All source code, build configuration, CI/CD workflows, issue templates, scripts, and development tooling have been removed:
src/tree (production code + test code)pom.xml, Maven wrapper (mvnw,.mvn/), checkstyle/spotbugs configs.github/workflows/*.yml,.github/actions/,.github/scripts/scripts/codegen/(java.ts, package.json, etc.)CHANGELOG.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md,LICENSE,SECURITY.md,SUPPORT.md,CODEOWNERS.vscode/,.claude/,.github/agents/,.github/prompts/,.github/skills/,instructions/docs/directoryjbang-example.java,dependabot.yml, coverage badges, release configModified
README.md— replaced full SDK documentation with a redirect notice pointing to the monorepo atgithub/copilot-sdk/tree/main/java.Kept (not touched)
.github/workflows/entries that were already removed in prior commit00449e9dd(schedule removal)gh-pagesbranch content (served separately)Why
The Java SDK now lives in
github/copilot-sdkunderjava/. Keeping a full copy in the standalone repo creates confusion about which is canonical and risks divergent development. This change makes the standalone repo a thin redirect while preserving git history andgh-pagesdocumentation.Resolves #ISSUE_NUMBER
Before the change?
After the change?
Pull request checklist
mvn spotless:applyhas been run to format the codemvn clean verifypasses locallyDoes this introduce a breaking change?