From fe7cef499d16d8d8faa886a425ea90e3bee21a73 Mon Sep 17 00:00:00 2001 From: Brylie Christopher Oxley Date: Fri, 4 Sep 2026 09:15:46 +0300 Subject: [PATCH] chore: fix Prettier formatting blocking CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .agents/skills/pr-backlog-reflection/SKILL.md (merged in PR #201) has a malformed Markdown table that fails the repo-wide prettier --check gate, breaking npm run lint (and therefore CI) for every open PR — confirmed on both #206 and #202. Whitespace-only reformat, no content change. Co-Authored-By: Claude Sonnet 5 --- .agents/skills/pr-backlog-reflection/SKILL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.agents/skills/pr-backlog-reflection/SKILL.md b/.agents/skills/pr-backlog-reflection/SKILL.md index f6f98c4..76b7848 100644 --- a/.agents/skills/pr-backlog-reflection/SKILL.md +++ b/.agents/skills/pr-backlog-reflection/SKILL.md @@ -47,11 +47,11 @@ the work directly revealed a new, evidenced consequence. Classify each valid observation before presenting it: -| Classification | Use when | -| --- | --- | +| Classification | Use when | +| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Current-PR finding | It violates the intended contract, creates a credible regression, or is necessary for a supported surface. Keep it out of the backlog list and raise it in the active review/work. | -| Backlog candidate | It is valuable, concrete, and can be delivered independently after this PR. | -| Note only | It lacks enough evidence, duplicates existing work, or has no meaningful outcome. | +| Backlog candidate | It is valuable, concrete, and can be delivered independently after this PR. | +| Note only | It lacks enough evidence, duplicates existing work, or has no meaningful outcome. | ## Check that the work is not already tracked