UNPKG

claude-git-hooks

Version:

Git hooks with Claude CLI for code analysis and automatic commit messages

50 lines (45 loc) 1.06 kB
{ "name": "backend", "displayName": "Backend (Spring Boot + SQL Server)", "description": "Java backend with Spring Boot, JPA, SQL Server, AWS", "version": "1.0.0", "techStack": [ "Spring Boot 2.6+", "JPA", "Hibernate", "SQL Server", "Spring Security", "JWT", "MapStruct", "Lombok", "AWS SDK", "Maven", "Cucumber", "JUnit", "JaCoCo" ], "fileExtensions": [ ".java", ".xml", ".yml", ".yaml" ], "focusAreas": [ "REST API design and best practices", "JPA entities and repositories", "Service layer patterns", "Security vulnerabilities (OWASP Top 10)", "SQL injection prevention", "Performance (threads, async operations)", "Transaction management", "DTO mappings", "Test coverage" ], "templates": { "analysis": "ANALYSIS_PROMPT.md", "guidelines": "PRE_COMMIT_GUIDELINES.md", "commitMessage": "../shared/COMMIT_MESSAGE.md", "analyzeDiff": "../shared/ANALYZE_DIFF.md", "resolution": "../shared/RESOLUTION_PROMPT.md" } }