altair823
f8a4c79727
feat(app): IngestLogWriter + LogEvent enum (per-ingest-run ndjson log)
v0.20.x ingest log surface 의 module side. crates/kebab-app/src/
ingest_log.rs 신규:
* IngestLogWriter — open/write_event/write_summary/flush + Drop flush
* LogEvent enum 4 variant (ocr / parse_error / skip / error)
* IngestSummary struct (kind="summary" literal + 11 stat field)
* generate_run_id (ISO 8601 prefix + uuid v7 마지막 8 hex)
* expand_log_dir ({state_dir} placeholder 의 hand-roll expand)
* now_ts (Rfc3339 UTC helper)
* percentiles helper (sorted Vec p50/p90/max)
uuid v7 = workspace dep, rand 신규 의존 회피 (spec §6 R-5).
본 step 은 self-contained writer + 5 unit test. ingest pipeline 의
emit hook 5개 wiring 은 step 4.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 02:53:09 +00:00
..
2026-05-28 02:53:09 +00:00
2026-05-27 13:32:09 +00:00
2026-05-27 23:18:27 +00:00
2026-05-28 02:44:21 +00:00
2026-05-27 08:18:34 +00:00
2026-05-26 03:01:58 +00:00
2026-05-26 03:01:58 +00:00
2026-05-26 03:01:58 +00:00
2026-05-26 03:01:58 +00:00
2026-05-26 03:01:58 +00:00
2026-05-26 06:51:06 +00:00
2026-05-26 09:12:21 +00:00
2026-05-26 12:19:32 +00:00
2026-05-26 03:01:58 +00:00
2026-05-26 15:00:59 +00:00
2026-05-27 15:42:59 +00:00
2026-05-26 09:12:21 +00:00
2026-05-26 03:01:58 +00:00
2026-05-27 13:20:38 +00:00
2026-05-27 23:15:58 +00:00
2026-05-26 03:01:58 +00:00
2026-05-27 08:18:34 +00:00