mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-27 23:06:54 +05:00
fix: reduce false positives in Repository Pattern detection
- Added 11 new valid DDD repository method patterns - Support for has*(), is*(), exists*(), clear*(), store*() methods - Support for lifecycle methods: initialize(), close(), connect(), disconnect() - Fixes issue where valid DDD patterns were flagged as violations - Better alignment with real-world Domain-Driven Design practices This reduces false positives in projects using cache repositories, connection management, and domain-specific query methods. Version: 0.6.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@samiyev/guardian",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "Research-backed code quality guardian for AI-assisted development. Detects hardcodes, circular deps, framework leaks, entity exposure, and 8 architecture violations. Enforces Clean Architecture/DDD principles. Works with GitHub Copilot, Cursor, Windsurf, Claude, ChatGPT, Cline, and any AI coding tool.",
|
||||
"keywords": [
|
||||
"puaros",
|
||||
|
||||
Reference in New Issue
Block a user