makefile-awk-help-parser-excludes-digit-targets

A common Makefile help target implemented with awk breaks when target names contain digits (e.g., test-a11y, k8s-apply). The awk regex must explicitly allow digits in target name character classes. Missing targets in make help creates invisible capability — operators don’t know those commands exist.