From 18c016cf8668169b344826a497a90b76105b6263 Mon Sep 17 00:00:00 2001 From: espoon Date: Tue, 2 Dec 2025 12:46:38 +0000 Subject: [PATCH] Delete .github/copilot-instructions.md --- .github/copilot-instructions.md | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md deleted file mode 100644 index 76de713..0000000 --- a/.github/copilot-instructions.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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` - -# Wiki Tagging Standards - -All wiki pages should use YAML frontmatter for tagging. - -## Challenge Tags -All challenge pages must include the following tags: -- `challenge`: Identifies the page as a challenge. -- `challenge-NNN`: A unique sequential identifier. - - `challenge-001`: October 2025 - - `challenge-002`: November 2025 - - `challenge-003`: December 2025 - - Increment for subsequent months. -- `archive`: (Optional) Use this tag when the challenge is no longer active. - -## Visibility Tags -- `hidden`: Use this tag to prevent the page from being published to the fargo3d.com website. - -## Example Front Matter - -```yaml ---- -tags: - - challenge - - challenge-002 ---- -```