Gate static schema generation behind COG_STATIC_SCHEMA=1 for all commands
Previously, cog train/predict/serve (skipLabels=true) always used static
schema generation, bypassing the COG_STATIC_SCHEMA env var check. Now all
commands require COG_STATIC_SCHEMA=1 to enable static schema generation.