hardcoded-counts-in-memory-drift-silently

MEMORY.md had hardcoded counts — ‘22 hooks’, ‘25 active’, ‘6 crons’ — that became stale as capabilities were added/removed. The counts created false confidence and violated Law 4 (verify live state). Replace all counts with dynamic verification instructions: instead of ‘6 crons at ~/.claude/crons/’, write ‘scheduled crons at ~/.claude/crons/ (verify with crontab -l and ls)‘.