Skip to content

fix: use shopt -s dotglob so wildcards capture dotfiles in archives#32

Merged
Rodriguespn merged 1 commit into
mainfrom
fix/release-dotglob
May 26, 2026
Merged

fix: use shopt -s dotglob so wildcards capture dotfiles in archives#32
Rodriguespn merged 1 commit into
mainfrom
fix/release-dotglob

Conversation

@Rodriguespn

@Rodriguespn Rodriguespn commented May 26, 2026

Copy link
Copy Markdown
Collaborator

Problem

The release workflow failed because agents/claude/*, agents/codex/*, and agents/copilot/* only contain dotfiles (.mcp.json, .app.json). Bash globs don't match dotfiles by default, so tar received an empty expansion and exited non-zero.

Fix

Add shopt -s dotglob before the archive loop. This makes * match dotfiles for the rest of the shell session, so all existing dotfile configs are picked up and any future files (dotfiles or not) are captured automatically.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@Rodriguespn Rodriguespn self-assigned this May 26, 2026
@Rodriguespn Rodriguespn requested a review from gregnr May 26, 2026 14:59
@Rodriguespn Rodriguespn merged commit 76a228a into main May 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants