Skip to content

chore: setup LLM-assisted IDE config#228

Draft
jason-rl wants to merge 1 commit into
mainfrom
jason/llm_ide_infra
Draft

chore: setup LLM-assisted IDE config#228
jason-rl wants to merge 1 commit into
mainfrom
jason/llm_ide_infra

Conversation

@jason-rl
Copy link
Copy Markdown
Contributor

Description

Note: PR titles should follow Conventional Commits format (e.g., feat(devbox): add support for custom env vars or fix(snapshot): resolve pagination issue) as they are used for automatic release notes generation.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test updates

Related Issues

Closes #

Changes Made

Testing

  • I have tested locally
  • I have added/updated tests
  • All existing tests pass

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

@jason-rl jason-rl requested review from dines-rl and tode-rl April 27, 2026 19:14
@dines-rl
Copy link
Copy Markdown
Contributor

What is this pr doing? helping to have worktrees via cursor?

@jason-rl
Copy link
Copy Markdown
Contributor Author

What is this pr doing? helping to have worktrees via cursor?

yes basically. Instead of doing npm install all over again, one can just safely symlink node_modules. That script is so that it works for every repo (i know this is overkill for this repo, but if we have .env files that need to be copied instead of symlinked, the script handles it).

@jason-rl jason-rl force-pushed the jason/llm_ide_infra branch from 130647a to b6ff8ec Compare April 27, 2026 19:20
@jason-rl jason-rl force-pushed the jason/llm_ide_infra branch from b6ff8ec to a4a9968 Compare April 27, 2026 19:30
@jason-rl jason-rl marked this pull request as draft April 27, 2026 20:13
Comment thread .windsurf/hooks.json
"hooks": {
"post_setup_worktree": [
{
"command": "./scripts/setup_worktree.py \"$ROOT_WORKSPACE_PATH\" -s '/node_modules' -s '.windsurf/rules'",
Copy link
Copy Markdown
Contributor

@tode-rl tode-rl Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we sym more things other than windsurf? specifically claude, cursor, codex, and maybe gemini? Same for all three of these PRs

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.

3 participants