From d95faa43dd1e00d2e7493eec4716ff35d581e560 Mon Sep 17 00:00:00 2001 From: Prabhsharan Singh Date: Mon, 4 May 2026 14:45:35 +0530 Subject: [PATCH] chore(root): add CGD- to commitlint issue prefixes Allows CGD-* Linear ticket keys in commit footers (Coins Gard / custody). Refs: WP-1 Co-authored-by: Cursor --- commitlint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commitlint.config.js b/commitlint.config.js index c237343dd7..6d349251ab 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -27,6 +27,7 @@ module.exports = { 'BTC-', 'CAAS-', 'CE-', + 'CGD-', 'CEN-', 'CLEX-', 'COPS-',