From d9f7e5bb8858007a2a42884d829ce9eb5c5e0fa9 Mon Sep 17 00:00:00 2001 From: Nathan Randall Date: Thu, 5 Feb 2026 15:21:47 -0700 Subject: [PATCH] Cleanup references to old repo --- .github/agents/ql-agent-skills-developer.md | 2 +- .github/instructions/prompts.instructions.md | 4 ++-- .github/skills/add-mcp-support-for-new-language/SKILL.md | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/agents/ql-agent-skills-developer.md b/.github/agents/ql-agent-skills-developer.md index 339f8e00..7622a7e8 100644 --- a/.github/agents/ql-agent-skills-developer.md +++ b/.github/agents/ql-agent-skills-developer.md @@ -25,7 +25,7 @@ This agent focuses on defining skills that combine multiple MCP Server tools to ## Commands -All command paths are relative to the root of the `github/codeql-development-mcp-server` repository. +All command paths are relative to the root of the `advanced-security/codeql-development-mcp-server` repository. ### List QL MCP Server Tools diff --git a/.github/instructions/prompts.instructions.md b/.github/instructions/prompts.instructions.md index c9cc0adf..83a733ee 100644 --- a/.github/instructions/prompts.instructions.md +++ b/.github/instructions/prompts.instructions.md @@ -1,13 +1,13 @@ --- applyTo: '**/*.prompt.md' -description: 'Instructions for managing .prompt.md files throughout the github/codeql-development-mcp-server repository.' +description: 'Instructions for managing .prompt.md files throughout the advanced-security/codeql-development-mcp-server repository.' --- # Instructions for managing `*.prompt.md` files ## PURPOSE -The `github/codeql-development-mcp-server` repository contains `*.prompt.md` files in multiple locations. These files are intentionally interlinked in order to promote modularity and reusability of prompt content. +The `advanced-security/codeql-development-mcp-server` repository contains `*.prompt.md` files in multiple locations. These files are intentionally interlinked in order to promote modularity and reusability of prompt content. ## ENTRY POINTS diff --git a/.github/skills/add-mcp-support-for-new-language/SKILL.md b/.github/skills/add-mcp-support-for-new-language/SKILL.md index 4fafbcdc..74f408a1 100644 --- a/.github/skills/add-mcp-support-for-new-language/SKILL.md +++ b/.github/skills/add-mcp-support-for-new-language/SKILL.md @@ -552,10 +552,6 @@ Before submitting the PR: - [ ] All existing tests still pass - [ ] New language tests pass -## Reference PRs - -- **Swift Support**: [PR #298](https://github.com/github/codeql-development-mcp-server/pull/298) - macOS-required language with dedicated workflow - ## Success Criteria The new language is successfully integrated when: