Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .recursive/tasks/0210.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Loading