SIGN IN SIGN UP

chore: add Copilot prompt for PR interface review [no-ci] (#706)

Adds `.github/prompts/pr-interface-review.md` โ€” a Copilot prompt file
for systematic per-interface review of PRs that touch the public surface
(types, schemas, exported symbols, wire formats, CLI flags).

The prompt classifies every signature change into one of six tiers (๐Ÿšจ
breaking through ๐Ÿ†• brand-new), flags compat measures already taken, and
calls out gaps that remain. Specifically catches subtle failure modes โ€”
classโ†’alias collapse, read-side vs write-side compat, default-value
flips, enum widening, async/sync flips, generic variance changes.

Canonical source and rollout context:
[`deepgram/dx-stack`](https://github.com/deepgram/dx-stack/tree/main/.github/prompts).

`[no-ci]` โ€” docs-only addition.
L
Luke Oliff committed
e79493b81fffabc5148661aed2f59cff508b4e03
Parent: 0b820c9
Committed by GitHub <noreply@github.com> on 5/6/2026, 12:30:28 PM