Commit c3d962a
committed
# dd-3009225: Soft-archive standalone repo after monorepo migration
## 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.1 parent 3899f81 commit c3d962a
1,019 files changed
Lines changed: 3 additions & 87475 deletions
File tree
- .claude/skills
- agentic-merge-reference-impl
- commit-as-pull-request
- documentation-coverage
- .github
- ISSUE_TEMPLATE
- actions
- setup-copilot
- test-report
- agents
- aw
- badges
- prompts
- scripts
- build
- ci
- reference-impl-sync
- release
- skills
- agentic-merge-reference-impl
- commit-as-pull-request
- workflows
- .mvn/wrapper
- .vscode
- config
- checkstyle
- spotbugs
- docs
- adr
- instructions
- scripts
- codegen
- src
- generated/java/com/github/copilot/generated
- rpc
- main
- java25/com/github/copilot
- java
- com/github/copilot
- rpc
- site
- jacoco-resources
- markdown
- cookbook
- resources
- css
- images
- test
- java/com/github/copilot
- generated
- rpc
- prompts
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments