hardcoded-inventory-counts-drift-immediately

Hardcoded numeric counts in MEMORY.md (e.g. ‘22 hooks’, ‘25 active’, ‘6 crons’) become stale as soon as one item is added or removed. Replace all counts with live-verification instructions (crontab -l, ls, docker ps) or pointer-to-registry patterns. This is a Law 4 violation pattern that silently erodes decision quality.