Skip to content

Add Java-specific content to monorepo copilot-instructions.md#1391

Merged
stephentoub merged 1 commit into
github:mainfrom
edburns:edburns/1390-more-java-copilot-instructions
May 23, 2026
Merged

Add Java-specific content to monorepo copilot-instructions.md#1391
stephentoub merged 1 commit into
github:mainfrom
edburns:edburns/1390-more-java-copilot-instructions

Conversation

@edburns
Copy link
Copy Markdown
Collaborator

@edburns edburns commented May 22, 2026

Closes #1390

Enrich .github/copilot-instructions.md with Java details that were present in the standalone copilot-sdk-java repo but missing from the monorepo variant:

  • Developer workflows: add single-test and format-check commands
  • Testing & E2E tips: add snapshot naming convention (snake_case)
  • Conventions & patterns: add code style bullet (Spotless, fluent setters, Javadoc) and porting guidance (CompletableFuture, Jackson)
  • Integration & environment: add pre-commit hook instructions
  • Boundaries section (new): document generated files that must not be hand-edited (java/src/generated/java/, nodejs/src/generated/, test/snapshots/)

Closes github#1390

Enrich `.github/copilot-instructions.md` with Java details that were
present in the standalone copilot-sdk-java repo but missing from the
monorepo variant:

- **Developer workflows**: add single-test and format-check commands
- **Testing & E2E tips**: add snapshot naming convention (snake_case)
- **Conventions & patterns**: add code style bullet (Spotless, fluent
  setters, Javadoc) and porting guidance (CompletableFuture, Jackson)
- **Integration & environment**: add pre-commit hook instructions
- **Boundaries section** (new): document generated files that must not
  be hand-edited (`java/src/generated/java/`, `nodejs/src/generated/`,
  `test/snapshots/`)
@edburns edburns requested a review from a team as a code owner May 22, 2026 22:58
Copilot AI review requested due to automatic review settings May 22, 2026 22:58
@edburns edburns requested review from SteveSandersonMS and stephentoub and removed request for a team and Copilot May 22, 2026 22:58
@stephentoub stephentoub added this pull request to the merge queue May 23, 2026
Merged via the queue into github:main with commit 5e4f490 May 23, 2026
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.

Proposal: more context for Java in copilot-instructions.

2 participants