From the creative-agent adoption (creative-agent#298): products with extra columns on their mission table (e.g. a workflowId FK linking a run to its workflow definition) currently need a second post-insert write to stamp them, because CreateMissionInput → store insert has no opaque extras slot. An extras?: Record<string, unknown> passed through to MissionStorePort.insert verbatim would make creation single-write for every consumer.
From the creative-agent adoption (creative-agent#298): products with extra columns on their mission table (e.g. a
workflowIdFK linking a run to its workflow definition) currently need a second post-insert write to stamp them, becauseCreateMissionInput→ storeinserthas no opaque extras slot. Anextras?: Record<string, unknown>passed through toMissionStorePort.insertverbatim would make creation single-write for every consumer.