You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysis of the repository's Go source files found 2 significant duplication patterns. The most impactful is the 6-phase DIFC enforcement pipeline, which is duplicated across two separate execution paths (MCP tool calls and REST proxy calls) with ~120-150 lines of near-identical logic. A secondary pattern is the repetitive 4-function public logging API that is reproduced three times in the logger package with only naming differences.
Detected Patterns
This analysis found 2 significant duplication patterns:
Analysis of commit baa83f9
Summary
Analysis of the repository's Go source files found 2 significant duplication patterns. The most impactful is the 6-phase DIFC enforcement pipeline, which is duplicated across two separate execution paths (MCP tool calls and REST proxy calls) with ~120-150 lines of near-identical logic. A secondary pattern is the repetitive 4-function public logging API that is reproduced three times in the logger package with only naming differences.
Detected Patterns
This analysis found 2 significant duplication patterns:
Overall Impact
internal/proxy/handler.go,internal/server/unified.go,internal/logger/file_logger.go,internal/logger/markdown_logger.go,internal/logger/server_file_logger.go)Next Steps
Analysis Metadata
internal/baa83f9f260c1741199284a0e7a13f53926b7c98