From 76c656a8b695187c60bf2e21fff0374f42b191b8 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Mon, 20 Jul 2026 02:44:13 -0700 Subject: [PATCH] sdd: persist re-review verdicts into the task review artifact --- skills/subagent-driven-development/SKILL.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/skills/subagent-driven-development/SKILL.md b/skills/subagent-driven-development/SKILL.md index dcef057d..1afe3707 100644 --- a/skills/subagent-driven-development/SKILL.md +++ b/skills/subagent-driven-development/SKILL.md @@ -347,10 +347,12 @@ capability bump in one move. **Every round, either way:** the implementer fixes, re-runs the tests covering the amended code, appends its fix report to the same report file, and returns the short contract. Before re-dispatching the reviewer, confirm -the fix report contains the covering tests, the command run, and the -output; dispatch the re-review once all three are present. Name the -covering test files in the fix message — a one-line fix does not need the -whole suite. +the fix report contains the covering tests, the command run, and the output; +dispatch the re-review once all three are present. Name the covering test +files in the fix message — a one-line fix does not need the whole suite. +Append the re-review's returned text to `/task--review.md` as +well — the artifact accumulates every verdict, and the file's last entry is +the one completion relies on. **The re-review is scoped.** Run `scripts/review-package PLAN_FILE FIX_BASE HEAD` where FIX_BASE is the head the previous review saw, and dispatch