Skip to content
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

WIP: Integrate copilot instructions for using HONC #42

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brettimus
Copy link
Contributor

@brettimus brettimus commented Jan 29, 2025

This PR will add files to the various templates that support using HONC with the following Copilot-y IDEs:

  • Cursor (.cursorrules)
  • Windsurf (.windsurfrules)
  • GitHub Copilot (.github/copilot-instructions.md)

TODO

  • Investigate how to leverage .cursor/rules folder (details below)

  • Investigate snippets that can be @ mentioned inside IDE

.cursor/rules explained

From the changelog:

.cursor/rules: Users can write several repository-level rules to disk in the .cursor/rules directory. The Agent will automatically choose which rule to follow.

A database of rules that cursor agent can select from (or you can @-mention when you are using chat/composer)

These files are in .mdc and look like this:

---
description:
globs:
---

# Your rule content

- You can @ files here
- You can use markdown but dont have to

You can manually add them in the settings page for Cursor.

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