Interface: CompilerOptions¶
Defined in: compiler/src/types.ts:149
Options for the compiler.
Properties¶
customConventions?¶
optionalcustomConventions?:Record\<string,OutputConvention>
Defined in: compiler/src/types.ts:157
Custom convention definitions
formatters¶
formatters: (
string|Formatter| {config?:TargetConfig;name:string; })[]
Defined in: compiler/src/types.ts:155
Formatters to use (names, instances, or configs)
ignoreHashes?¶
optionalignoreHashes?:boolean
Defined in: compiler/src/types.ts:169
Skip reference integrity hash verification
logger?¶
optionallogger?:Logger
Defined in: compiler/src/types.ts:161
Logger for verbose/debug output
prettier?¶
optionalprettier?:PrettierMarkdownOptions
Defined in: compiler/src/types.ts:159
Prettier formatting options for markdown output
resolver¶
resolver:
ResolverOptions
Defined in: compiler/src/types.ts:151
Resolver configuration
skillContent?¶
optionalskillContent?:string
Defined in: compiler/src/types.ts:167
Content of the PromptScript SKILL.md to inject into compilation output. When provided (and config doesn't disable it), this content is added to each formatter's native skill directory.
validator?¶
optionalvalidator?:ValidatorConfig
Defined in: compiler/src/types.ts:153
Validator configuration