Interface: TargetConfig¶
Defined in: compiler/src/types.ts:82
Configuration for a single target.
Properties¶
convention?¶
optionalconvention?:string
Defined in: compiler/src/types.ts:88
Output convention ('xml', 'markdown', or custom name)
enabled?¶
optionalenabled?:boolean
Defined in: compiler/src/types.ts:84
Whether this target is enabled
guardsAsSkills?¶
optionalguardsAsSkills?:boolean
Defined in: compiler/src/types.ts:97
Generate skills from
Guards¶
named entries (Factory).
Default¶
guardsSkillsListing?¶
optionalguardsSkillsListing?:boolean
Defined in: compiler/src/types.ts:100
List generated guard skills in main output file (Factory).
Default¶
includeSkills?¶
optionalincludeSkills?:boolean|string[]
Defined in: compiler/src/types.ts:106
Controls which skills are emitted for this target.
output?¶
optionaloutput?:string
Defined in: compiler/src/types.ts:86
Custom output path
skillBaseDir?¶
optionalskillBaseDir?:string
Defined in: compiler/src/types.ts:103
Custom base directory for generated skill files.
version?¶
optionalversion?:string
Defined in: compiler/src/types.ts:94
Target version or format variant. Use 'legacy' for deprecated formats.