First, examine the existing codebase to understand how current brew commands are implemented. Look for files like main.py or workflow handlers that parse and execute brew commands. The issue mentions `brew info/options/home` as an example, so determine if these commands are already partially supported or need new handlers. Check the comments for any previous discussions on scope. Then implement a new command module following the existing pattern.
Add support for more/new brew commands · fniephaus/alfred-homebrew#13 | Good First Issue