Skip to content

# dd-3009225: Soft-archive standalone repo after monorepo migration#241

Merged
edburns merged 1 commit into
mainfrom
edburns/dd-3009225-soft-archive-standalone-repo
Jun 1, 2026
Merged

# dd-3009225: Soft-archive standalone repo after monorepo migration#241
edburns merged 1 commit into
mainfrom
edburns/dd-3009225-soft-archive-standalone-repo

Conversation

@edburns
Copy link
Copy Markdown
Collaborator

@edburns edburns commented Jun 1, 2026

Summary

Remove most content from github/copilot-sdk-java after completing the migration to the java/ directory of the monorepo 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 systempom.xml, Maven wrapper (mvnw, .mvn/), checkstyle/spotbugs configs
  • CI/CD — all .github/workflows/*.yml, .github/actions/, .github/scripts/
  • Codegenscripts/codegen/ (java.ts, package.json, etc.)
  • Repo metadataCHANGELOG.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 & ADRsdocs/ directory
  • Miscjbang-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.

Resolves #ISSUE_NUMBER


Before the change?

After the change?

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • mvn spotless:apply has been run to format the code
  • mvn clean verify passes locally

Does this introduce a breaking change?

  • Yes
  • No

## 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.
Copilot AI review requested due to automatic review settings June 1, 2026 05:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@edburns edburns merged commit 643364d into main Jun 1, 2026
3 of 5 checks passed
@edburns edburns deleted the edburns/dd-3009225-soft-archive-standalone-repo branch June 1, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants