From dbadffdfaefee3ab6f37de3841a0342ca7901d80 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 18 May 2026 11:04:03 +0200 Subject: [PATCH] chore(prompts): disclose wr-generated comments --- .pi/prompts/wr.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pi/prompts/wr.md b/.pi/prompts/wr.md index 65108e9cd..a2e42b2cf 100644 --- a/.pi/prompts/wr.md +++ b/.pi/prompts/wr.md @@ -16,7 +16,11 @@ Rules for context detection: Unless I explicitly override something in this request, do the following in order: 1. Add or update the relevant package changelog entry under `## [Unreleased]` using the repo changelog rules. -2. If this task is tied to a GitHub issue or PR and a final issue or PR comment has not already been posted in this session, draft it in my tone, preview it, and post exactly one final comment. +2. If this task is tied to a GitHub issue or PR and a final issue or PR comment has not already been posted in this session, draft it in my tone, preview it, and post exactly one final comment. The comment must end with this exact standalone disclaimer line, with no variations: + + ```text + This comment is AI-generated by `/wr` + ``` 3. Commit only files you changed in this session. 4. If this task is tied to exactly one GitHub issue, include `closes #` in the commit message. If it is tied to multiple issues, stop and ask which one to use. If it is not tied to any issue, do not include `closes #` or `fixes #` in the commit message. 5. Check the current git branch. If it is not `main`, stop and ask what to do. Do not push from another branch unless I explicitly say so.