Skip to main content

Module defaults

Module defaults 

Source
Expand description

Shared default constants.

Single source of truth for values that appear in multiple command handlers. Tests assert against these constants, not against their duplicated string literals, so a change propagates everywhere.

Constantsยง

DEFAULT_KERNEL_SOURCE
Default kernel source used by init when no override is provided. Format: org/repo matching the GitHub releases API convention.