trail-boss/daemon
jedarden ac3c332cbd fix(reconcile): parse real Claude Code transcript format
- Parse ISO-8601 timestamps via Date.parse(), handle both strings and numbers
- Recognize real entry shape: type='user'|'assistant' with nested message.role
- Ignore non-message lines (attachments, queue-operations, etc.)
- Remove duplicate TranscriptEntry interface (import was not exported)
- Add AS-8 test validating real-format JSONL behavior
- Update fixtures to use real Claude Code format

Fixes tb-67q
2026-07-02 07:48:11 -04:00
..
claude-adapter.ts feat(trail-boss): commit phase 3 daemon code (previously untracked) 2026-05-25 22:57:51 -04:00
db.ts feat(trail-boss): phase 6 complete - all 7 acceptance scenarios passing 2026-05-30 12:55:37 -04:00
index.ts feat(trail-boss): phase 6 complete - all 7 acceptance scenarios passing 2026-05-30 12:55:37 -04:00
reconcile.ts fix(reconcile): parse real Claude Code transcript format 2026-07-02 07:48:11 -04:00
schema.sql feat(trail-boss): commit phase 3 daemon code (previously untracked) 2026-05-25 22:57:51 -04:00
types.ts feat(trail-boss): commit phase 3 daemon code (previously untracked) 2026-05-25 22:57:51 -04:00