← ClaudeAtlas

harness-curatelisted

Periodic harness hygiene pass: surface what the oracle's ledgers have accumulated, judge each candidate against the governance rubric, land the promotions and retirements, and record every decision. Reads `harnex lifecycle candidates`, `harnex telemetry report` and `harnex lifecycle retire`; writes rules, archives artifacts, and appends decisions.
junyeong-ai/harnex · ★ 1 · Data & Documents · score 67
Install: claude install-skill junyeong-ai/harnex
# harness-curate The promotion-and-retirement loop `.claude/rules/governance.md` describes, executed. That rule owns the rubric and the thresholds; this skill drives the commands and lands the results, and never restates a bar the rule already sets. ## 1. Surface Deterministic, and none of it invents text: ``` harnex lifecycle candidates # groups past the thresholds, and the ledger they came from harnex telemetry report # per-Kind counts; never a retirement verdict harnex lifecycle retire # Stale / NoConsumers / Silent verdicts ``` Read `observations_read` before the candidates. Zero is an unwritten ledger: the emit half of this loop never fired and this pass has read nothing, so say that and go find where the observations went — a wrapup that recorded them somewhere the loop does not reach is the usual answer. `groups_considered` and `groups_resolved` split the rest between what the thresholds saw and what an earlier pass already closed, and `decisions_read` says whether the ledger behind that second number was found at all — zero there, on a corpus this loop has run on before, means the pass is about to resurface everything the operator already settled. Observations read and no candidates IS a finished pass — the recurrence bar held. Say so and stop; a sweep that always finds something is a sweep that has started inventing. ## 2. Judge Read `.claude/rules/governance.md` and apply its promotion gate to each candidate, and `.claude/rules/artifact-life