Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/opencode/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ export XDG_CONFIG_HOME="$TEST_HOME/.config"
export OPENCODE_CONFIG_DIR="$TEST_HOME/.config/opencode"

# Install plugin to test location
# 注:本 fork 的 opencode 插件(superpowers.js)自包含、仅读取 ../../skills,
# 不依赖上游的 lib/(fork 无此目录),故不拷 lib。
mkdir -p "$HOME/.config/opencode/superpowers"
cp -r "$REPO_ROOT/lib" "$HOME/.config/opencode/superpowers/"
cp -r "$REPO_ROOT/skills" "$HOME/.config/opencode/superpowers/"

# Copy plugin directory
Expand Down
Loading