Skip to content

Commit f3b95bb

Browse files
authored
Cleanup README.md by removing outdated sections (#1558)
Removed sections on CI/CD workflows, contributing, agentic reference implementation sync, support, code of conduct, and security from README.
1 parent 4d2da38 commit f3b95bb

1 file changed

Lines changed: 0 additions & 35 deletions

File tree

java/README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -138,27 +138,6 @@ jbang https://github.com/github/copilot-sdk/blob/main/java/jbang-example.java
138138

139139
> Want to add your project? Open a PR!
140140
141-
## CI/CD Workflows
142-
143-
This project uses several GitHub Actions workflows for building, testing, releasing, and syncing with the reference implementation SDK.
144-
145-
See [WORKFLOWS.md](docs/WORKFLOWS.md) for a full overview and details on each workflow.
146-
147-
## Contributing
148-
149-
Contributions are welcome! Please see the [Contributing Guide](CONTRIBUTING.md) for details.
150-
151-
### Agentic Reference Implementation Merge and Sync
152-
153-
This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk) (.NET reference implementation) and ports changes to Java. The reference implementation merge process is automated with AI assistance:
154-
155-
**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.
156-
157-
**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:
158-
159-
- **VS Code Copilot Chat** — type `/agentic-merge-reference-impl`
160-
- **GitHub Copilot CLI** — use `copilot` CLI with the same skill reference
161-
162141
### Development Setup
163142

164143
Requires JDK 25 or later for development. The following steps validate the artifact built with JDK 25 runs on both 25 and 17, preserving the MR-JAR behavior.
@@ -180,20 +159,6 @@ mvn verify -Dskip.test.harness=true
180159
mvn jacoco:prepare-agent@wire-up-coverage-instrumentation antrun:run@print-test-jdk-banner surefire:test failsafe:integration-test failsafe:verify jacoco:report@build-coverage-report-from-tests -Denforcer.skip=true
181160
```
182161

183-
The tests require the official [copilot-sdk](https://github.com/github/copilot-sdk) test harness, which is automatically cloned during build.
184-
185-
## Support
186-
187-
See [SUPPORT.md](SUPPORT.md) for how to file issues and get help.
188-
189-
## Code of Conduct
190-
191-
This project has adopted the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details.
192-
193-
## Security
194-
195-
See [SECURITY.md](SECURITY.md) for reporting security vulnerabilities.
196-
197162
## License
198163

199164
MIT — see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)