This commit is contained in:
28
src/templates/generic.template.md
Normal file
28
src/templates/generic.template.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Project Context - AI Assistant Guide
|
||||
|
||||
## Project Information
|
||||
- **Primary Language**: {{project.primaryLanguage}}
|
||||
- **All Languages**: {{project.languages}}
|
||||
- **Frameworks**: {{project.frameworks}}
|
||||
- **Build Tools**: {{project.buildTools}}
|
||||
|
||||
## Dependency Overview
|
||||
- **Total Dependencies**: {{dependencies.count}}
|
||||
{{dependencies}}
|
||||
|
||||
## Code Analysis
|
||||
### File Statistics
|
||||
- **Total Files**: {{files.count}}
|
||||
- **Naming Convention**: {{conventions.naming}}
|
||||
- **Import Style**: {{conventions.importStyle}}
|
||||
- **Testing Framework**: {{conventions.testing}}
|
||||
|
||||
### Code Style
|
||||
- **Indent**: {{conventions.indent}}
|
||||
- **Quotes**: {{conventions.quotes}}
|
||||
|
||||
## File Structure
|
||||
{{files}}
|
||||
|
||||
---
|
||||
*Generated at {{generatedAt}}*
|
||||
Reference in New Issue
Block a user