Skip to content

refactor: Extract AI prompts to dedicated configuration #10

@ccraig09

Description

@ccraig09

Goal

Extract hardcoded prompts from ai-service.ts for better maintainability and A/B testing.

Context

AI prompts are currently embedded in the service code. Extracting them to a config file or database would enable easier iteration and testing.

Tasks

  • Create dedicated prompt configuration file
  • Extract all prompts from ai-service.ts
  • Add versioning for prompt changes
  • Optional: Database storage for remote updates

References

  • ROADMAP.md: Section 3 - AI Service Scalability

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions