agent-orchestrator/packages/cli
Prateek eebf621fb1 refactor: return ActivityDetection from getActivityState instead of bare string
getActivityState() now returns { state, timestamp } instead of a bare
ActivityState string. The timestamp comes from data the plugin already
had (JSONL file mtime), eliminating the separate getSessionInfo() call
that was used solely to update lastActivityAt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 07:27:34 +05:30
..
__tests__ refactor: return ActivityDetection from getActivityState instead of bare string 2026-02-19 07:27:34 +05:30
src feat: configurable terminal server ports for multi-dashboard support (#113) 2026-02-19 04:00:19 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
package.json fix: three spawn regressions from PR #88 session-manager refactor (#100) 2026-02-18 17:53:33 +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