- TODOs - review all TODOs in the codebase and either: - Remove the stale ones - Do the simple ones - Call out the hard ones - Logs - review all logs in the codebase and either: - Make it more useful - Add more details - Use a hydrated logger - Use emojis - Add logs for returned errors that are critical - Use pkg/relayminer as a reference - CLI - Convert everything to use autcli - Improve the UX of the CLI (colors, better naming, etc) --- **Creator**: @Olshansk