agent-orchestrator/packages/cli
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
..
__tests__ fix(cli/status): validate --interval only when --watch is used 2026-04-01 11:05:30 +05:30
src fix(cli/status): validate --interval only when --watch is used 2026-04-01 11:05:30 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
CHANGELOG.md chore: version packages 2026-03-29 09:21:26 +00:00
package.json fix: use createRequire for JSON import (Node16 module compat) 2026-03-31 05:11:24 +05:30
tsconfig.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
vitest.config.ts ci: add diff coverage workflow enforcing 80% on changed code only 2026-03-31 09:26:36 +05:30