Commits .vrek/log.ndjson, the vrek export of goals, principles, decisions, issues and evidence (restore with vrek_import), plus .mcp.json, which wires the vrek MCP server, and .idea/vcs.xml. The SQLite database and its -wal/-shm files are local state and are gitignored; the export is refreshed and committed periodically. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
13 lines
204 B
JSON
13 lines
204 B
JSON
{
|
|
"mcpServers": {
|
|
"vrek": {
|
|
"command": "vrek-mcp",
|
|
"env": {
|
|
"VREK_ACTOR": "claude",
|
|
"VREK_ACTOR_KIND": "agent",
|
|
"VREK_MODEL": "claude-opus-5"
|
|
}
|
|
}
|
|
}
|
|
}
|