From fde9e281c4a6bd9e62d87eedc66e3c3dc48e40cc Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 9 Aug 2026 10:13:44 -0400 Subject: [PATCH] agents: remove double negative --- .agents/skills/writing-commit-messages/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/writing-commit-messages/SKILL.md b/.agents/skills/writing-commit-messages/SKILL.md index dedadbe5e..fef12cd30 100644 --- a/.agents/skills/writing-commit-messages/SKILL.md +++ b/.agents/skills/writing-commit-messages/SKILL.md @@ -47,7 +47,7 @@ Write commit messages that follow commit style guidelines for the project. and **how the new behavior works** at a high level. - Use plain prose, not bullet points. Wrap lines at ~72 characters. - Focus on the _why_ and _how_ rather than restating the diff. -- Keep the tone direct and technical without no filler phrases. +- Keep the tone direct and technical without filler phrases. - Don't exceed a handful of paragraphs; less is more. ## Workflow