Prompts¶
Prompt assets in this directory are consumed by the runtime prompt loader in src/personal_llm/prompts/loader.py.
How these files are used¶
system_professional.md: default guarded system promptsystem_professional_strict.md: stronger professional-only behaviorsystem_professional_relaxed.md: softer mixed-topic handlingsystem_original_model.md: minimal repository steeringrefusal_redirect.md: default refusal and redirect wordingrefusal_redirect_relaxed.md: softer refusal wordingrefusal_disabled.md: near-original-model modelegal_finance_disclaimer.md: reusable caution text for regulated domainstopic_router.md: topic-classification support prompt
Relationship to the persona file¶
The user-facing voice should start in knowledge/persona.md, then be translated here into runtime prompts.
Best practice:
- define the voice in
knowledge/persona.md - keep these prompt files aligned with that voice
- create SFT examples that reinforce the same behavior
- compare prompt-only behavior against LoRA behavior during evaluation