sprawl bind

IDE & Agent Adapters

Generates universal IDE/Agent bindings (Cursor, Antigravity, Windsurf, Copilot).


📌 1. The Target Problem

1. The Target Problem

"How do I compile my centralized rules manifest into the native configuration formats of all my active IDEs and agents without manual copying?"

Configuring multiple files like .cursorrules, .windsurfrules, .clinerules, and Claude Desktop's config files manually is repetitive and results in outdated rule configurations.


⚙️ 2. Usage & Options

sprawl bind

Options & Flags

  • --all: Bind all available IDEs and agents without running the interactive menu.
  • --force: Force compile and overwrite existing configuration files.

🔍 3. How it Works (Under the Hood)

  1. Launches an interactive checkbox menu showing supported IDE adapters.
  2. Generates specific configuration files (e.g. symlinks to AGENTS.md or customized JSON settings) based on user selection.
  3. Writes selections to sprawl_manifest.yml bindings key to persist setup configurations across syncs.

🩺 4. Troubleshooting

  • IDE configurations do not update
  • Resolution: Run the command with the --force flag to overwrite write-protected config files.

🔗 Related Resources & Tutorials