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 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 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 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 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