# Worker 2 — code search angle
# Uses /find to locate actual code related to {{keyword}}, then asks about implementation.
# Saves result to .1bcoder/results/search-analysis.txt
/find {{keyword}} -c
Look at these code matches. The task is: {{task}}
Which functions or classes are the most important entry points for "{{keyword}}"?
List them as: filename:line — function/class name — one line description.
Maximum 8 items. No explanation, just the list.
/save .1bcoder/results/search-analysis.txt
