Primary finding
Cohort definition for STALE conflicts with classification algorithm for never-run forks
- skills/fork-cohort/SKILL.md:23-25
- skills/fork-cohort/SKILL.md:69-70
- skills/fork-cohort/SKILL.md:97-111
The table suggests a STALE case even "if no recent run record exists," which overlaps with COLD's "No Actions runs ever recorded" and conflicts with Step 5, which classifies empty last_run as ∞ and thus COLD. This discrepancy will confuse operators because narrative docs and output classifications won’t align.
Recommendation
Align the definition with the algorithm. Suggested fix: remove "even if no recent run record exists" from STALE and keep "No Actions runs ever recorded" strictly in COLD. Rephrase STALE as: "Last run ≥7 days ago and ≤365 days ago." Ensure examples match the implemented logic across the doc.