From 6edb83770c72c6b30e340b08199c705053787ab1 Mon Sep 17 00:00:00 2001 From: Baptiste LAFOURCADE Date: Fri, 10 Jul 2026 12:13:52 +0200 Subject: [PATCH] chore(commitlint): declare the aidd-ui scope, long and short `plugins/aidd-ui` ships, but neither `aidd-ui` nor `ui` was in `scope-enum`, while the six other plugins each declare both forms. A commit touching the plugin warned on a scope the repo itself defines. Co-Authored-By: Claude Opus 4.8 --- commitlint.config.cjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commitlint.config.cjs b/commitlint.config.cjs index 51cde411..c44ab106 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -16,12 +16,14 @@ module.exports = { "aidd-pm", "aidd-refine", "aidd-orchestrator", + "aidd-ui", "context", "dev", "vcs", "pm", "refine", "orchestrator", + "ui", // Root scopes (touching marketplace.json or framework-wide config) "framework", "marketplace",