agent-orchestrator/packages/core/src
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
..
__tests__ fix(ci): resolve lint, typecheck, and test failures 2026-02-20 03:50:05 +05:30
config.ts feat: configurable terminal server ports for multi-dashboard support (#113) 2026-02-19 04:00:19 +05:30
index.ts fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30
lifecycle-manager.ts fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
metadata.ts fix: restore archived sessions that were killed/cleaned up (#110) 2026-02-19 02:19:44 +05:30
orchestrator-prompt.ts fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30
paths.ts fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
plugin-registry.ts fix: three spawn regressions from PR #88 session-manager refactor (#100) 2026-02-18 17:53:33 +05:30
prompt-builder.ts feat: layered prompt system for agent sessions (#27) 2026-02-14 20:07:13 +05:30
session-manager.ts feat(core): ActivityDetection with timestamp propagation 2026-02-19 19:28:54 +05:30
tmux.ts fix: increase delays in spawn prompt submission to ensure Enter is processed (#62) 2026-02-16 20:31:07 +05:30
types.ts feat(core): ActivityDetection with timestamp propagation 2026-02-19 19:28:54 +05:30
utils.ts fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30