Versions in this module Expand all Collapse all v0 v0.0.2 Jul 31, 2026 Changes in this version + type DetectAIToolUseCase struct + func NewDetectAIToolUseCase(aiDetector service.AIDetectorService, projectRoot string) *DetectAIToolUseCase + func (uc *DetectAIToolUseCase) Execute() (DetectionResult, error) + type DetectionResult struct + AITool entity.AITool + ContextFiles []string v0.0.1-beta May 20, 2026