TypeScript type inferred from the Zod config schema.
Represents the JSON/YAML-compatible shape of a harness profile. This
is the type of data that comes out of harnessProfileConfigSchema.parse().
HarnessProfileConfigData: z.infer<typeof harnessProfileConfigSchema>