From 514012686735da981dc9d798ea44dd9d0680f6c0 Mon Sep 17 00:00:00 2001 From: Eric Spooner Date: Tue, 28 Oct 2025 15:51:06 -0500 Subject: [PATCH] Move to .github/copilot-instructions.md with minimal prompt --- .ai-instructions.md | 47 --------------------------------- .github/copilot-instructions.md | 8 ++++++ 2 files changed, 8 insertions(+), 47 deletions(-) delete mode 100644 .ai-instructions.md create mode 100644 .github/copilot-instructions.md diff --git a/.ai-instructions.md b/.ai-instructions.md deleted file mode 100644 index 82b96ed..0000000 --- a/.ai-instructions.md +++ /dev/null @@ -1,47 +0,0 @@ -# AI Assistant Instructions for 3D Print Meetup Repository - -## Important Guidelines for AI Assistants - -### Character Usage Rules - -**NEVER use the unicode multiplication symbol (×) in any documentation.** - -- ❌ WRONG: `25mm × 25mm × 25mm` -- ✅ CORRECT: `25mm x 25mm x 25mm` - -**Always use lowercase 'x' for dimensions, not the unicode × (U+00D7) character.** - -This applies to: - -- Challenge documentation -- Wiki pages -- README files -- Any markdown documentation -- Announcements -- All text content - -### Reason - -The unicode × character can cause display issues in: - -- Email clients -- Reddit posts -- Various text editors -- Screen readers -- Plain text environments - -Using lowercase 'x' ensures universal compatibility across all platforms where this content will be shared. - -### Quick Check - -Before committing any files, search for the × character and replace with lowercase x. - -PowerShell command to check: - -```powershell -Get-ChildItem -Recurse -Include *.md | Select-String "×" -``` - ---- - -**Last Updated**: October 28, 2025 diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..bf44699 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,8 @@ +# GitHub Copilot Instructions + +**Never use the unicode multiplication symbol (×, U+00D7) in any documentation, code, or markdown.** + +Always use a plain lowercase 'x' for dimensions and multiplication. + +- WRONG: `25mm × 25mm × 25mm` +- CORRECT: `25mm x 25mm x 25mm`