-
Notifications
You must be signed in to change notification settings - Fork 314
Cleanup ai instructions #6413
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
Cleanup ai instructions #6413
Conversation
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.
Pull Request Overview
This pull request reorganizes and consolidates the AI instruction files to improve maintainability and reduce redundancy. The changes streamline the instruction system by creating consolidated instruction files and adding reference pointer files (CLAUDE.md) in key directories.
- Consolidates duplicate instruction content into centralized files
- Creates reference pointer files to guide AI assistants to the correct instruction locations
- Removes redundant instruction content from multiple files
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
content/CLAUDE.md | Adds pointer to content instruction guidelines |
assets/CLAUDE.md | Adds pointer to asset development guidelines |
api-docs/CLAUDE.md | Adds pointer to API documentation guidelines |
CLAUDE.md | Removes redundant instruction references |
.github/instructions/shortcodes-reference.instructions.md | Consolidates placeholder guidelines and updates note/warning syntax |
.github/instructions/influxdb3-code-placeholders.instructions.md | Removes file (content moved to shortcodes reference) |
.github/instructions/contributing.instructions.md | Removes duplicate content and adds references to consolidated files |
.github/instructions/content.instructions.md | Adds shortcode reference pointer |
.github/instructions/assets.instructions.md | Creates new consolidated asset development guidelines |
.github/instructions/api-docs.instructions.md | Creates new consolidated API documentation guidelines |
.claude/agents/ui-dev.md | Adds new UI development specialist agent configuration |
- Follow Copilot guidelines for naming instructions files according to the directory they apply to - Copy instructions files as CLAUDE.md to the relevant directory. - Update placeholder instructions - Optimize Copilot instructions - Remove Claude instructions and reference the Copilot instructions file instead TODO: update the commit hook script to correctly generate and place the files.
dbcb3b7
to
512105d
Compare
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Co-authored-by: Copilot <[email protected]>
Closes #
Describe your proposed changes here.
(if necessary)