Guided Journey: Open Harborview for the day

This tutorial is for developers who want to understand the complete Pilotage loop by performing one real job.

Harborview is a deterministic smart-building simulator. It accepts programs written in buildingflow/1, a small language that exists only on this server.

The job is simple to describe:

Turn on the lobby lights, unlock the loading-dock door for daytime access, install an alarm that notifies Facilities when the dock door opens after hours, and verify the result.

The language is intentionally unfamiliar. The server must teach it before it can be used.

By the end, the journey will cover:

discover
→ learn
→ look up
→ author
→ validate
→ gate
→ execute
→ verify
→ trace
→ recover from drift

The chapters#

  1. ·Before starting
  2. 1Connect and discover
  3. 2Learn the language
  4. 3Look up the live vocabulary
  5. 4Draft the daytime flow, and make the classic mistake
  6. 5Read the plan and apply the risk gate
  7. 6Execute the daytime flow, pinned
  8. 7Install the after-hours alarm
  9. 8Demonstrate the alarm safely
  10. 9Fetch the trace, choose what to keep, and recover from drift
  11. ·What just happened
  12. ·How this page stays honest

Start the journey →