fix(cancel-task): log current cancellationRequested from board
After markCancelled(force: true), the pre-cancellation job snapshot's
cancellationRequested is stale (false). Read from the board so the
operational log reflects the forced state.
Addresses review feedback on PR #652.