fix: Switch from obj compare to equals for boxed bot ID checks
- fix: Switch from obj compare to equals for boxed bot ID checks
Previous code used == to compare boxed primitives, which would compare references and not contents, leading to false in cases where they are equal.
- fix: add additional logging to the GitHub auto-comment feature for debug