Skip to content

Fix(compress): replace broken symlinks with real files#153

Merged
JuliusBrussee merged 3 commits intoJuliusBrussee:mainfrom
gladkia:main
Apr 15, 2026
Merged

Fix(compress): replace broken symlinks with real files#153
JuliusBrussee merged 3 commits intoJuliusBrussee:mainfrom
gladkia:main

Conversation

@gladkia
Copy link
Copy Markdown
Contributor

@gladkia gladkia commented Apr 14, 2026

Before:

Commands like gemini extensions list and session startup logged loud ENOENT stack traces because the CLI failed to resolve symlinks in skills/compress/. The CLI recovered, but the output was polluted and the compress skill itself failed to load. Additionally, the repo had a redundant root compress/ directory duplicating the skills/compress location.

After:

The skills/compress/ now contains physical copies of the files, and the old root compress/ directory has been removed. .github/workflows/sync-skill.yml is updated to automatically keep skills/compress/ synchronized with the source of truth in caveman-compress/. Relative paths inside the copied SKILL.md are patched automatically during CI just like the plugins version.

CONTRIBUTING.md was also updated to explicitly instruct contributors that caveman-compress/ is the single source of truth for edits.

Why change better:

Eliminates confusing error traces in Gemini CLI and ensures the compress skill loads properly in environments that don't follow repository symlinks, while maintaining a single source of truth via existing CI pipelines.

gladkia added 3 commits April 14, 2026 12:59
Gemini CLI fails to load skills through symlinks. Replace symlinks
in skills/compress/ with actual file copies and update CI to keep
them in sync. Remove redundant root compress/ directory.
Gemini CLI fails to load skills through symlinks. Replace symlinks
in skills/compress/ with actual file copies and update CI to keep
them in sync. Remove redundant root compress/ directory.
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