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

18 lines
705 B
JSON
Raw Normal View History

[
{
"path": "docs/old-plan.md",
"category": { "class": "stale", "subtype": "superseded" },
"signals": [
{ "name": "stale_name_location", "detail": "filename 'old-plan.md' contains 'old' — 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",
"exact_edit": {
"kind": "move-to-archive",
"anchor": { "start_line": 1, "end_line": 13 },
"dest_path": "archive/docs/old-plan.md"
},
"gloss": "Still accurate as a historical record but fully replaced by the live plan; relocation preserves it and de-clutters the live tree."
}
]