the signals and their derived score are provisional and subject to change.
validate manually before sharing.
45a647065b139f059db3171ef7791e8cc4d61740none
WARP.mdTool: warp# Warp AI Coding Preferences for Ragex
This file contains guidelines and preferences for AI coding assistants working on the Ragex project.
## Project Overview
**Ragex** is a Hybrid Retrieval-Augmented Generation (RAG) system for multi-language codebase analysis. It's an MCP (Model Context Protocol) server that combines:
- Static code analysis with AST parsing
- Knowledge graph storage (ETS-based)
- Semantic search using local ML models (Bumblebee)
- Hybrid retrieval (symbolic + semantic)
- Advanced grapnone