Builder Door

Build the machine

You want to construct a reliable, composable multi-agent system. Read the configurations, event schemas, execution pipelines, and interop protocols Connor runs daily.

Concept 01

Claude Code CLI Setup

Configure skills, pre-command hooks, and slash command templates. Stop using giant system prompts and start using composable markdown instructions.

Setup Terminal
Concept 02

SQLite Brain Loop

Inspect the central SQLite events database schema. See how background collectors stream events, and how agents consume structured logs chronologically.

Inspect Schema
Concept 03

Agent Orchestration

Orchestrate parallel subagents for isolated jobs. Keep linear steps in a single thread to avoid context drift and unnecessary stitching overhead.

Orchestrate Subagents
Concept 04

Peer Verification & Gates

Secure execution pipelines using Git commit gates, cryptographic agent verification, and automated preflight decision receipt tests.

Explore Safety Gates