agent-orchestrator/packages
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
..
ao chore: version packages 2026-03-29 09:21:26 +00:00
cli fix(cli/status): validate --interval only when --watch is used 2026-04-01 11:05:30 +05:30
core Merge pull request #837 from fireddd/ci/diff-coverage-threshold 2026-03-31 20:58:33 +05:30
integration-tests extend opencode discovery timeout, include integration tests in pnpm test 2026-03-29 16:44:53 +05:30
plugins fix: address production failure modes from adversarial review 2026-03-31 14:39:49 +05:30
web ci: add diff coverage workflow enforcing 80% on changed code only 2026-03-31 09:26:36 +05:30