agent-orchestrator/packages
Prateek 8cb34efd2d fix: activity detection — fix path encoding, use tail -1 for JSONL
Two tightly coupled infrastructure fixes:

- Fix toClaudeProjectPath(): leading `/` becomes `-` (not stripped),
  matching Claude Code's actual project directory naming convention.
- Replace manual 4KB buffer read in readLastJsonlEntry() with
  `tail -1` + JSON.parse — handles any file size, any line length,
  and eliminates the truncated-line edge case entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 01:41:55 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: clean up hash-based test directories in afterEach (#86) 2026-02-18 01:38:48 +05:30
core fix: activity detection — fix path encoding, use tail -1 for JSONL 2026-02-18 01:41:55 +05:30
integration-tests fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
plugins fix: activity detection — fix path encoding, use tail -1 for JSONL 2026-02-18 01:41:55 +05:30
web fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30