mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
The openclaw backend was rewritten in #715 to parse a single JSON blob instead of streaming NDJSON events. The tests still referenced the old types (openclawEvent) and methods (handleOCTextEvent, etc.), causing a build failure in CI. Rewrite all tests to exercise the new processOutput method and openclawInt64 helper.