export const BASELINE_TITLE = "Tone Baseline"; export const BASELINE_SUMMARY = "The measured tone metrics per strings module of the application member, regenerated on every gate run: sentence shape, punctuation, vocabulary, person markers and labelled items."; export const BASELINE_INTRO = "The tone analyzer derives every row from the string literals of one strings module. The columns are counts. The words-per-sentence column is the mean over the module's sentences. The longest-sentence column is the largest word count among them. An agentless passive is a sentence whose verb is passive and names no agent. A chained sentence joins more coordinated parts than the writing policy allows."; export const BASELINE_HEADERS: readonly string[] = [ "module", "literals", "sentences", "words per sentence", "longest sentence", "agentless passives", "chained sentences", "long dashes", "semicolons", "digit metrics", "banned terms", "first person", "second person", "collective person", "labelled items", ]; export const GENERATED_BANNER = '';