feat: add cursor support#34
Closed
ETNOL wants to merge 1 commit into
Closed
Conversation
dbaeb82 to
348ce5d
Compare
ETNOL
commented
Sep 5, 2025
| tracker.attach_refresh(lambda: live.update(tracker.render())) | ||
| try: | ||
| download_and_extract_template(project_path, selected_ai, here, verbose=False, tracker=tracker) | ||
| download_and_extract_template(project_path, selected_ai, here, verbose=False, tracker=tracker, repo_owner=repo_owner) |
Author
There was a problem hiding this comment.
Added an optional repo_owner param to allow me to test from my own release
Contributor
|
@ETNOL thank you for your contribution! I refactored the CLI a bit and ensured that the Cursor integration is now supported. |
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pictures worth 1000 words
Example of it working in my Cursor IDE


Successful execution of the Cursor IDE option
Here's an example release with the new templates
https://github.com/ETNOL/spec-kit/releases/tag/v0.0.1
I don't use Cursor CLI and couldn't find docs on if it supports custom commands so its following Cursor's pattern for their IDE's commands. I'll manually test the CLI side once I get the opportunity.