agent-orchestrator/packages
Prateek 758e6da63d fix(ci): resolve lint, typecheck, and test failures
Lint:
- Remove unused parseJsonlFile function (superseded by parseJsonlFileTail)
- Remove dead lastLogModified stat() call in getSessionInfo (field was
  removed from AgentSessionInfo but the filesystem read was left behind)

Typecheck + Tests (ActivityDetection):
- session-manager.test.ts: update mocks to return { state: "active" } /
  { state: "idle" } instead of bare strings — getActivityState() returns
  ActivityDetection | null, not ActivityState | null
- integration tests (aider, claude-code, codex, opencode): update imports
  from ActivityState → ActivityDetection, variable types, comparisons
  (activityState?.state !== "exited"), and assertions (?.state).toBe()

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 03:50:05 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120) 2026-02-19 07:27:39 +05:30
core fix(ci): resolve lint, typecheck, and test failures 2026-02-20 03:50:05 +05:30
integration-tests fix(ci): resolve lint, typecheck, and test failures 2026-02-20 03:50:05 +05:30
plugins fix(ci): resolve lint, typecheck, and test failures 2026-02-20 03:50:05 +05:30
web fix(web): address Cursor Bugbot review comments on PR #125 2026-02-19 21:31:02 +05:30