prumo for Gemini CLI
io.github.tomd4vs/prumo
Checks the context files a coding agent reads against the git index, and reports what drifted.
client:Gemini CLI
transport:stdio
runtime:npm
Install prumo in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"prumo": {
"command": "npx",
"args": [
"-y",
"@tomd4vs/prumo"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs