From c300bd0ad864abe545a870f4893a454ef62b4de0 Mon Sep 17 00:00:00 2001 From: Eric Spooner Date: Mon, 1 Dec 2025 20:42:36 -0600 Subject: [PATCH] Update copilot instructions with wiki tagging standards --- .github/copilot-instructions.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index bf44699..03784c1 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -6,3 +6,16 @@ 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 (e.g., `challenge-001`, `challenge-002`). +- `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.