agent-orchestrator/packages/cli/__tests__
ChiragArora31 10a41cfafa fix(cli/status): validate --interval only when --watch is used
The --interval flag is only relevant when --watch is enabled.
Previously, passing `--interval 0` without `--watch` threw an error,
whereas `--interval 5` was silently ignored. Now, invalid intervals
are ignored when `--watch` is omitted, ensuring consistent behavior.

Also adds a test case to prevent regression.
2026-04-01 11:05:30 +05:30
..
commands fix(cli/status): validate --interval only when --watch is used 2026-04-01 11:05:30 +05:30
lib enhance openclaw-probe with installation detection 2026-03-31 04:02:33 +05:30
scripts Handle send errors and stabilize script tests 2026-03-27 00:25:10 +05:30