01 / System
Source-Read Protocol
Convert a real open-source agent codebase into architecture notes and reusable operating patterns.
The Starkslab method for reading source code: inspect the runtime, name the boundaries, explain the tradeoffs, and extract the pattern without turning it into hype.
Loop Map
Start from the code path that owns runtime behavior, not the README promise.
Map the entry points, state, memory, tool registry, and recovery path.
Write the tradeoffs in operator language.
Link the source read to a related tool, product, or system.
Revisit when the upstream project changes the contract.
Protocol
The operating loop.
The Starkslab method for reading source code: inspect the runtime, name the boundaries, explain the tradeoffs, and extract the pattern without turning it into hype.
- 01Start from the code path that owns runtime behavior, not the README promise.
- 02Map the entry points, state, memory, tool registry, and recovery path.
- 03Write the tradeoffs in operator language.
- 04Link the source read to a related tool, product, or system.
- 05Revisit when the upstream project changes the contract.
MCP Starter Template
Launch an MCP server quickly with sane defaults.
Tool Registry Pattern
Prevent tool sprawl by enforcing a registry contract.
OpenClaw Architecture Explained: Gateway, Sessions, Memory, and Tools
Skimmable OpenClaw system map covering the gateway, sessions, memory files, heartbeat and cron, and the execution layer from inbound message to action.
OpenClaw Gateway Architecture: WebSocket Presence, Routing, and Channel Plugins
OpenClaw gateway architecture guide for the WebSocket control plane, channel plugins, routing, queue modes, and why presence beats model intelligence.
OpenClaw Source Code Structure: Gateway, Heartbeat, Skills, and Runtime Architecture
OpenClaw source code teardown mapping the repo structure, gateway, heartbeat, routing, skills, self-modification, and the one trust risk behind the hype.
Output
A source-read note that explains implementation shape, not just feature claims.