Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions advisory-baseline.json
Original file line number Diff line number Diff line change
@@ -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)"
]
}
10 changes: 10 additions & 0 deletions proposals/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down