fix: resolve CI test failures
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 01:21:02 +00:00
parent 26f5a42682
commit 29634912a5

View 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}}*