소개
sgrep is a powerful CLI tool that bridges the gap between traditional text searching and AI-driven code understanding. By leveraging semantic embeddings, it allows developers to search for conceptual logic—such as 'error handling' or 'authentication flow'—even when the exact function names are unknown. It offers a hybrid mode for combining semantic intent with specific technical terms, making it indispensable for exploring complex or unfamiliar codebases where standard grep falls short.