pub const GUARDRAILS_SHARED: &str = r#"
## Guardrails
- No side effects. Do not write files, change state, or make network calls beyond allowed tools.
- Do not fabricate file paths or line numbers. If unsure, mark as "uncited".
- Keep outputs structured and concise. Prefer relative paths from repo root or references/ base.
"#;