-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Improve rules guidance in the deep dive and rules docs #8022
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
base: main
Are you sure you want to change the base?
Conversation
- Add clear Hub vs Local rules integration explanation - Document rules loading order and synchronization behavior - Add troubleshooting section for common rules issues - Reference Linear issue CON-3084 for link accuracy problem - Clarify Hub/VSCode workflow with step-by-step instructions Addresses user confusion about rules created in different locations not syncing and provides clear guidance on workflows. Generated with Continue(https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
|
## Where to Manage Rules | ||
|
||
<Columns cols={2}> | ||
<Card title="Local Rules (.continue/rules)" icon="folder"> |
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.
I think one of the main benefits is that it's version controlled alongside your code
- Best for project-specific rules | ||
</Card> | ||
|
||
<Card title="Hub Rules" icon="cloud"> |
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.
Could mention that it's easy to include in multiple agents. Also maybe give some examples of a hub rule vs project rule, eg hub rule for org wide things like "always use X library for Y task" and project rule like "remember to generate migrations after modifying the db"
Overview
This PR improves the rules documentation based on user feedback from Slack thread about confusion with Hub/VSCode rules integration.
Changes Made
Documentation Improvements
****:
****:
Key User Experience Improvements
Addresses User Feedback
From the Slack thread, users reported:
Testing
Related Issues
This agent session was created by tingwai and co-authored by Continue noreply@continue.dev.
Summary by cubic
Improved the rules docs to clearly explain Hub vs local rules, loading order, and workflows, plus added troubleshooting to reduce confusion between VSCode and Hub. This clarifies the edit link behavior and workarounds tied to Linear issue CON-3084.