Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 870 Bytes

File metadata and controls

21 lines (17 loc) · 870 Bytes

What

Why

<context; link the issue — e.g. Closes #123>

How to test

Scope / risk

<size of the change; anything risky to watch for>


Checklist

  • Base branch is this repo's integration branch — check AGENTS.md or ask the owning team; it is not always the GitHub default
  • Verify is green: lint + type-check + tests pass locally / in CI
  • No secrets, credentials, tokens, or real .env values in the diff
  • One logical change; I have re-read the full diff
  • Reviewers requested: the owning team + @Draup/devops for CI / infra / security / dependency changes
  • AGENTS.md / docs updated if build commands or structure changed