From eb781e0d67a2387b070640c96128342d2e2395e0 Mon Sep 17 00:00:00 2001 From: CodeSigils Date: Tue, 15 Sep 2026 11:34:39 +0300 Subject: [PATCH 1/2] chore: snapshot reviewed skill-budget warning to advisory baseline What: Record the 380-line SKILL.md budget warning as a reviewed advisory with a 2026-09-15 review date. Why: The weekly cron-health check surfaced a new skill-budget warning; the payload is dense guardrail prose at a stable size, so the current state is accepted via the repo's advisory-baseline mechanism while keeping the 350-line threshold active for future regression detection. --- advisory-baseline.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/advisory-baseline.json b/advisory-baseline.json index 422f0e7..26dfb6a 100644 --- a/advisory-baseline.json +++ b/advisory-baseline.json @@ -1,4 +1,6 @@ { - "reviewed": "2026-08-21", - "warnings": [] + "reviewed": "2026-09-15", + "warnings": [ + "skill-budget: skills/skill-discovery/SKILL.md: 380 lines (budget 350)" + ] } From 2b5ae3f79df534d5b22ebfa9626588ce9a594f8f Mon Sep 17 00:00:00 2001 From: CodeSigils Date: Tue, 15 Sep 2026 11:34:39 +0300 Subject: [PATCH 2/2] docs: record skill payload budget review in roadmap What: Add a 2026-09-15 dated entry to the implementation record describing the advisory-baseline decision. Why: The roadmap maintenance discipline requires a concise dated entry for repository structure decisions. --- proposals/ROADMAP.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proposals/ROADMAP.md b/proposals/ROADMAP.md index 6a70804..5340656 100644 --- a/proposals/ROADMAP.md +++ b/proposals/ROADMAP.md @@ -340,6 +340,16 @@ installation implicitly mutating. ## Implementation record +### 2026-09-15 — Skill payload budget review + +- Reviewed the `skill-budget` cron-health warning: `skills/skill-discovery/SKILL.md` + is 380 lines against the 350-line warning threshold, unchanged since the last + payload edit (2026-09-09). +- Accepted the current size via the advisory baseline: the lines are dense + guardrail and reporting-contract prose with no recoverable duplication, and the + exact-string baseline still flags any growth beyond 380 lines. +- Left the 350-line threshold in place for future regression detection. + ### 2026-09-06 — Static discovery scope complete - Completed the non-Claude roadmap for the portable discovery skill.