From afadaae7930695d314ba44d590a3ef0e22971771 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Tue, 1 Sep 2026 13:32:31 +0000 Subject: [PATCH] fix(lint): reword the two Vale errors this branch put where nothing lints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Kyberforge.SentenceOpenerThereIs` is `level: error`, but `.vale.ini` scopes the style to `[**/SKILL.md]`, so no hook can see a violation in `references/`. This branch's own remedy — move prose out of the body into `references/` — is what carried these two there: - `provider-adapter-author/references/provider-matrix.md:31` - `agent-audit/references/finding-criteria.md:95` Both confirmed by copying the file to `SKILL.md` and running the audit's own `vale-wrap.sh`: 1 error each before, 0 after. Reworded to name the subject directly, which is what the rule asks for. Five further occurrences exist in `references/` files already on `main`. Those are the pre-existing corpus, not this branch's regression, and stay with #117 — which is the real fix: widen the Vale scope so the gate can see this class at all, and make the wrapper distinguish "0 alerts in 1 file" from "0 files matched". Source and generated mirror move together so the commit passes `check-plugin-content-sync` standalone. Refs: #117 Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Ktx4QJzTXZtw35m6T9WhcK --- .../provider-adapter-author/references/provider-matrix.md | 4 ++-- .../provider-adapter-author/references/provider-matrix.md | 4 ++-- .../.apm/skills/agent-audit/references/finding-criteria.md | 2 +- .../skills/agent-audit/references/finding-criteria.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/core/.apm/skills/provider-adapter-author/references/provider-matrix.md b/plugins/core/.apm/skills/provider-adapter-author/references/provider-matrix.md index b747538..e03bbf8 100644 --- a/plugins/core/.apm/skills/provider-adapter-author/references/provider-matrix.md +++ b/plugins/core/.apm/skills/provider-adapter-author/references/provider-matrix.md @@ -28,5 +28,5 @@ This skill is reached two ways: invoked directly by a user, and composed into by once it has written or updated the repo's `AGENTS.md`. Behave identically either way — do not assume a caller skill exists. Detect the provider file yourself, confirm `AGENTS.md` yourself, and run the closeout validator yourself, rather than treating any step as already done by the caller or -as something the caller will do afterwards. There is no handshake to rely on and no state passed -in beyond the file paths. +as something the caller will do afterwards. No handshake exists to rely on, and no state is +passed in beyond the file paths. diff --git a/plugins/core/skills/provider-adapter-author/references/provider-matrix.md b/plugins/core/skills/provider-adapter-author/references/provider-matrix.md index b747538..e03bbf8 100644 --- a/plugins/core/skills/provider-adapter-author/references/provider-matrix.md +++ b/plugins/core/skills/provider-adapter-author/references/provider-matrix.md @@ -28,5 +28,5 @@ This skill is reached two ways: invoked directly by a user, and composed into by once it has written or updated the repo's `AGENTS.md`. Behave identically either way — do not assume a caller skill exists. Detect the provider file yourself, confirm `AGENTS.md` yourself, and run the closeout validator yourself, rather than treating any step as already done by the caller or -as something the caller will do afterwards. There is no handshake to rely on and no state passed -in beyond the file paths. +as something the caller will do afterwards. No handshake exists to rely on, and no state is +passed in beyond the file paths. diff --git a/plugins/kyberforge/.apm/skills/agent-audit/references/finding-criteria.md b/plugins/kyberforge/.apm/skills/agent-audit/references/finding-criteria.md index 91e431a..5cd8509 100644 --- a/plugins/kyberforge/.apm/skills/agent-audit/references/finding-criteria.md +++ b/plugins/kyberforge/.apm/skills/agent-audit/references/finding-criteria.md @@ -92,7 +92,7 @@ Flag as SUGGESTION if: **Never report an agent body as too long on a word count.** ADR-0020 gates a skill body at 600/900 words and deliberately gates an agent body at nothing, because an agent body *becomes* the -system prompt of a fresh context rather than competing with a live conversation. There is no number +system prompt of a fresh context rather than competing with a live conversation. No number exists to cite. The one length signal that applies is the Copilot runtime's 30,000-character body limit, which `validate.sh` already reports as a SUGGESTION. Length is judged through the delegation FAIL above instead. diff --git a/plugins/kyberforge/skills/agent-audit/references/finding-criteria.md b/plugins/kyberforge/skills/agent-audit/references/finding-criteria.md index 91e431a..5cd8509 100644 --- a/plugins/kyberforge/skills/agent-audit/references/finding-criteria.md +++ b/plugins/kyberforge/skills/agent-audit/references/finding-criteria.md @@ -92,7 +92,7 @@ Flag as SUGGESTION if: **Never report an agent body as too long on a word count.** ADR-0020 gates a skill body at 600/900 words and deliberately gates an agent body at nothing, because an agent body *becomes* the -system prompt of a fresh context rather than competing with a live conversation. There is no number +system prompt of a fresh context rather than competing with a live conversation. No number exists to cite. The one length signal that applies is the Copilot runtime's 30,000-character body limit, which `validate.sh` already reports as a SUGGESTION. Length is judged through the delegation FAIL above instead.