From c08e69286875d2cfb79da183446f76362d7ff648 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 01:46:17 +0000 Subject: [PATCH] fix: resolve CI test failures --- .../src/templates/copilot.template.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .ai-context-generator-cli/src/templates/copilot.template.md diff --git a/.ai-context-generator-cli/src/templates/copilot.template.md b/.ai-context-generator-cli/src/templates/copilot.template.md new file mode 100644 index 0000000..76cc817 --- /dev/null +++ b/.ai-context-generator-cli/src/templates/copilot.template.md @@ -0,0 +1,20 @@ +# Project Context for GitHub Copilot + +## Project Details +``` +Language: {{project.primaryLanguage}} +Frameworks: {{project.frameworks}} +Build Tools: {{project.buildTools}} +Files: {{project.fileCount}} +``` + +## Dependencies +``` +{{dependencies}} +``` + +## Coding Conventions +{{conventions}} + +--- +*Generated by AI Context Generator*