Files
OmniRoute/open-sse/services/compression/rules/ja/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": "ja",
"category": "dedup",
"rules": [
{
"name": "ja_repeated_context",
"pattern": "(?:前述のとおり|前に述べたように|以前述べたように|先ほど言ったように)",
"replacement": "(上記参照)",
"context": "all",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "ja_repeated_question",
"pattern": "(?:前と同じ質問ですが|これは前と同じ質問です|先ほどと同じ質問ですが)",
"replacement": "[同じ質問]",
"context": "user",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "ja_reestablished_context",
"pattern": "(?:上記のコードに戻ると|先ほどの話に戻ると)",
"replacement": "Re: ",
"context": "all",
"category": "dedup",
"minIntensity": "lite"
},
{
"name": "ja_summary_replacement",
"pattern": "(?:これまでの議論を要約すると|会話を要約すると|まとめると)",
"replacement": "要約:",
"context": "assistant",
"category": "dedup",
"minIntensity": "lite"
}
]
}