Current exposed commands:
hyperclaw-doctorhyperclaw-privacy-checkhyperclaw-validate-confighyperclaw-ops-fabrichyperclaw-materialize-packhyperclaw-first-runhyperclaw-symbol-slicehyperclaw-feedback-storehyperclaw-context-packhyperclaw-failure-clinichyperclaw-context-baselinehyperclaw-context-scorecard
python3 -m hyperclaw_max.doctor --repo .
python3 -m hyperclaw_max.privacy_check --repo .
python3 -m hyperclaw_max.first_run ./.hyperclaw-max-demo
python3 -m hyperclaw_max.runtime_validate ./.hyperclaw-max-demo/config/openclaw.public.example.jsonc
python3 -m hyperclaw_max.ops_fabric.cli validate --state-dir ./.hyperclaw-max-demo/runtime/state
python3 -m hyperclaw_max.ops_fabric.cli summary --state-dir ./.hyperclaw-max-demo/runtime/state
python3 -m hyperclaw_max.context_intel.pack "telegram inbound dedupe session scope" --repo . --format human
python3 -m hyperclaw_max.context_intel.clinic --text "memory sync failed (search): openai embeddings failed: 401 provider=openai" --format humanThe current public extraction now also ships:
hyperclaw-materialize-packhyperclaw-first-runinstall/overlay/README.mdinstall/connectors/*.env.example
This is the real public-core bootstrap surface. It renders config, workspace boots, and runtime state over a clean target root.
The current public extraction now also ships:
install/systemd/openclaw-gateway.serviceinstall/systemd/openclaw-gateway.service.d/env-override.conf.example
These templates are public-safe starting points for the gateway control plane. They are not copied production units.
The current public extraction now also ships:
docs/OPERATIONAL-FABRIC.mdschemas/ops_fabric/*.schema.jsonfixtures/ops_fabric/*.sample.jsonhyperclaw-ops-fabric
This is the public-safe bootstrap layer for task, delegation, and watchdog state. It is not the full private automation fabric.
These commands are already real for the public core. Voice, richer hooks, repo-intel, and private overlays are still separate lanes.