mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-07-06 18:52:03 +08:00
0c020e664d
Two bugs the first live wizard run surfaced: - channels-remote.sh's unanchored `*qwibitai/nanoclaw*` glob matched sibling channel repos (qwibitai/nanoclaw-discord sorts first on multi-remote machines) and resolved the from-branch copy to a remote with no channels ref, failing every from-branch fetch. The pattern now anchors the repo-name tail (nanoclaw / nanoclaw.git only). - Once the run-health gate latched `blocked`, later nc:operator blocks still rendered — walking the human through "a pairing code is about to appear" and a readiness confirm for a step the engine had already gated. Blocked runs now skip operator directives: no event (so no URL offer / readiness confirm), no operatorMessages entry, recorded in skipped. Spec §2 updated. Suite 722 passed | 1 skipped. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>