agent-orchestrator/packages
Prateek c8a5028606 fix: use tail -1 for readLastJsonlEntry, add real-data integration test
Replace over-engineered pure Node.js backward-reading implementation with
simple `tail -1` via execFile. The codebase already shells out to tmux,
git, and ps everywhere — tail is no different.

Add integration test that validates toClaudeProjectPath() and
readLastJsonlEntry() against real ~/.claude/projects/ data on disk.
No API key needed — just requires Claude to have been run once.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 03:45:59 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli test: comprehensive activity detection coverage 2026-02-18 02:12:11 +05:30
core fix: use tail -1 for readLastJsonlEntry, add real-data integration test 2026-02-18 03:45:59 +05:30
integration-tests fix: use tail -1 for readLastJsonlEntry, add real-data integration test 2026-02-18 03:45:59 +05:30
plugins fix: pure Node.js readLastJsonlEntry, use pollUntilEqual for Linear test 2026-02-18 03:01:49 +05:30
web test: comprehensive activity detection coverage 2026-02-18 02:12:11 +05:30