From 8c1237c6d016d357dd86781b79caeb396dbf34dd Mon Sep 17 00:00:00 2001 From: vczh Date: Thu, 5 Feb 2026 16:39:09 -0800 Subject: [PATCH] ... --- .github/prompts/kb-api.prompt.md | 3 +-- .github/prompts/kb-design.prompt.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/prompts/kb-api.prompt.md b/.github/prompts/kb-api.prompt.md index fec827b3..ffe0cc68 100644 --- a/.github/prompts/kb-api.prompt.md +++ b/.github/prompts/kb-api.prompt.md @@ -5,8 +5,7 @@ ## Implement the Knowledge Base -- Find out the `Leveraging the Knowledge Base` section. Understand the organization of the knowledge base. -- Read the `Index.md` of the knowledge base first. +- Check out `Leveraging the Knowledge Base`, read the entry file and understand how it is organized: `REPO-ROOT/.github/KnowledgeBase/Index.md`. - There could be multiple places as the request might include multiple objectives. For each objective: - Find out which project does it belong to. - Read through all categories, find out which category is the best fit. diff --git a/.github/prompts/kb-design.prompt.md b/.github/prompts/kb-design.prompt.md index 8238bf66..9b156dce 100644 --- a/.github/prompts/kb-design.prompt.md +++ b/.github/prompts/kb-design.prompt.md @@ -6,6 +6,8 @@ - You are only allowed to update `Copilot_KB.md` and the knowledge base. - You are not allowed to modify any other files. - Code references must be wrapped in either `single-line` or ```multi-line``` quotes. +- Check out `Leveraging the Knowledge Base`, read the entry file and understand how it is organized: `REPO-ROOT/.github/KnowledgeBase/Index.md`. + - `Index.md` below means this file. ## Identify the Problem