cc-os/plugins/os-doc-hygiene/examples/golden/classifier/3-completed-in-place/expected.json

56 lines
1.3 KiB
JSON

{
"schema_version": "1.0",
"tool_version": "0.0.1",
"generated_at": "2026-06-24T17:45:00.901611+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/migration-checklist.md"
],
"entries": [
{
"path": "docs/migration-checklist.md",
"category": {
"class": "stale",
"subtype": "completed-in-place"
},
"signals": [
{
"name": "archive_to_live_ratio",
"detail": "92% of content is under archive/resolved/completed headings"
}
],
"op": "Stamp the completed checklist with 'hygiene: frozen' frontmatter so the finished record is not re-flagged each scan.",
"op_type": "deterministic",
"is_destructive": false,
"is_reversible": true,
"safety_tier": "auto",
"exact_edit": {
"kind": "insert-frontmatter",
"key": "hygiene",
"value": "frozen"
},
"token_estimate": {
"raw_tokens": 128,
"injection_frequency": null,
"weighted_tokens": null
}
}
],
"promotion_candidates": []
}