Boss Loops
Boss Loops is the governed operating-loop product: finite-state operational cycles with actor attribution, guard enforcement, evidence, and an immutable audit trail.
Boss Loops ships in two distribution models — same product, same model:
Both distributions are powered by the Loop Engine runtime (@loop-engine/*) — the
underlying technology, documented under Runtime.
The canonical demo is the Spreadsheet Approval Loop — the workflow is the product:
1Google Sheet staged change → Slack approval → Boss Loops transition2→ Google Sheet apply → confirmation / evidence trailThere are two ways to experience it:
| | Run locally in 5 minutes | Run live with integrations |
| - | --- | --- |
| Product | Boss Loops OSS | Boss Loops Cloud |
| What you get | dry-run of the Spreadsheet Approval loop over seeded evidence | live Slack approval + live Google Sheets apply |
| Credentials | none | Slack app + Google OAuth |
| Command | pnpm boss-loops:demo --dry-run | request access (below) |
1# Boss Loops OSS — local, credential-free 5-minute proof2pnpm boss-loops:demo --dry-runOSS proves the loop. Cloud runs the workflow.
The OSS dry-run walks the real loop state machine and prints the staged change, the approval, the applied result, and an audit trail — with no Slack/Google credentials. Live Slack + Google execution is Cloud-first; see Boss Loops Cloud.
