From 97a95bd3afffbd1e0e7185ed911de7d94f8b3953 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 Feb 2026 07:23:26 -0600 Subject: [PATCH] docs: add validation rule - always validate after changes --- memory/2026-02-14.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/memory/2026-02-14.md b/memory/2026-02-14.md index e447119..bd8450f 100644 --- a/memory/2026-02-14.md +++ b/memory/2026-02-14.md @@ -154,3 +154,15 @@ This script was periodically overwriting count.txt with nginx log line count, ov **Lesson:** Check for competing scripts before implementing fixes. + +--- + +## Rule Added - Feb 14, 2026 +**Always validate after changes.** No exceptions. +- Test functionality +- Verify file integrity +- Check permissions +- Confirm expected output + +Applied retroactively to today’s counter fix. +