Files
OmniRoute/open-sse/services/compression/rules/de/dedup.json
Diego Rodrigues de Sa e Souza 0adae00c7b Release v3.8.42 (#5459)
Release v3.8.42 — full CHANGELOG in CHANGELOG.md.

CI: 103 checks green incl. CodeQL (all languages), Semgrep, all 8 unit shards,
coverage, Node 24 compat, and integration tests. Full unit suite validated
locally: 19437 pass / 0 fail. The 3 red checks are advisory and do not gate
main (no required status checks): SonarCloud/SonarQube new-code coverage gate,
and PR Test Policy (test-masking detector flagging the legitimate dead-Phind
provider removal in #5530 — reviewed, correct).

Includes cycle-close reconciliation + repair of inherited base-red tests from
#5480/#5527/#5427/#5521 that the PR->release fast-path did not exercise.
2026-06-30 06:54:29 -03:00

39 lines
1.2 KiB
JSON

{
"language": "de",
"category": "dedup",
"rules": [
{
"name": "de_repeated_context",
"pattern": "\\b(?:wie bereits besprochen|wie zuvor erwähnt|wie bereits erwähnt|wie ich bereits sagte)\\b[,.]?\\s*",
"replacement": "Siehe oben. ",
"context": "all",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "de_repeated_question",
"pattern": "\\b(?:dieselbe Frage wie zuvor|das habe ich bereits gefragt|das ist dieselbe Frage)\\b[,.]?\\s*",
"replacement": "[gleiche Frage] ",
"context": "user",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "de_reestablished_context",
"pattern": "\\b(?:zurück zum obigen Code|bezugnehmend auf|zurückkommend auf)\\b\\s*",
"replacement": "Re: ",
"context": "all",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "de_summary_replacement",
"pattern": "\\b(?:um zusammenzufassen was wir besprochen haben|zusammenfassend unser Gespräch|um es zusammenzufassen)\\b[,.]?\\s*",
"replacement": "Zusammenfassung: ",
"context": "assistant",
"category": "dedup",
"minIntensity": "lite"
}
]
}