1a87c6b5ea953ce9bcbd6e97ced3cd9a4a43db2b
Replace default_system_prompt.md with the llama prompt content. The default backend (gpt_oss_120b) carries all real traffic, but used the permissive prompt that lets the model SUBSTITUTE dictated terms with its own guess; the llama prompt keeps the dictated word and only flags it for review. Validated in the experiments sandbox against 16 real alpha-test cases (full pipeline: pre-gazetteer -> gpt_oss_120b -> post-gazetteer, 3 runs each, independently judged): dangerous-error rate per run drops from 44% (20/45) to 10% (5/49), and the 3 runs that produced no output at all (reasoning length-exhaustion) drop to 0. The two prompt files are now content-identical, as backend.rs already anticipated. Follow-up: the DEFAULT_SYSTEM_PROMPT doc-comment in analyze/backend.rs still describes the old prompt and should be refreshed.
Description
No description provided
Languages
Rust
74%
Kotlin
12.7%
HTML
4.9%
Python
4.1%
Shell
3.8%
Other
0.5%