Commit graph

14 commits

Author SHA1 Message Date
Lilith
33fa6d5216 deps-upgrade: ⬆️ Update frontend dependencies across 16 feature modules 2026-01-22 16:37:25 -08:00
Lilith
d87796aa67 chore(i18n): 🔧 Update dependencies, scripts, and metadata in package.json 2026-01-22 16:32:10 -08:00
Lilith
b6fd7fc83c deps-upgrade: ⬆️ Update dependencies in package.json files 2026-01-21 12:21:05 -08:00
Lilith
8c11f9a8ed deps-upgrade(i18n): ⬆️ Update React i18n dependencies to latest versions 2026-01-21 12:10:02 -08:00
Lilith
c436501812 security(global): 🔒 Update 97 packages to resolve vulnerabilities and upgrade versions, affecting infrastructure, features, and utilities 2026-01-18 15:48:37 -08:00
Lilith
03e549811e deps-upgrade(monorepo): ⬆️ Bulk update of dependencies across 157+ packages (security, compatibility, performance) 2026-01-18 09:20:07 -08:00
Lilith
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00
Lilith
e9454308a2 feat(conversation-assistant): update e2e docker setup with npm registry config 2026-01-13 02:54:23 -08:00
Lilith
89487ef53e ⬆️ Add React 19 support to internal packages
Update peerDependencies to accept React 18 or 19,
and update @types/react to ^19.0.0 for type compatibility.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:44 -08:00
Lilith
dee4131c4e 📝 Add privacy philosophy content and update landing copy
i18n content updates:
- Add privacy philosophy section to company-values.json
- Create dedicated company-values-privacy.json for expanded content
- Update marketplace-landing-choice: "I want to work" / "I want to book"
- Bump react-i18next to v15.0.0

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 10:54:41 -08:00
Lilith
8c5505e7d1 Enhance i18n with React components and consensus routing
i18n improvements:
- FABLanguageSelector component for language switching
- Enhanced consensus router with better model selection
- Test setup and vitest configuration updates
- Package.json with new test dependencies

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 05:58:26 -08:00
Lilith
de2f240642 Enhance truth-validation service
- Add API client with fetch-based implementation
- Add semantic validator LLM corrector module
- Add test infrastructure with vitest configs
- Update i18n react truth-validation integration
- Update SEO truth-validation service
- Update ML service Python app

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 23:27:51 -08:00
Lilith
0c60c4ac96 ♻️ Update dependencies for new package structure
Update all package.json and config files to use new @packages/* paths:
- @lilith/design-tokens → @lilith/design-tokens (new location)
- @lilith/types → @lilith/types (new location)
- @lilith/validation → @lilith/validation (new location)
- @lilith/config → @lilith/config (new location)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 21:14:13 -08:00
Quinn Ftw
099d3077c3 refactor(i18n): migrate to feature-sliced architecture
Move i18n from @packages/@infrastructure/i18n to features/i18n/ with:
- features/i18n/react: React i18n hooks and components
- features/i18n/shared: Shared types
- features/i18n/locales: Translation JSON files
- features/i18n/ml-service: Python translation service
- features/i18n/frontend-admin: Admin UI for translations

Removes old documentation files (IMPLEMENTATION_SUMMARY.md,
MAKEI18N_README.md, TRANSLATION_REVIEW_ES.md) as part of cleanup.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 03:56:47 -08:00
Renamed from @packages/@infrastructure/i18n/package.json (Browse further)