agent-orchestrator/packages/cli
sjd9021 dc68241959 feat: add `ao notify test` command to verify notifier configuration
Adds a new CLI command that sends test notifications through configured
notifier plugins, letting users verify their setup without triggering
real orchestrator events.

Usage:
  ao notify test              # test all configured notifiers
  ao notify test -n slack     # test a specific notifier
  ao notify test -p urgent    # test with a specific priority level

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 01:11:22 +05:30
..
__tests__ feat: add `ao notify test` command to verify notifier configuration 2026-02-16 01:11:22 +05:30
src feat: add `ao notify test` command to verify notifier configuration 2026-02-16 01:11:22 +05:30
package.json feat: add `ao notify test` command to verify notifier configuration 2026-02-16 01:11:22 +05:30
tsconfig.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
vitest.config.ts feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30