A Code Generation orchestrator delegates to a tests-subagent and a refactor-subagent. Each subagent owns a focused tool set. The orchestrator also has a read_file tool registered. Which is the BEST description content for read_file at the orchestrator level? A. 'Reads any file path.', keep it minimal and let the orchestrator freely decide when to read and when to delegate on its own B. 'Reads any file path. Use for general inspection; for test-related reads delegate to tests_subagent, for refactor-related reads delegate to refactor_subagent' C. Remove read_file from the orchestrator entirely, only subagents should have file access D. 'Reads any file path. Always prefer this over delegating', keep the read work in the orchestrator for low latency, since calling the file tool directly avoids the round-trip cost of dispatching to a subagent for every inspection Drop your answer (A / B / C / D) in the comments 👇 I'll reveal the correct answer and the why tomorrow.