Skip to content

release: v0.3.1#25

Merged
eumaninho54 merged 2 commits into
mainfrom
release/v0.3.1
May 1, 2026
Merged

release: v0.3.1#25
eumaninho54 merged 2 commits into
mainfrom
release/v0.3.1

Conversation

@eumaninho54

Copy link
Copy Markdown
Member

🚀 Summary

Release v0.3.1 — replaces symlink logic in aiworkers setup with direct file copying, simplifying the codebase and making it fully cross-platform without special Windows handling.

Type of change

  • refactor — code restructuring
  • release — new version

📝 Changes

  • bin/commands/setup.js — removed isWindows, ensureDir, symlink, linkDir, linkFiles. Replaced with copyDir (fs.cpSync recursive) and copyFiles (fs.copyFileSync). Cross-platform by default.

🧪 Testing

  • Existing tests pass
  • New tests added (if applicable)
  • Tested manually

🎟️ Related Tickets

  • Related Issue #
  • Closes #

eumaninho54 and others added 2 commits May 1, 2026 06:13
Removed platform-specific symlink logic (Windows junction vs. dir symlinks)
and replaced with cross-platform fs.cpSync and fs.copyFileSync operations.
Simplifies code by eliminating isWindows detection and related helper
functions (ensureDir, symlink, linkDir, linkFiles). Updated messaging
from "Linking to" to "Copying to".

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@eumaninho54 eumaninho54 merged commit 31a6939 into main May 1, 2026
2 checks passed
@eumaninho54 eumaninho54 deleted the release/v0.3.1 branch May 1, 2026 09:16
@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

Deploy cancelled: this PR is not open (state: closed).

@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

Deploy failed. Check the workflow run for details.

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.

1 participant