OpenClaw
Connect OpenClaw to Trurlic so code generation follows your architectural decisions.
Prerequisites
Section titled “Prerequisites”- Trurlic installed and
.trurlic/initialized in your project - OpenClaw with MCPorter configured
The fastest way:
trurlic install --ide openclawThis writes to ~/.openclaw/workspace/config/mcporter.json.
Manual setup
Section titled “Manual setup”Add to your MCPorter configuration:
{ "mcpServers": { "trurlic": { "command": "trurlic", "args": ["serve"] } }}Agent instructions
Section titled “Agent instructions”Add Trurlic instructions to your project’s agent rules so OpenClaw queries the decision graph before generating code. See MCP Server for the recommended instruction block.
Verification
Section titled “Verification”- Start an OpenClaw session in the project directory.
- Ask the agent to implement a feature — it should query
get_contextand follow your recorded decisions. - Check
trurlic statusfor consistency.