Variable: MONITOR_ID_MAX_LENGTH
const MONITOR_ID_MAX_LENGTH: 100 = 100;
Defined in: shared/validation/monitorFieldConstants.ts:9
Lightweight (non-Zod) constants for monitor field validation.
Remarksโ
Keep message strings and limits centralized so that Zod schemas, IPC validators and persistence layers stay aligned.