Files
safe-wallet/.github/PULL_REQUEST_TEMPLATE.md
e43160a41c chore: add regression checklist and LSP guidance for AI contributors (#7708)
Adds a required pre-implementation regression checklist to AGENTS.md and
extends the PR template with "Affected flows", "Blast radius", and
"Risks / not checked" sections so AI-authored PRs surface impact analysis,
not just a clean diff. Also documents the TypeScript LSP tool as the
preferred symbol-aware navigation primitive for the "find consumers" step,
complementing ast-grep and replacing plain grep for symbol-level questions.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
2026-04-22 18:53:36 +02:00

1.6 KiB

What it solves

Resolves:

How this PR fixes it

How to test it

Affected flows

Blast radius

Risks / not checked

Visual summary

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻
  • I've listed affected flows and blast radius, and named what I did not verify 🎯

CLA signature

With the submission of this Pull Request, I confirm that I have read and agree to the terms of the Contributor License Agreement.