From 26f5a4268241f32995af57d0dd846eff29792f44 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 01:21:02 +0000 Subject: [PATCH] fix: resolve CI test failures --- src/templates/copilot.template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/templates/copilot.template.md diff --git a/src/templates/copilot.template.md b/src/templates/copilot.template.md new file mode 100644 index 0000000..76cc817 --- /dev/null +++ b/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*