DOS — the trust substrate for agent fleets for Gemini CLI
io.github.anthony-chaudhary/dos-kernel
Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons.
client:Gemini CLI
transport:stdio
runtime:pypi
Install DOS — the trust substrate for agent fleets in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dos-kernel": {
"command": "uvx",
"args": [
"dos-kernel"
],
"env": {
"DISPATCH_WORKSPACE": "<DISPATCH_WORKSPACE>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs