From 31eb21f9f5e8f42e78de5ef02ff529fcccd9f627 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 5 Jul 2026 15:06:29 +0530 Subject: [PATCH] ... --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index ad0a92e00..b65133527 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -45,3 +45,5 @@ Before declaring a task complete, you must follow this exact verification lifecy 1. Run the local **Build Command** to guarantee zero compilation or compilation-stage type errors. 2. Run the local **Test Command** targeted at the modified module to prevent regressions. 3. If errors occur, analyze the stdout logs completely before writing a fix. Do not guess. +4. If the change you have made is user facing, update the docs/changelog.rst + file with a brief description of your changes