Skip to content

Glossary (Appendix B)

TermDefinition
OaCOrganization as Code — the paradigm of declaring organizational topology in version-controlled config
SourceAn external system that emits events (GitHub, Linear, Claude Code, etc.)
ActorAn entity that can be woken to do work (OpenClaw agent, human, webhook)
RouteDeclarative wiring: source event -> actor delivery
TransformA pipeline step that modifies, filters, or enriches events
LoggerA passive observer that records pipeline activity
ConnectorA plugin that bridges OrgLoop to an external system (can be source, target, or both)
CheckpointAn opaque cursor tracking a source’s last-processed position
WALWrite-Ahead Log — append-only file ensuring at-least-once delivery
Event BusInternal message-passing abstraction (in-memory, file, NATS, Kafka)