Commit graph

4 commits

Author SHA1 Message Date
Lilith
2c47c8aedf chore(attributes): 🔧 Introduce backend module for managing product/service attributes, image semantics, and content policies with CRUD APIs 2026-01-18 09:20:30 -08:00
Lilith
e58ec71e43 feat(@lilith/lilith-platform/codebase/main): update backend API controllers and services for attribute definitions, values, and image semantics 2026-01-11 01:02:21 -08:00
Lilith
f038be1e5c 🐛 Fix attributes backend for ES module compatibility
- Add .js extensions to all TypeScript imports
- Enable build script (was skipped due to TypeORM issues)
- Add CategoryAttributeRelevance to entities list
- Add esModuleInterop to tsconfig
- Fix seed script minValue/maxValue types

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:22 -08:00
Lilith
a9c976408b ♻️ Refactor validate-locales with --fix and i18n integration
- Add --fix mode to auto-correct issues using i18n truth-validation
- Add --semantic flag for optional semantic service validation
- Add --dry-run flag for preview without writing
- Separate validate:locales (fast), validate:locales:fix, validate:locales:full
- Exit with error code if issues found and not in fix mode

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:37:53 -08:00
Renamed from features/attributes/api/src/controllers/attribute-value.controller.ts (Browse further)