01Context Optimization: Filters and merges context to ensure only high-relevance files are passed to sub-agents.
024-Phase Retrieval Lifecycle: Implements Dispatch, Evaluate, Refine, and Loop stages for systematic context gathering.
03Adaptive Search Refinement: Learns codebase-specific terminology and naming conventions during the retrieval process.
04Relevance Scoring: Ranks files on a 0-1 scale to prioritize critical implementation details and patterns.
05Gap Identification: Automatically detects missing terminology or dependencies to guide subsequent search queries.
061 GitHub stars