{"version":3,"file":"constants.mjs","names":[],"sources":["../../../src/builders/cli/constants.ts"],"sourcesContent":["/** Environment variable naming the composition record of a launcher session. */\nexport const LAUNCHER_COMPOSITION_ENV = 'DOOMPI_LAUNCHER_COMPOSITION';\n\n/**\n * Environment variable asking a delegated launcher to record its composition.\n *\n * A server that composes in process passes `compositionRecordPath` directly,\n * but a repository that pins its own DoomPi, or a host that sets\n * `DOOMPI_AGENT_COMMAND`, hands the arguments to a different launcher process\n * instead. That launcher owns composition for its own version, so the request\n * travels as an environment variable it may honour or ignore. A launcher too\n * old to know this name simply composes as before, which is why forwarding it\n * is safe across versions.\n */\nexport const LAUNCHER_COMPOSITION_REQUEST_ENV = 'DOOMPI_COMPOSITION_RECORD';\n\nexport const LAUNCHER_COMPOSITION_VERSION = 1;\n"],"mappings":";;AACA,MAAa,2BAA2B;;;;;;;;;;;;AAaxC,MAAa,mCAAmC"}