- Add word boundary to ulw/ultrawork regex to prevent false matches on substrings like 'StatefulWidget' (fixes #779) - Handle object type in parseArguments to prevent [object Object] JSON parse error (fixes #747) - Add test cases for word boundary behavior