SuperSeller3000/config
Simon Kuehn 49e36a0a06 feat: editable AI prompt templates and articleType context in specs research
All agent prompts are now stored in app.prompt_templates (migration 20260519000000)
and editable by admins via the new AI Prompts CRUD page. If no DB entry exists
for a key the hardcoded default is used automatically as fallback.

PromptTemplateService renders templates with {{variable}} substitution.
All four agents (SpecsResearch, JsonCoding, EbayText, OllamaVision) use the service.

SpecsResearchAgent now receives the articleType name (e.g. "Laptop") so the
specs prompt is scoped to the correct device category instead of being generic.
SpecsResearchHandler loads the ArticleType from the repository for this purpose.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 07:19:02 +00:00
..
packages feat: add console commands, remaining migrations and config wiring 2026-05-17 22:44:11 +00:00
routes feat: add console commands, remaining migrations and config wiring 2026-05-17 22:44:11 +00:00
bundles.php feat: add console commands, remaining migrations and config wiring 2026-05-17 22:44:11 +00:00
preload.php feat: install Symfony 7 skeleton with Doctrine, Messenger, UID, Security 2026-05-14 04:21:34 +00:00
reference.php feat: add console commands, remaining migrations and config wiring 2026-05-17 22:44:11 +00:00
routes.yaml feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00
services.yaml feat: editable AI prompt templates and articleType context in specs research 2026-05-18 07:19:02 +00:00