# Worker 3 — dependency / impact angle (runs on remote GPU with gemma3:4b)
# Uses /map find to understand what depends on {{keyword}} and what it depends on.
# Saves result to .1bcoder/results/map-analysis.txt
/map find \{{keyword}}
Look at these module relationships. The task is: {{task}}
Answer two questions:
1. What modules CALL or IMPORT "{{keyword}}" — who depends on it?
2. What modules does "{{keyword}}" depend on?
Be specific. Maximum 5 items per question. One line per item: module — reason.
/save .1bcoder/results/map-analysis.txt
