style: tidy auto-reply imports and formatting

This commit is contained in:
Peter Steinberger
2026-01-05 01:46:07 +01:00
parent b0dcdc4982
commit 1bad96aa2b
7 changed files with 15 additions and 18 deletions

View File

@@ -85,10 +85,8 @@ export function parseInlineDirectives(body: string): InlineDirectives {
rawLevel: rawElevatedLevel,
hasDirective: hasElevatedDirective,
} = extractElevatedDirective(verboseCleaned);
const {
cleaned: statusCleaned,
hasDirective: hasStatusDirective,
} = extractStatusDirective(elevatedCleaned);
const { cleaned: statusCleaned, hasDirective: hasStatusDirective } =
extractStatusDirective(elevatedCleaned);
const {
cleaned: modelCleaned,
rawModel,