-
Notifications
You must be signed in to change notification settings - Fork 32
[WIP] Create Cursor prompts from the natural language prompts in .ai/ #1672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
mdlinville
wants to merge
6
commits into
main
Choose a base branch
from
convert_prompts_to_cursor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Deploying docs with
|
Latest commit: |
04c64b2
|
Status: | ✅ Deploy successful! |
Preview URL: | https://fd49e4e5.docodile.pages.dev |
Branch Preview URL: | https://convert-prompts-to-cursor.docodile.pages.dev |
51e9f44
to
4a40ea2
Compare
## Description Accidentally removed File Class from Public API ref docs. This adds it back using `lazydocs`. ## Status This PR will be ready to merge once the source code is updated with this PR: wandb/wandb#10560 <!-- Uncomment and add a description of the change --> <!-- Optionally, uncomment the heading and add details about how you tested the change and how reviewers should test it. For example: ## Testing - [ ] Local build succeeds without errors or broken internal links (`hugo server`) - [ ] PR tests succeed - [ ] The Lychee Github action run against the PR branch reports no broken links Replace the `[ ]` with `[x]` to check off the item instead of leaving it unchecked. Otherwise, delete this entire section from opening to closing comment. --> <!-- Optionally, uncomment the heading and add one or more lines like these. Otherwise, delete this entire section from opening to closing comment. ## Related issues - Fixes DOCS-12345 - Fixes #12345 -->
## Description <!-- Uncomment and add a description of the change --> Adds code snippet for creating a registry programmatically via `wandb.Api.create_registry()`. <!-- Optionally, uncomment the heading and add details about how you tested the change and how reviewers should test it. For example: ## Testing - [ ] Local build succeeds without errors or broken internal links (`hugo server`) - [ ] PR tests succeed - [ ] The Lychee Github action run against the PR branch reports no broken links Replace the `[ ]` with `[x]` to check off the item instead of leaving it unchecked. Otherwise, delete this entire section from opening to closing comment. --> <!-- Optionally, uncomment the heading and add one or more lines like these. Otherwise, delete this entire section from opening to closing comment. --> ## Related issues - Fixes https://wandb.atlassian.net/browse/DOCS-1707 <!-- preview-links-comment --> 📄 **[View preview links for changed pages](#1667 (comment)
…convert_prompts_to_cursor
PR Preview: Changed content Base preview: https://convert-prompts-to-cursor.docodile.pages.dev Added
Modified
|
mdlinville
commented
Sep 24, 2025
### For Cursor users | ||
1. Cursor detects that `.cursor/` files exist but does NOT automatically load their contents. | ||
2. You still need to prompt the agent to read these files. | ||
3. Use the example prompts below to direct your agent to these guidelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
3. Use the example prompts below to direct your agent to these guidelines. | |
3. Use the example prompts below to direct your agent to these guidelines. Examples are also available in the individual prompt files. |
3. Use the example prompts below to direct your agent to these guidelines. | ||
|
||
### For other AI tools | ||
1. Provide relevant files as context when starting a session. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
1. Provide relevant files as context when starting a session. | |
1. Provide relevant files as context when starting a session. Modern agents can process them as natural language prompts. |
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.
Description
Create Cursor prompts from the natural language prompts in .ai/
These are not meant to be all of the rules our team can think of, but a small set so we can adjust our approach as we learn.
WIP. Passed to @johndmulhausen in case you want to finish it up during my PTO.
TODO:
Fast follow:
📄 View preview links for changed pages