cc-os/plugins/os-doc-hygiene/examples/golden/classifier/2-superseded/expected.json

60 lines
1.5 KiB
JSON

{
"schema_version": "1.0",
"tool_version": "0.0.1",
"generated_at": "2026-06-24T17:45:00.792786+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/old-plan.md"
],
"entries": [
{
"path": "docs/old-plan.md",
"category": {
"class": "stale",
"subtype": "superseded"
},
"signals": [
{
"name": "stale_name_location",
"detail": "filename 'old-plan.md' contains 'old' \u2014 may indicate superseded content"
}
],
"op": "Move the superseded plan to archive/docs/old-plan.md to preserve history without keeping it live.",
"op_type": "deterministic",
"is_destructive": false,
"is_reversible": true,
"safety_tier": "auto",
"exact_edit": {
"kind": "move-to-archive",
"anchor": {
"start_line": 1,
"end_line": 13
},
"dest_path": "archive/docs/old-plan.md",
"expected_sha256": "a1f247505584b851f2303ef6fe04d657180f9a3bb8301d588a02c649b5c68792",
"generated_at": "2026-06-24T17:45:00.792702+00:00"
},
"token_estimate": {
"raw_tokens": 103,
"injection_frequency": null,
"weighted_tokens": null
}
}
]
}