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.
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 02SQLite 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 03Agent 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 04Peer Verification & Gates
Secure execution pipelines using Git commit gates, cryptographic agent verification, and automated preflight decision receipt tests.
Explore Safety Gates