From 4f3636d66de04a89c279333c7f7a871451c05436 Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Tue, 7 Jul 2026 15:42:50 +0800 Subject: [PATCH] docs: correct check count (33) Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 446193f..63bbb5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # check-safety -Static safety checker for the BlockNinja codebase. Walks a target tree, runs 31 invariant +Static safety checker for the BlockNinja codebase. Walks a target tree, runs 33 invariant checks across Go and frontend sources, and exits non-zero on any violation. Lives at `~/src/blockninja/check-safety/` as a standalone Go module, alongside `cms/`,