The whole protocol, small enough to read on a few pages
Helix is a small set of single-purpose services. The boot order is a rule: guards before render. Every artifact passes seven validation rules (A through G). Every shipped artifact carries a five-field receipt. That is the whole engine — readable on a handful of pages.
The full detailed chart. Condensed for print legibility in the book; shown here at full size.
Notice what is deliberately absent: no plugin marketplace, no scripting layer that reaches outside declared authority, no "advanced mode" that bypasses the gates. Every one of those would be a door, and every door is a place trust leaks out. Smallness is the feature that makes the whole thing inheritable.
What's left out, on purposeready
What this means for you
The whole engine fits on a few pages, with no hidden doors. What this means for you: your successor can fully understand the system that runs the business — the opposite of inheriting machinery only the original builder knew.
Here's the whole engine, compactly:
The protocol, in full
servicesfew, single-purpose, declared
boot orderguards before render
rulesA-G, every artifact, mechanical
deliberately absentno bypass, no hidden doors
A protocol you can read is a protocol an heir can audit.
For the technical reader — the command, and how to verify it yourself
# one line · you do not need to run this see walkthrough
HELIX_SERVICES.yaml + HELIX_BOOT.yaml # -> the whole engine, small enough to fully understand
Full step-by-step is in Appendix RX: Hands-On Demonstrations in the book.
ⓘDeterministic demonstration. The conversation is a faithful dramatization of the exercise; the receipt is the artifact it produces — the same every time, because the system is receipted. (Representative of the demo's structure; the production page renders the captured run.) No output here is fabricated. A live "run it yourself" mode is coming.