Merge PR #76: Align OpenCode integration with current conventions

fix(opencode): align integration with current OpenCode conventions
This commit is contained in:
Michael Sitarzewski
2026-03-10 16:52:22 -05:00
committed by GitHub
5 changed files with 54 additions and 26 deletions

View File

@@ -328,8 +328,8 @@ install_gemini_cli() {
}
install_opencode() {
local src="$INTEGRATIONS/opencode/agent"
local dest="${PWD}/.opencode/agent"
local src="$INTEGRATIONS/opencode/agents"
local dest="${PWD}/.opencode/agents"
local count=0
[[ -d "$src" ]] || { err "integrations/opencode missing. Run convert.sh first."; return 1; }
mkdir -p "$dest"