Skip to content

Commit 1db53a3

Browse files
committed
feat(analysis): integrate SymbolAnalyser in rule-based strategy
Enhances RuleBasedAnalysisStrategy to use SymbolAnalyser for improved symbol analysis.
1 parent 0b93af2 commit 1db53a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/remote-agent/src/services/analysis/strategies/RuleBasedAnalysisStrategy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Now integrates with SymbolAnalyser for intelligent symbol analysis.
77
*/
88

9-
import { GitHubIssue } from "../../../types/index";
9+
import { GitHubIssue } from "../../../types";
1010
import {
1111
BaseAnalysisStrategy,
1212
SearchKeywords,
@@ -15,7 +15,6 @@ import {
1515
} from "../interfaces/IAnalysisStrategy";
1616
import * as path from 'path';
1717

18-
// Import SymbolAnalyser and related types from context-worker
1918
import {
2019
SymbolAnalyser,
2120
CodeCollector,

0 commit comments

Comments
 (0)