🌐
33 languages, zero native deps
TypeScript, Python, Go, Rust, Java, Kotlin, Ruby, PHP, Swift, C#, C++, Dart, Scala, Vue, Svelte, GraphQL, SQL, Terraform, R, GDScript, and more.
Language support →
The deterministic, verifiable grounding layer for AI code work. Proof — 87.8% hit@5 · 97.0% token reduction · zero deps, fully offline.
Release: v8.9.1·New — squeeze_output MCP tool + squeeze --response: the deterministic squeeze engine is now reachable by agents mid-session — compress a noisy stack trace, CI/build log, or JSON payload before it enters context (keeps the signal, strips the noise, enriches the top frame). The 19th MCP tool; also a named CLI flag. Zero-dependency, offline, deterministic.
Benchmark: sigmap-v8.9-main·88% hit@5 · 97.0% token reduction · 2026-07-06
Step 1: Generate context for your project
Step 2: Ask for relevant files (query-specific context)
bash
sigmap ask "explain the auth flow"
# Outputs: ranked file list + .context/query-context.md (ready to paste)Step 3: Copy context to your AI assistant
.context/query-context.mdStep 4: Save the AI response
bash
# Copy the AI's answer into a file
echo "Paste AI response here..." > response.txtStep 5: Validate coverage (optional)
bash
sigmap validate --query "auth login token"
# Check if coverage is high enough to trust the responseStep 6: Judge groundedness
bash
sigmap judge --response response.txt --context .context/query-context.md
# Score: shows if the answer is grounded in your codeThat flow gives you: a compact signature map · a focused query context · a coverage sanity check · a groundedness score for the answer.
SigMap is no longer just "shrink the context file." Every step has a purpose:
See the full end-to-end walkthrough to watch this in action on a real repo.
| Metric | Without SigMap | With SigMap |
|---|---|---|
| Task success proxy | 10% | 67.8% |
| Prompts per task | 2.84 | 1.44 |
| Retrieval hit@5 | 13.6% | 88% (88% graph-boosted) |
| Overall token reduction | — | 97.0% |
| GPT-4o overflow repos | 16/21 | 0/21 |
Latest saved benchmark run: 2026-07-06 (v8.9.1).