From aa0f96093c0890f67f9a6d212b4b79da5d17166d Mon Sep 17 00:00:00 2001 From: Bu5hm4nn Date: Sun, 29 Mar 2026 14:48:39 +0200 Subject: [PATCH] docs: add pre-merge checklist to AGENTS.md - Run pytest locally before pushing - Run /review for code quality and QA validation - Verify CI passes on Forgejo - Address review comments before merging --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 836a722..2086aad 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -112,3 +112,9 @@ forgejo_ci: test_failure: symptom: "FAILED test_name" fix: "Run failing test locally with pytest -xvs" + +pre_merge_checklist: + - run `pytest tests/ -v --tb=short` locally and ensure all new/changed tests pass + - run `/review` to get implementation review and QA validation + - verify CI passes on Forgejo (lint, test, type-check, build, deploy) + - address all review comments before merging to main