-
-
Notifications
You must be signed in to change notification settings - Fork 202
Feat: DevRank Spider CLI Strategy Selection #9086
Copy link
Copy link
Closed
Labels
Description
Add a new CLI option -s, --strategy <type> to the devrank:spider command to force the execution of a specific discovery strategy.
Requirements:
- Update
apps/devrank/services/Manager.mjsto parse the new option. - Update
apps/devrank/services/Spider.mjsto accept a strategy override in itsrun()method. - Supported values:
community(alias forcommunity_scan),keyword,temporal,stargazer,search(Core).
Acceptance Criteria:
npm run devrank:spider -- --strategy communityexecutes only the Community Scan.- Run the spider 2 times with the new strategy to seed diversity data.
Reactions are currently unavailable