LogFuse merges app logs, terminal output, and git commits into a single searchable timeline.
- App logs: JSONL (
timestamp,message, optionallevel,detail) - Terminal logs:
[ISO_TIMESTAMP] command/output - Git logs:
SHA|TIMESTAMP|SUBJECT
npm install
npm run build
node dist/cli.js merge --app app.jsonl --terminal term.log --git git.log --out timeline.jsonnpm run devnpm run typechecknpm testnpm run build
MIT