openclawbrain-site

Canonical observability details live on GitHub; this page mirrors the operator truth for the current launch wave.

OpenClawBrain Operator Guide

Current operating truth

Treat the current public wave as an external technical alpha.

What healthy operation means today

A healthy attached runtime looks like this:

Required commands

From the repo root, use these checks first:

corepack enable
pnpm install --frozen-lockfile
pnpm check
pnpm release:status
pnpm observability:smoke
pnpm observability:report

Use these when you want attach-specific confidence:

pnpm lifecycle:smoke
pnpm continuous-product-loop:smoke
pnpm runtime-wrapper-path:smoke

What to inspect

Read the proof surfaces in this order:

  1. pnpm release:status for ship surface, tag state, proof-gate status, and blocking reasons.
  2. pnpm observability:report for activation slots, freshness targets, rollback lineage, route artifact diffs, init handoff, and duplicate no-op reporting.
  3. compile diagnostics for usedLearnedRouteFn, routerIdentity, router checksum, PG objective metadata, and explicit fallback notes.

If handoff_state=seed_state_authoritative, the runtime is still on the fast-boot seed-state pack. If handoff_state=pg_promoted_pack_authoritative, a later PG-promoted pack has become authoritative.

Claim boundary for operators

The local operator proof today is narrow but real:

Do not treat these as proof of:

That broader route-function story remains important; it is simply claimed through Brain Ground Zero, not through this repo alone.