OPTIMIZE_LABEL
constOPTIMIZE_LABEL:"__optimize__"="__optimize__"
Defined in: src/optimizer.ts:27
Prefix for ephemeral optimizer agent names. Each run appends the first 8 chars of its
session UUID so concurrent runs for different repos never collide on the same herdr name
(agent_name_taken). The underscores are load-bearing: prompt-derived session slugs are
[a-z0-9-] only (see namer.ts), so no real session can collide. The orphan-tab reaper
matches tabs whose name starts with this prefix — a bare “optimize” would NOT be safe.
Mirrors DISTILL_LABEL in distiller.ts.