feat: close issues after merged agent PRs

This commit is contained in:
2026-05-06 16:19:38 +08:00
parent 6d1a6d037e
commit aa8afa1a63
6 changed files with 177 additions and 10 deletions

View File

@@ -40,6 +40,7 @@ def test_prompt_and_pr_body_include_contract_sections(db):
assert ".agent-output/AGENT_IMPLEMENTATION_REPORT.md" in prompt
assert "关联 Issue#7" in body
assert "Closes #7" in body
assert "人工审核" in body