cc-os/plugins/os-doc-hygiene/examples/golden/classifier/1-orphaned/expected.json

59 lines
1.4 KiB
JSON
Raw Normal View History

{
"schema_version": "1.0",
"tool_version": "0.0.1",
"generated_at": "2026-06-24T17:45:00.691072+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/orphan.md"
],
"entries": [
{
"path": "docs/orphan.md",
"category": {
"class": "stale",
"subtype": "orphaned"
},
"signals": [
{
"name": "broken_reference",
"detail": "links to './gone.md' which does not exist"
}
],
"op": "Delete the orphaned reference block (lines 5-10) that points at a removed helper and describes a workflow that no longer exists.",
"op_type": "deterministic",
"is_destructive": true,
"is_reversible": false,
"safety_tier": "confirm",
"exact_edit": {
"kind": "delete-range",
"anchor": {
"start_line": 5,
"end_line": 10
},
"expected_sha256": "5da05aa629ca39925a68d4b1f3f1a86686fdbbdab90b29d56294c5be3b371400",
"generated_at": "2026-06-24T17:45:00.690977+00:00"
},
"token_estimate": {
"raw_tokens": 79,
"injection_frequency": null,
"weighted_tokens": null
}
}
]
}