Problem
Prompt text is currently embedded in code, making iteration and review harder.
Scope
- Move prompts to dedicated files under
src/prompts/
- Add light templating for runtime variables
- Track prompt versions/changelog
Acceptance Criteria
- Prompt updates do not require touching core service logic
- Prompt files are testable and reviewed like content assets
- Rollback path for prompt regressions is documented
Problem
Prompt text is currently embedded in code, making iteration and review harder.
Scope
src/prompts/Acceptance Criteria