SENTENCE
Detect short, mid-sentence keyword bold spans (LLM emphasis tic).
Behavior¶
| Result | Input text | Why |
|---|---|---|
| Flag | "We need to carefully consider all the options before deciding." | Mid-sentence bold span used as arbitrary keyword emphasis. |
| Flag | "The system must remain highly available during peak hours." | Two-word emphasis inserted into otherwise normal prose. |
| Pass | "Note: make sure to back up your data first." | Bold acts as a labeled lead-in at the start of the line. |
| Pass | "## A section heading without inline emphasis" | Markdown heading line with no inline bold. |
| Pass | "The release shipped on schedule and the team celebrated." | Plain prose without any bold formatting. |
Severity¶
Low per instance, medium when repeated frequently in one passage.
Default configuration¶
advice_min3
context_window_chars60
max_words5
penalty-2
record_cap5