docs: correct check count (33)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Alex Dunmow 2026-07-07 15:42:50 +08:00
parent 56cca5b4b8
commit 4f3636d66d

View File

@ -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/`,