Enhance JAIG's capabilities by enabling it to provide context for adjacent files referenced within methods in the prompt (similar to RAG functionality). This feature ensures that the system can analyze and utilize related files in the same project or directory to generate more accurate and context-aware outputs.
Example Workflow:
- User provides a prompt:
"Refactor the calculateDiscount method in OrderService.java using utility methods from DiscountUtils.java."
- JAIG detects the reference to DiscountUtils.java, fetches its contents, and includes relevant context in processing.
- Output reflects the integration of methods from DiscountUtils.java.