Files
OmniRoute/open-sse/services/compression/rules/zh/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.1 KiB
JSON

{
"language": "zh",
"category": "dedup",
"rules": [
{
"name": "zh_repeated_context",
"pattern": "(?:如前所述|如之前所说|如先前提到|正如我之前所说)",
"replacement": "见上。",
"context": "all",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "zh_repeated_question",
"pattern": "(?:和之前一样的问题|我之前问过这个问题|这是同一个问题)",
"replacement": "[同问]",
"context": "user",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "zh_reestablished_context",
"pattern": "(?:回到上面的代码|关于之前提到的内容|回到之前的话题)",
"replacement": "Re: ",
"context": "all",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "zh_summary_replacement",
"pattern": "(?:总结一下我们讨论的内容|总结我们的对话|概括来说)",
"replacement": "总结:",
"context": "assistant",
"category": "dedup",
"minIntensity": "lite"
}
]
}