Inputs
task_dir= "$0"
Process
Use Tool Agent to spawn lissom-reviewer, passing it the task_dir.
Completion
Verify <task_dir>/Review.md exists and is non-empty.
Return to the caller with:
- Confirmation that
Review.mdwas written. - Whether any findings exist (the caller owns threshold logic and fix-loop decisions).
Do not attempt to fix code or mark the task as done.