altair823
bef0c98867
feat(wire): PdfOcrProgress.Finished + ingest_progress.v1 additive 4 fields
v0.20.x ingest log feature 의 wire side. additive minor cascade:
* PdfOcrProgress::Finished + IngestEvent::PdfOcrFinished 의 4 field:
- image_byte_size: Option<u64>
- image_width: Option<u32>
- image_height: Option<u32>
- failure_reason: Option<String>
* docs/wire-schema/v1/ingest_progress.schema.json — 4 추가 property
(모두 optional, required 변경 없음 = additive minor)
* integrations/claude-code/kebab/SKILL.md — wire schema description 동기
기존 ingest_progress.v1 consumer (CLI wire dump, integration test
fixture, kebab-cli wire_search/wire_ask) 는 4 추가 field 의
Option::None 으로 backward-compat. version bump 0 (additive minor =
binary-version cascade trigger 아님 per CLAUDE.md §Versioning cascade).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 02:57:59 +00:00
..
2026-05-09 15:46:04 +09:00
2026-05-25 23:27:36 +00:00
2026-05-10 21:07:36 +09:00
2026-05-10 21:07:36 +09:00
2026-04-30 05:17:32 +00:00
2026-05-15 17:41:26 +09:00
2026-04-30 05:17:32 +00:00
2026-04-30 05:17:32 +00:00
2026-05-25 23:27:36 +00:00
2026-05-10 00:55:29 +09:00
2026-05-28 02:57:59 +00:00
2026-05-27 08:51:51 +00:00
2026-05-20 07:47:44 +00:00
2026-05-27 23:15:58 +00:00
2026-05-15 17:41:26 +09:00
2026-05-24 11:54:25 +00:00