[console_scripts]
hub-identity = hub_identity.cli:app

[hub_identity.auditors]
color = hub_identity.auditors.color:ColorAuditor
layout = hub_identity.auditors.layout:LayoutAuditor
microcopy = hub_identity.auditors.microcopy:MicroCopyAuditor
structure = hub_identity.auditors.structure:StructureAuditor
typography = hub_identity.auditors.typography:TypographyAuditor
vocabulary = hub_identity.auditors.vocabulary:VocabularyAuditor

[hub_identity.mutations]
banned_words = hub_identity.mutations.deterministic:BannedWordReplacer
color_entropy = hub_identity.mutations.deterministic:ColorEntropyStrategy
font_swap = hub_identity.mutations.deterministic:FontSwapStrategy
llm_rewrite = hub_identity.mutations.llm:LLMCopyRewriteStrategy
radius_jitter = hub_identity.mutations.deterministic:RadiusJitterStrategy

[hub_identity.outputs]
css = hub_identity.outputs.css:CSSOutput
po = hub_identity.outputs.po:POOutput
