Fail-closed verdict #3

Merged
temeddix merged 3 commits from fold-review into main 2026-09-13 14:57:02 +00:00
Showing only changes of commit 81e75297a4 - Show all commits
+6 -5
View File
@@ -26,11 +26,12 @@ changes, check that the result is aligned, clean, and pixel-perfect, and that
included screenshots prove the intended result was achieved. included screenshots prove the intended result was achieved.
The review must read at a glance: everything outside `<details>` blocks totals The review must read at a glance: everything outside `<details>` blocks totals
under 512 bytes. Keep only the assessment line, the section headings, and a under 512 bytes. Only core information stays visible: the assessment line, the
one-line `@bot` instruction visible. Put each strength, each issue, and each section headings, and a one-line `@bot` instruction. Anything verbose goes into
recommendation in its own top-level `<details>` block, never inside a list item, a `<details>` block whose `<summary>` is a few words, such as the `file:line`
with a `<summary>` of the `file:line` and a few words and the what, why, and how and title of an issue with the what, why, and how inside; the same for each
inside. The template's `**Reasoning:**` goes in a `<details>` block too. strength, each recommendation, the reasoning, and any compliance notes. Details
blocks are top-level, never inside a list item, because Gitea breaks them there.
For an `issue_comment` or `pull_request_review_comment` event, treat the `body` For an `issue_comment` or `pull_request_review_comment` event, treat the `body`
in the triggering comment payload below as the user's exact instruction. in the triggering comment payload below as the user's exact instruction.