Add AI instructions file and update wiki submodules with unicode fixes
This commit is contained in:
parent
e4db75ea2e
commit
d79cba562c
|
|
@ -0,0 +1,47 @@
|
|||
# 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
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 67ab86a2ccb38666b219faab4def37abb087c9d9
|
||||
Subproject commit 60312a2ae5e9ec55fe948c77a4009c2e0d7752ff
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a081356647e44f700171ce3d4b86eb1edaa48f7
|
||||
Subproject commit a80cd8c48d12a0f21fd86ded50c345d71693e9cd
|
||||
Loading…
Reference in New Issue