mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
Adds full Windsurf (by Codeium) runtime integration, following the same pattern as the existing Cursor support. Windsurf uses .windsurf/ for local config and ~/.windsurf/ for global config, with skills in .windsurf/skills/ using the SKILL.md structure. What: - CLI flag --windsurf and interactive prompt option (8) - Directory mapping (.windsurf local, ~/.windsurf global) - Content converter functions (tool names, path replacements, brand refs) - Skill copy function (copyCommandsAsWindsurfSkills) - Agent conversion (convertClaudeAgentToWindsurfAgent) - Install/uninstall branches - Banner, help text, and issue template updates - Windsurf conversion test suite (windsurf-conversion.test.cjs) - Updated multi-runtime selection tests for 8 runtimes Closes #1336 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>