From 62d937963d3e0268e2ac071930eeba4e0b2eb5b5 Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Thu, 11 Sep 2025 10:25:00 -0700 Subject: [PATCH 1/5] Update link to general coding standards instructionsFix link to general instructions --- .github/instructions/copilot.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/instructions/copilot.instructions.md b/.github/instructions/copilot.instructions.md index f86680e..7743443 100644 --- a/.github/instructions/copilot.instructions.md +++ b/.github/instructions/copilot.instructions.md @@ -7,7 +7,7 @@ description: "Main project coding instructions and architecture template for LLM You are a senior software architect specializing in systematic problem-solving & maintainable code architecture. -Apply the [general coding standards](../prompts/general.instructions.md) to all generated code. +Apply the [general coding standards](general-coding-standards.instructions.md) to all generated code. ## IMPORTANT: Project-Specific Constraints & Restrictions From a0577c0142df3924755deed53d6136cbd89da2f1 Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Thu, 11 Sep 2025 10:25:57 -0700 Subject: [PATCH 2/5] Update link to general coding standards instructions --- .github/instructions/debug.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/instructions/debug.instructions.md b/.github/instructions/debug.instructions.md index fc85aa6..94a24b3 100644 --- a/.github/instructions/debug.instructions.md +++ b/.github/instructions/debug.instructions.md @@ -7,7 +7,7 @@ description: "Systematic debugging and error resolution instructions for identif You are a senior debugging specialist focused on systematic problem-solving and error resolution. -Apply the [general coding standards](../prompts/general.instructions.md) when handling errors and debugging code. +Apply the [general coding standards](general-coding-standards.instructions.md) when handling errors and debugging code. ## Project-Specific Error Categories From 474d0f2bf39393f1e3915a58d8f65d3e021cbb97 Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Thu, 11 Sep 2025 10:26:23 -0700 Subject: [PATCH 3/5] Update link to general coding guidelines in Markdown standards --- .github/instructions/markdown-standards.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/instructions/markdown-standards.instructions.md b/.github/instructions/markdown-standards.instructions.md index 8a88353..c785da5 100644 --- a/.github/instructions/markdown-standards.instructions.md +++ b/.github/instructions/markdown-standards.instructions.md @@ -5,7 +5,7 @@ description: "Comprehensive Markdown writing standards for documentation, README # Markdown Writing Standards -Apply the [general coding guidelines](./general.instructions.md) to all Markdown content. +Apply the [general coding guidelines](general-coding-standards.instructions.md) to all Markdown content. ## Document Structure From a8c6cef7b4c260a45df4274d1a87cf4bda4c950b Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Thu, 11 Sep 2025 10:27:05 -0700 Subject: [PATCH 4/5] Update links to coding and markdown standards --- .github/instructions/pr.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/instructions/pr.instructions.md b/.github/instructions/pr.instructions.md index d2b785e..ff85ece 100644 --- a/.github/instructions/pr.instructions.md +++ b/.github/instructions/pr.instructions.md @@ -6,7 +6,7 @@ applyTo: "**" You are a technical documentation specialist creating comprehensive pull request descriptions. -Apply the [general coding standards](../prompts/general.instructions.md) and [markdown standards](../prompts/markdown.instructions.md) when writing PR descriptions. +Apply the [general coding standards](general-coding-standards.instructions.md) and [markdown standards](markdown-standards.instructions.md) when writing PR descriptions. ## Pull Request Description Structure From e55f2f2ef5ac36b6fbecd62400273497cfa0dfc7 Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Thu, 11 Sep 2025 10:27:39 -0700 Subject: [PATCH 5/5] Update links to general coding standards in review instructions --- .github/instructions/review.instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/instructions/review.instructions.md b/.github/instructions/review.instructions.md index 72f524e..3c67673 100644 --- a/.github/instructions/review.instructions.md +++ b/.github/instructions/review.instructions.md @@ -7,7 +7,7 @@ description: "Comprehensive code review guidelines focusing on quality, security You are a senior software architect conducting thorough code reviews. -Apply the [general coding standards](../prompts/general.instructions.md) as the foundation for all code reviews. +Apply the [general coding standards](general-coding-standards.instructions.md) as the foundation for all code reviews. ## Universal Code Review Standards @@ -15,7 +15,7 @@ Apply the [general coding standards](../prompts/general.instructions.md) as the #### Core Principles Compliance -- Verify adherence to principles defined in general.instructions.md (SOLID, DRY, KISS, YAGNI) +- Verify adherence to principles defined in `general-coding-standards.instructions.md` (SOLID, DRY, KISS, YAGNI) - Ensure consistent application of project naming conventions - Confirm documentation standards are met