Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: clarify skills separator default expansion
  • Loading branch information
RbBtSn0w committed Mar 19, 2026
commit a49389260542050d0830e0942adc205c437d4854
2 changes: 1 addition & 1 deletion .github/workflows/scripts/create-release-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ create_skills() {
local skills_dir="$1"
local script_variant="$2"
local agent_name="$3"
local separator="${4:--}"
local separator="${4:-"-"}"

for template in templates/commands/*.md; do
[[ -f "$template" ]] || continue
Expand Down
Loading