hivelore for VS Code
io.github.doucs91/hivelore
Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake.
client:VS Code
transport:stdio
runtime:npm
Install hivelore in VS Code
.vscode/mcp.json
{
"servers": {
"hivelore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hivelore/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs