Skip to content

Rename packages#3233

Merged
AndreasArvidsson merged 24 commits intomainfrom
renamePackages
Mar 19, 2026
Merged

Rename packages#3233
AndreasArvidsson merged 24 commits intomainfrom
renamePackages

Conversation

@AndreasArvidsson
Copy link
Member

@AndreasArvidsson AndreasArvidsson commented Mar 19, 2026

@cursorless/cheatsheet -> @cursorless/lib-cheatsheet
@cursorless/cheatsheet-local -> @cursorless/lib-cheatsheet-local
@cursorless/common -> @cursorless/lib-common
@cursorless/cursorless-engine -> @cursorless/lib-engine
@cursorless/cursorless-everywhere-talon -> @cursorless/app-talon
@cursorless/cursorless-everywhere-talon-core -> @cursorless/lib-talon-core
@cursorless/cursorless-everywhere-talon-e2e -> @cursorless/test-talon-e2e
@cursorless/cursorless-neovim -> @cursorless/app-neovim
@cursorless/cursorless-neovim-e2e -> @cursorless/test-neovim-e2e
@cursorless/cursorless-org -> @cursorless/app-web
@cursorless/cursorless-org-docs -> @cursorless/app-web-docs
@cursorless/cursorless-tutorial -> @cursorless/lib-tutorial
@cursorless/cursorless-vscode -> @cursorless/app-vscode
@cursorless/cursorless-vscode-e2e -> @cursorless/test-vscode-e2e
@cursorless/cursorless-vscode-tutorial-webview -> @cursorless/lib-vscode-tutorial-webview
@cursorless/meta-updater -> @cursorless/tool-meta-updater
@cursorless/neovim-common -> @cursorless/lib-neovim-common
@cursorless/neovim-registry -> @cursorless/lib-neovim-registry
@cursorless/node-common -> @cursorless/lib-node-common
@cursorless/sentence-parser -> @cursorless/lib-sentence-parser
@cursorless/test-case-recorder -> @cursorless/lib-test-case-recorder
@cursorless/test-harness -> @cursorless/test-runner
@cursorless/vscode-common -> @cursorless/lib-vscode-common

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review


P2 Badge Restore executable bits on Neovim helper scripts

This rename dropped the executable bit on the Unix Neovim helper entrypoints (100755100644 here, and likewise for the adjacent helpers). On macOS/Linux the local Neovim debug flow is meant to launch debug-neovim.sh directly, so contributors now hit Permission denied unless they manually wrap it with bash, which breaks the documented/debugger-assisted workflow.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@AndreasArvidsson
Copy link
Member Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Can't wait for the next one!

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@AndreasArvidsson AndreasArvidsson merged commit b399799 into main Mar 19, 2026
16 checks passed
@AndreasArvidsson AndreasArvidsson deleted the renamePackages branch March 19, 2026 13:00
cursorless-bot pushed a commit that referenced this pull request Mar 19, 2026
```
@cursorless/cheatsheet -> @cursorless/lib-cheatsheet
@cursorless/cheatsheet-local -> @cursorless/lib-cheatsheet-local
@cursorless/common -> @cursorless/lib-common
@cursorless/cursorless-engine -> @cursorless/lib-engine
@cursorless/cursorless-everywhere-talon -> @cursorless/app-talon
@cursorless/cursorless-everywhere-talon-core -> @cursorless/lib-talon-core
@cursorless/cursorless-everywhere-talon-e2e -> @cursorless/test-talon-e2e
@cursorless/cursorless-neovim -> @cursorless/app-neovim
@cursorless/cursorless-neovim-e2e -> @cursorless/test-neovim-e2e
@cursorless/cursorless-org -> @cursorless/app-web
@cursorless/cursorless-org-docs -> @cursorless/app-web-docs
@cursorless/cursorless-tutorial -> @cursorless/lib-tutorial
@cursorless/cursorless-vscode -> @cursorless/app-vscode
@cursorless/cursorless-vscode-e2e -> @cursorless/test-vscode-e2e
@cursorless/cursorless-vscode-tutorial-webview -> @cursorless/lib-vscode-tutorial-webview
@cursorless/meta-updater -> @cursorless/tool-meta-updater
@cursorless/neovim-common -> @cursorless/lib-neovim-common
@cursorless/neovim-registry -> @cursorless/lib-neovim-registry
@cursorless/node-common -> @cursorless/lib-node-common
@cursorless/sentence-parser -> @cursorless/lib-sentence-parser
@cursorless/test-case-recorder -> @cursorless/lib-test-case-recorder
@cursorless/test-harness -> @cursorless/test-runner
@cursorless/vscode-common -> @cursorless/lib-vscode-common
```
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