Adds five new u32 counters (skipped_gitignore, skipped_kebabignore, skipped_builtin_blacklist, skipped_generated, skipped_size_exceeded) and a SkipExamples struct (≤5 sample paths per category) to IngestReport. All new fields are #[serde(default)] for backward-compat deserialization. Downstream literal construction sites patched with zeros/empty; snapshot re-baked. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"duration_ms": 187,
|
|
"errors": 0,
|
|
"items": [
|
|
{
|
|
"asset_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
"block_count": 7,
|
|
"byte_len": 1234,
|
|
"chunk_count": 3,
|
|
"chunker_version": "md-heading-v1",
|
|
"doc_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
"doc_path": "notes/alpha.md",
|
|
"error": null,
|
|
"kind": "new",
|
|
"parser_version": "md-frontmatter-v2",
|
|
"warnings": []
|
|
},
|
|
{
|
|
"asset_id": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
|
|
"block_count": 12,
|
|
"byte_len": 2048,
|
|
"chunk_count": 5,
|
|
"chunker_version": "md-heading-v1",
|
|
"doc_id": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
|
|
"doc_path": "notes/beta.md",
|
|
"error": null,
|
|
"kind": "updated",
|
|
"parser_version": "md-frontmatter-v2",
|
|
"warnings": [
|
|
"malformed frontmatter"
|
|
]
|
|
}
|
|
],
|
|
"new": 2,
|
|
"scanned": 3,
|
|
"scope": {
|
|
"exclude": [
|
|
".git/**"
|
|
],
|
|
"include": [
|
|
"**/*.md"
|
|
],
|
|
"root": "/home/u/KB"
|
|
},
|
|
"skip_examples": {
|
|
"builtin_blacklist": [],
|
|
"generated": [],
|
|
"gitignore": [],
|
|
"size_exceeded": []
|
|
},
|
|
"skipped": 0,
|
|
"skipped_builtin_blacklist": 0,
|
|
"skipped_by_extension": {},
|
|
"skipped_generated": 0,
|
|
"skipped_gitignore": 0,
|
|
"skipped_kebabignore": 0,
|
|
"skipped_size_exceeded": 0,
|
|
"unchanged": 0,
|
|
"updated": 1
|
|
}
|