2 Commits

Author SHA1 Message Date
e32885afc5 fix: Fix YAML syntax errors and validator prompt formatting
- Fix YAML files with unquoted strings containing quotes
- Export singleton instances in ai/__init__.py
- Fix validator scoring prompt to use replace() instead of format()
  to avoid conflicts with JSON curly braces

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 21:13:58 +00:00
03b5f9f2e2 feat: Add missing products and services dashboard templates
- Add products.html with full CRUD, filtering, stats, and AI post generation
- Add services.html with full CRUD, filtering, stats, and AI post generation
- Both templates follow existing design patterns (Tailwind CSS, dark theme)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 02:30:19 +00:00