cc-os/plugins/os-doc-hygiene/examples/golden/classifier/5-distill/expected.json

51 lines
1.2 KiB
JSON
Raw Normal View History

{
"schema_version": "1.0",
"tool_version": "0.0.1",
"generated_at": "2026-06-24T17:45:01.121819+00:00",
"scan": {
"project_root": "<input>",
"scope_globs": [
"**/*.md"
],
"excluded_dirs": [
"build",
"vendor",
"archive",
"graphify-out",
".dochygiene",
"fixtures",
"examples/golden"
],
"files_scanned": 1
},
"shortlist": [
"docs/incident-log.md"
],
"entries": [
{
"path": "docs/incident-log.md",
"category": {
"class": "bloat",
"subtype": "distill"
},
"signals": [
{
"name": "archive_to_live_ratio",
"detail": "95% of content is under archive/resolved/completed headings"
}
],
"op": "Generative distillation: condense the resolved-incident narrative (lines 5-27) to a few summary lines, preserving the facts at lower altitude.",
"op_type": "generative",
"is_destructive": false,
"is_reversible": true,
"safety_tier": "confirm",
"token_estimate": {
"raw_tokens": 343,
"injection_frequency": null,
"weighted_tokens": null
}
}
],
"promotion_candidates": []
}