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*