Results 2 issues of Gaorui

## Summary Fixes the install script to respect the installation directory priority order as documented in the README. ## Problem The install script was hardcoding `INSTALL_DIR=$HOME/.opencode/bin` on line 68-69, completely...

### Description The install script hardcodes installation to `$HOME/.opencode/bin`, ignoring documented environment variables like `$OPENCODE_INSTALL_DIR` and `$XDG_BIN_DIR`. Expected priority: `OPENCODE_INSTALL_DIR` → `XDG_BIN_DIR` → `$HOME/bin` → `$HOME/.opencode/bin` ### Plugins _No response_...

bug