···9090- Explore subagent may not be accurate; verify findings as needed
9191- never spawn subagents to read and return file contents; read files directly in the main context.
9292 subagents should perform searches or answer specific questions, not act as file I/O proxies
9393+- don't use WebFetch to retrieve full page contents; it answers a question about a URL, not dumps
9494+ the raw content. use `curl` if you need the complete unsummarized response
93959496### external repository research
9597