From 766f39ad7b5f82e79f3d079fcc117667b231152d Mon Sep 17 00:00:00 2001 From: zheflow Date: Fri, 7 Aug 2026 11:35:43 +0800 Subject: [PATCH] fix(specs): correct repo-health family count in triage-mode.md Why: triage-mode.md said "five-skill family" while repo-health-family.md says the family is six skills deep. The sixth skill, dependency-license-audit, shipped without this spec being updated. The spec-loop plan beat reads Known gaps to choose the next work item, so the two specs disagreeing about a countable fact can send the loop at finished work. Per the maintainer's direction on the issue (Option 1), six read-only audits is the correct count; re-keying audit-finding-fix off family:repo-health is left for a follow-up once the target key is decided. Closes #931 Generated-by: Claude Code (Fable 5) --- tools/spec-loop/specs/triage-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/spec-loop/specs/triage-mode.md b/tools/spec-loop/specs/triage-mode.md index d52d6068b..8a7b94636 100644 --- a/tools/spec-loop/specs/triage-mode.md +++ b/tools/spec-loop/specs/triage-mode.md @@ -111,8 +111,8 @@ uv run --project tools/skill-and-tool-validator --group dev skill-and-tool-valid committer), emeritus / inactive-committer handling, and contributor offboarding. Worth deciding whether this becomes a named family with its own spec. -- **Repo-health audits are now a five-skill family — feature-complete.** +- **Repo-health audits are now a six-skill family — feature-complete.** `ci-runner-audit`, `workflow-security-audit` (zizmor-backed), - `dependency-audit`, `license-compliance-audit`, and `flaky-test-triage` - have all shipped (read-only, `experimental`); see + `dependency-audit`, `license-compliance-audit`, `flaky-test-triage`, and + `dependency-license-audit` have all shipped (read-only, `experimental`); see [repo-health-family.md](repo-health-family.md). No candidates remain.