You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Size-adaptive red-team at /implement Phase 3 (folded into 3.1.0)
Phase 3 now sizes the red-team half like /plan sizes work: a single-file
(or trivial, no new logic) diff runs one red-team mode: both; a multi-file
or cross-cutting diff splits into parallel mode: bugs + mode: cleanup with
the cleanup run report-only, so the parallel gate stays read-only.
review-impl runs alongside in every case. No new red-team mode added.
validate.sh section 18 locks the invariant (mode literals + report-only,
matched loosely). Also: tracker-schema.md tracker-commit note reconciled
with the README, section 14 title corrected to 510, README qualifier
aligned.
Dogfooded via devloop: review-plan PASS-WITH-WARNINGS (5 findings folded
into the plan); Phase 3 split gate (dogfooding this very feature) =
review-impl PASS-WITH-WARNINGS + red-team mode:bugs (1 CONFIRMED bucket-
overlap, fixed) + red-team mode:cleanup report-only (WARNs addressed);
holistic release review SHIP-WITH-FIXES (all applied). Folded into 3.1.0
per maintainer; manifests unchanged.
pass "implement SKILL.md Phase 3 names the size-adaptive marker: \"$token\""
658
+
else
659
+
fail "implement SKILL.md Phase 3 is missing the size-adaptive marker: \"$token\" (the red-team spawn must document small -> mode: both vs large -> parallel mode: bugs + mode: cleanup)"
660
+
fi
661
+
done
662
+
# The split cleanup agent must be invoked report-only so the gate stays
663
+
# read-only. Match loosely (hyphen or space) so a benign reword does not
664
+
# spuriously fail; the invariant is the report-only instruction, not its
665
+
# spelling.
666
+
if grep -Eqi "report[- ]only""$implement_skill";then
667
+
pass "implement SKILL.md invokes the split cleanup agent report-only"
668
+
else
669
+
fail "implement SKILL.md Phase 3 must invoke the large-diff cleanup agent report-only (keeps the parallel gate read-only)"
0 commit comments