From e738bc9d654558e9e8813e20236e1b513251b333 Mon Sep 17 00:00:00 2001 From: No9 Labs Date: Wed, 8 Apr 2026 20:15:04 -0400 Subject: [PATCH] fix: mark task #0210 done -- pentest_framework_tasks already in safe_signals The signal was already present in pick-role.py safe_signals dict (line 346) between friction_entries and pending_tasks as required by the acceptance criteria. Mark task #0210 as done. --- .recursive/tasks/0210.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.recursive/tasks/0210.md b/.recursive/tasks/0210.md index 4414c81..8c11a23 100644 --- a/.recursive/tasks/0210.md +++ b/.recursive/tasks/0210.md @@ -1,11 +1,11 @@ --- -status: pending +status: done priority: low target: recursive vision_section: none created: 2026-04-08 source: code-review-advisory -completed: +completed: 2026-04-08 --- # Add pentest_framework_tasks to --with-signals safe_signals in pick-role.py @@ -22,6 +22,6 @@ for consistency and transparency, it should also appear in the safe_signals bloc ## Acceptance Criteria -- [ ] `"pentest_framework_tasks": signals["pentest_framework_tasks"]` added to safe_signals dict -- [ ] Position: between `friction_entries` and `pending_tasks` for logical grouping -- [ ] `make check` passes +- [x] `"pentest_framework_tasks": signals["pentest_framework_tasks"]` added to safe_signals dict +- [x] Position: between `friction_entries` and `pending_tasks` for logical grouping +- [x] `make check` passes