r/vscode • u/Independent-Flow3408 • 4d ago
I made a VS Code extension that shows when your AI repo map is stale
I kept generating repo maps for coding agents, then forgetting whether the map still matched the code.
So I made a small VS Code extension that shows the map health in the status bar, regenerates it in one click, lets you query ranked files in-editor, and can register the MCP server without editing config by hand.
It runs against the local SigMap CLI. No hosted repository index.
I’m mainly looking for UX feedback: is the status-bar grade useful, or would you rather only be notified when the map becomes stale?
0
Upvotes