Skip to content

chore: add Copilot prompt for PR interface review [no-ci]#56

Merged
lukeocodes merged 1 commit intomainfrom
chore/copilot-pr-review-prompt
May 6, 2026
Merged

chore: add Copilot prompt for PR interface review [no-ci]#56
lukeocodes merged 1 commit intomainfrom
chore/copilot-pr-review-prompt

Conversation

@lukeocodes
Copy link
Copy Markdown
Member

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.

[no-ci] — docs-only addition.

@lukeocodes lukeocodes merged commit e35585e into main May 6, 2026
40 checks passed
@lukeocodes lukeocodes deleted the chore/copilot-pr-review-prompt branch May 6, 2026 13:02
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