Skip to main content

Windsurf Setup

Steps to set up Windsurf for a project

git rm -rf .windsurf/
brew tap commutatus/tools https://github.com/commutatus/homebrew-tools
brew install cm-tools
cd [repo-path]
rm .github/workflows/sync-windsurf-config.yml
cm-tools windsurf-sync -p rails

Add changes, commit, and raise a PR.