Rulvar API reference / @rulvar/core / MAX_RUN_ID_LENGTH
Variable: MAX_RUN_ID_LENGTH
ts
const MAX_RUN_ID_LENGTH: 200 = 200;Defined in: packages/core/src/l0/run-id.ts:23
The runId length ceiling (RV1012): a runId is a filesystem name component and a correlation key, so the cap keeps it comfortably under filesystem name limits with room for store suffixes, and starves length-based smuggling through the unmasked id channel.