mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 21:02:12 +03:00
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.
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"language": "fr",
|
|
"category": "dedup",
|
|
"rules": [
|
|
{
|
|
"name": "fr_repeated_context",
|
|
"pattern": "\\b(?:comme discuté précédemment|comme mentionné précédemment|comme indiqué précédemment|comme je l'ai dit avant)\\b[,.]?\\s*",
|
|
"replacement": "Voir ci-dessus. ",
|
|
"context": "all",
|
|
"category": "dedup",
|
|
"minIntensity": "lite"
|
|
},
|
|
{
|
|
"name": "fr_repeated_question",
|
|
"pattern": "\\b(?:même question qu'avant|j'ai déjà posé cette question|c'est la même question)\\b[,.]?\\s*",
|
|
"replacement": "[même question] ",
|
|
"context": "user",
|
|
"category": "dedup",
|
|
"minIntensity": "lite"
|
|
},
|
|
{
|
|
"name": "fr_reestablished_context",
|
|
"pattern": "\\b(?:revenons au code ci-dessus|en référence à|revenant à)\\b\\s*",
|
|
"replacement": "Re: ",
|
|
"context": "all",
|
|
"category": "dedup",
|
|
"minIntensity": "lite"
|
|
},
|
|
{
|
|
"name": "fr_summary_replacement",
|
|
"pattern": "\\b(?:pour résumer ce que nous avons discuté|en résumé de notre conversation|pour récapituler)\\b[,.]?\\s*",
|
|
"replacement": "Résumé: ",
|
|
"context": "assistant",
|
|
"category": "dedup",
|
|
"minIntensity": "lite"
|
|
}
|
|
]
|
|
}
|